diff options
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" |