diff options
Diffstat (limited to 'themes/old/3.nix')
| -rw-r--r-- | themes/old/3.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/themes/old/3.nix b/themes/old/3.nix new file mode 100644 index 0000000..0df7f28 --- /dev/null +++ b/themes/old/3.nix @@ -0,0 +1,14 @@ +{ + background = "astolfo.jpg"; + + colors = { + primary = { hex = "f5a9b8"; r = "245"; g = "169"; b = "184"; }; + secondary = { hex = "5bcefa"; }; + + foreground = { hex = "111111"; }; + foregroundAlt = { hex = "5bcefa"; }; + + background = { hex = "ffffff"; }; + backgroundAlt = { hex = "5bcefa"; }; + }; +} |