aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-08-04 19:07:40 -0700
committerCaroline Larimore <caroline@larimo.re>2024-08-04 19:11:01 -0700
commit762237559bd07a114822c0f2ca608059ffefcfc9 (patch)
tree47d33e72f6c5c80244ad33f7b2e4184088c6013b
parentbf5925ebfc2901b5a157c149fa6e619c4bb2660c (diff)
home: desktop: fix eww/colors.css ignore
-rw-r--r--.gitignore4
-rw-r--r--roles/home/desktop/eww/colors.css36
2 files changed, 2 insertions, 38 deletions
diff --git a/.gitignore b/.gitignore
index 358a647..63f834e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,8 @@
# eww colors.css is generated from the current theme. This copy is for local
# widget development without rebuilding my entire system for every change,
-# using `eww -c /etc/nixos/home/eww`.
+# using `eww -c /etc/nixos/roles/home/desktop/eww/`.
# It is just a static copy of the generated file
-home/eww/colors.css
+roles/home/desktop/eww/colors.css
# NixOS VM files
result
diff --git a/roles/home/desktop/eww/colors.css b/roles/home/desktop/eww/colors.css
deleted file mode 100644
index 69a3e5e..0000000
--- a/roles/home/desktop/eww/colors.css
+++ /dev/null
@@ -1,36 +0,0 @@
-@define-color accent #cc241d;
-
-@define-color black #282828;
-@define-color red #cc241d;
-@define-color green #98971a;
-@define-color yellow #d79921;
-@define-color blue #458588;
-@define-color magenta #b16286;
-@define-color cyan #689d6a;
-@define-color white #a89984;
-
-@define-color brightBlack #928374;
-@define-color brightRed #fb4934;
-@define-color brightGreen #b8bb26;
-@define-color brightYellow #fabd2f;
-@define-color brightBlue #83a598;
-@define-color brightMagenta #d3869b;
-@define-color brightCyan #8ec07c;
-@define-color brightWhite #ebdbb2;
-
-@define-color bg #282828;
-@define-color bg0 #282828;
-@define-color bg1 #3c3836;
-@define-color bg2 #504945;
-@define-color bg3 #665c54;
-@define-color bg4 #7c6f64;
-
-@define-color fg #ebdbb2;
-@define-color fg0 #fbf1c7;
-@define-color fg1 #ebdbb2;
-@define-color fg2 #d5c4a1;
-@define-color fg3 #bdae93;
-@define-color fg4 #a89984;
-
-@define-color orange #d65d0e;
-@define-color brightOrange #fe8019;