diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-26 14:54:03 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-26 14:54:03 -0700 |
commit | 83b225ebe90e4aae7d1731f4647e5927c298a51c (patch) | |
tree | 0517cff83843bca8b453401f8e58cbfc7c69c3f5 /context.json | |
parent | a9c2f41a78a591ba07047f0bb47d333ac81f003f (diff) | |
download | dotfiles-83b225ebe90e4aae7d1731f4647e5927c298a51c.tar.gz dotfiles-83b225ebe90e4aae7d1731f4647e5927c298a51c.zip |
Adds gtk
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" |