diff options
Diffstat (limited to 'context.json')
-rw-r--r-- | context.json | 42 |
1 files changed, 30 insertions, 12 deletions
diff --git a/context.json b/context.json index 0524773..24f8c24 100644 --- a/context.json +++ b/context.json @@ -285,19 +285,37 @@ "bright6": "#8ec07c", "bright7": "#ebdbb2" }, + "gtk": { + "prefer_dark": true, + "theme": "Gruvbox-Dark-Medium", + "icons": "AdwaitaLegacy", + "cursor": "Bibata-Modern-Ice" + }, "fontconfig": [ - { - "family": "sans-serif", - "prefer": "Liberation Serif" - }, - { - "family": "serif", - "prefer": "Liberation Sans" - }, - { - "family": "monospace", - "prefer": "BlexMono Nerd Font Mono" - } + { + "family": "sans", + "prefer": "Liberation Serif" + }, + { + "family": "sans serif", + "prefer": "Liberation Serif" + }, + { + "family": "sans-serif", + "prefer": "Liberation Serif" + }, + { + "family": "serif", + "prefer": "Liberation Sans" + }, + { + "family": "mono", + "prefer": "BlexMono Nerd Font Mono" + }, + { + "family": "monospace", + "prefer": "BlexMono Nerd Font Mono" + } ], "waybar": { "font": "Lilex Nerd Font" |