aboutsummaryrefslogtreecommitdiff
path: root/pywal/.config/wal/templates/colors.css
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2024-07-24 16:37:37 +0200
committerdavidpkj <davidpenkow1@gmail.com>2024-07-24 16:37:37 +0200
commita33954c59fe9d8fe889fab077b6612cc029ac3fc (patch)
treea3035512625aefe79b0973f91bdc7c7ebe302cea /pywal/.config/wal/templates/colors.css
parentcbfd64346441200e3df8df6ad54fc76c99d25f1c (diff)
Mega Update: FW16 Space Rice
- Add symlinks to dotfiles in config dir (links to links) - Switch from neofetch to fastfetch - Add htop - Add dynamic colors (polybar, xmonad, qutebrowser) - Update color management (pywal & friends, alacritty, xorg) - Minor updates to other files (quality of life)
Diffstat (limited to 'pywal/.config/wal/templates/colors.css')
-rw-r--r--pywal/.config/wal/templates/colors.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/pywal/.config/wal/templates/colors.css b/pywal/.config/wal/templates/colors.css
new file mode 100644
index 0000000..5e7c691
--- /dev/null
+++ b/pywal/.config/wal/templates/colors.css
@@ -0,0 +1,30 @@
+/* CSS variables
+ Generated by 'wal' */
+:root {{
+ --wallpaper: url({wallpaper});
+
+ /* Special */
+ --background: {background};
+ --foreground: {foreground};
+ --primary: {primary};
+ --accent: {accent};
+ --cursor: {cursor};
+
+ /* Colors */
+ --color0: {color0};
+ --color1: {color1};
+ --color2: {color2};
+ --color3: {color3};
+ --color4: {color4};
+ --color5: {color5};
+ --color6: {color6};
+ --color7: {color7};
+ --color8: {color8};
+ --color9: {color9};
+ --color10: {color10};
+ --color11: {color11};
+ --color12: {color12};
+ --color13: {color13};
+ --color14: {color14};
+ --color15: {color15};
+}}