summary refs log tree commit diff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css33
1 files changed, 29 insertions, 4 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index af8cdc5..01a0084 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -1,9 +1,36 @@
-@import "colors.css";
+/*
+ * vim: fdm=marker fdl=1
+ * */
+
+/* start flavours */
+@define-color base00 #0c0c0c;
+@define-color base01 #db4d6d;
+@define-color base02 #5dac81;
+@define-color base03 #fad689;
+@define-color base04 #58b2dc;
+@define-color base05 #69b0ac;
+@define-color base06 #70649a;
+@define-color base07 #bdc0ba;
+@define-color base08 #1c1c1c;
+@define-color base09 #cb1b45;
+@define-color base0A #86c166;
+@define-color base0B #f7d94c;
+@define-color base0C #2ea9df;
+@define-color base0D #81c7d4;
+@define-color base0E #8a6bbe;
+@define-color base0F #fffffb;
+
+* {
+    font-family: Iosevka Etoile, Sarasa Fixed J, Material Design Icons;
+    font-size: 9pt;
+}
+/* end flavours */
 
 @define-color accent @base06;
 @define-color accentdarker @base0E;
 @define-color foreground @base07;
-@define-color background rgba(12, 12, 12, 0.96);
+@define-color background @base00;
+/* @define-color background rgba(12, 12, 12, 0.96); */
 @define-color dimmed #5e5e5e;
 @define-color dimmeddarker #434343;
 @define-color urgent @base09;
@@ -11,8 +38,6 @@
 * {
     border: none;
     border-radius: 0;
-    font-family: Iosevka Aile, Sarasa Fixed J, Material Design Icons, Font Awesome;
-    font-size: 10pt;
 }
 
 window#waybar {