beginning of my own colorscheme

This commit is contained in:
Charlie Root 2024-08-01 02:23:54 +02:00
commit 62b3b0f442
5 changed files with 64 additions and 49 deletions

View file

@ -17,9 +17,9 @@ in {
enable = true;
theme = {
colors = {
background-darker = "1d2021";
background = "282828";
foreground = "ebdbb2";
background-darker = "000000";
background = "3a3432";
foreground = "f7f7f7";
};
font = "ComicShannsMono Nerd Font";