diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-23 21:47:24 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-23 22:04:27 -0700 |
commit | 243d778b3fe59303a7925f6e032118e5ab65c371 (patch) | |
tree | 8fdbd04796e89ac1ab51f46dac35df4d290dd51e /context.json | |
parent | c9502bb80e60830b0e21d21a04971102687c9f99 (diff) | |
download | dotfiles-243d778b3fe59303a7925f6e032118e5ab65c371.tar.gz dotfiles-243d778b3fe59303a7925f6e032118e5ab65c371.zip |
Make bar pretty :D
Diffstat (limited to 'context.json')
-rw-r--r-- | context.json | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/context.json b/context.json index 30a2bed..cb3d953 100644 --- a/context.json +++ b/context.json @@ -265,8 +265,28 @@ } }, "theme": { + "colors": { + "background": "#282828", + "foreground": "#ebdbb2", + "regular0": "#282828", + "regular1": "#cc241d", + "regular2": "#98971a", + "regular3": "#d79921", + "regular4": "#458588", + "regular5": "#b16286", + "regular6": "#689d6a", + "regular7": "#a89984", + "bright0": "#928374", + "bright1": "#fb4934", + "bright2": "#b8bb26", + "bright3": "#fabd2f", + "bright4": "#83a598", + "bright5": "#d3869b", + "bright6": "#8ec07c", + "bright7": "#ebdbb2" + }, "waybar": { - "font": "Lekton Nerd Font Mono" + "font": "Lilex Nerd Font" }, "sketchybar": { "font": "Lekton Nerd Font Mono" |