this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

changed colorscheme

Altagos 1bedd05e 4511d826

+6 -5
+6 -5
src/_includes/sass/root.scss
··· 2 2 @use "footer"; 3 3 @use "socials"; 4 4 5 + // Colorscheme kanagawa dragon: https://github.com/rebelot/kanagawa.nvim 5 6 :root { 6 - --col-fg: #f9f5d7; 7 - --col-bg: #141818; 8 - --col-red: #cc241d; 9 - --col-orange: #d75e1d; // #d8813a; 10 - --col-blue: #3a8acf; 7 + --col-fg: #c5c9c5; 8 + --col-bg: #181616; 9 + --col-red: #e46876; 10 + --col-orange: #e6c384; // #d8813a; 11 + --col-blue: #7fb4ca; 11 12 // --col-fg: #fbf1c7; 12 13 13 14 --font-size: 16px;