diff options
Diffstat (limited to 'waybar/theme.css')
| -rw-r--r-- | waybar/theme.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/waybar/theme.css b/waybar/theme.css new file mode 100644 index 0000000..0c789ca --- /dev/null +++ b/waybar/theme.css @@ -0,0 +1,18 @@ +@define-color background #282828; +@define-color foreground #ebdbb2; +@define-color regular0 #282828; +@define-color regular1 #cc241d; +@define-color regular2 #98971a; +@define-color regular3 #d79921; +@define-color regular4 #458588; +@define-color regular5 #b16286; +@define-color regular6 #689d6a; +@define-color regular7 #a89984; +@define-color bright0 #928374; +@define-color bright1 #fb4934; +@define-color bright2 #b8bb26; +@define-color bright3 #fabd2f; +@define-color bright4 #83a598; +@define-color bright5 #d3869b; +@define-color bright6 #8ec07c; +@define-color bright7 #ebdbb2; |
