diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-20 22:32:40 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-20 22:44:20 -0700 |
| commit | f71b3fe651e8a549f4d26b6aa84eaf8ca1a7e3e7 (patch) | |
| tree | 861aa9dedcde9378018ef0e6a5c9aa39c4dd1fe9 /themes | |
| parent | 3adc18ac29c924ee7bff0efb6ba63ecfec47bb6c (diff) | |
Add new theme
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/lycoris.nix | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/themes/lycoris.nix b/themes/lycoris.nix new file mode 100644 index 0000000..e62df29 --- /dev/null +++ b/themes/lycoris.nix @@ -0,0 +1,32 @@ +{ + background = "lycoris.png"; + + colors = { + accent = "cc241d"; + + black = "282828"; brightBlack = "928374"; + red = "cc241d"; brightRed = "fb4934"; + green = "98971a"; brightGreen = "b8bb26"; + yellow = "d79921"; brightYellow = "fabd2f"; + blue = "458588"; brightBlue = "83a598"; + magenta = "b16286"; brightMagenta = "d3869b"; + cyan = "689d6a"; brightCyan = "8ec07c"; + white = "a89984"; brightWhite = "ebdbb2"; + + bg = "282828"; + bg0 = "282828"; + bg1 = "3c3836"; + bg2 = "504945"; + bg3 = "665c54"; + bg4 = "7c6f64"; + + fg = "ebdbb2"; + fg0 = "fbf1c7"; + fg1 = "ebdbb2"; + fg2 = "d5c4a1"; + fg3 = "bdae93"; + fg4 = "a89984"; + + orange = "d65d0e"; brightOrange = "fe8019"; + }; +} |