diff options
author | Hunt <lizhunt@amazon.com> | 2025-06-07 17:33:01 -0700 |
---|---|---|
committer | Hunt <lizhunt@amazon.com> | 2025-06-07 17:41:41 -0700 |
commit | 058b3be4feb7eda3810172537039c48ac36441a5 (patch) | |
tree | 7ec47d4431260b3da65516212d43a8da05a94cda /dots/zed | |
parent | fe6a59ea558971a2c3e532e922b4fc4232bc1719 (diff) | |
download | dotfiles-058b3be4feb7eda3810172537039c48ac36441a5.tar.gz dotfiles-058b3be4feb7eda3810172537039c48ac36441a5.zip |
Fix theming stuff
Diffstat (limited to 'dots/zed')
-rw-r--r-- | dots/zed/.config/zed/settings.json.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dots/zed/.config/zed/settings.json.j2 b/dots/zed/.config/zed/settings.json.j2 index 231dedf..e438a5f 100644 --- a/dots/zed/.config/zed/settings.json.j2 +++ b/dots/zed/.config/zed/settings.json.j2 @@ -15,8 +15,8 @@ "ui_font_size": {{ theme.zed.font.size }}, "tab_size": {{ editorconfig.tab_width }}, "buffer_font_size": {{ theme.zed.font.size }}, - "ui_font_family": "{{ theme.zed.font }}", - "buffer_font_family": "{{ theme.zed.font }}", + "ui_font_family": "{{ theme.zed.font.name }}", + "buffer_font_family": "{{ theme.zed.font.name }}", // -- </text> -- // -- <theme> -- |