diff options
Diffstat (limited to 'util/themes/old/3.nix')
| -rw-r--r-- | util/themes/old/3.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/util/themes/old/3.nix b/util/themes/old/3.nix deleted file mode 100644 index 0df7f28..0000000 --- a/util/themes/old/3.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - 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"; }; - }; -} |