aboutsummaryrefslogtreecommitdiff
path: root/.config/zed
diff options
context:
space:
mode:
authorkj-sh6042025-01-31 21:15:55 -0500
committerkj-sh6042025-01-31 21:15:55 -0500
commit2fef7a836cbf9561dce8f536da2ece96296372bf (patch)
tree35500e73a00e35616143a2cf0cba4db4444a5db7 /.config/zed
parentd3013822c88d97a657997ca546a4b3a175f11d47 (diff)
refactor: re-🍚 fonts
Diffstat (limited to '.config/zed')
-rw-r--r--.config/zed/settings.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zed/settings.json b/.config/zed/settings.json
index c78ccf8..cf6b481 100644
--- a/.config/zed/settings.json
+++ b/.config/zed/settings.json
@@ -1,9 +1,9 @@
{
- "buffer_font_family": "JetBrains Mono",
+ "buffer_font_family": "Roboto Mono",
"buffer_font_size": 16,
"current_line_highlight": "gutter",
"cursor_blink": false,
"theme": "Adwaita Pastel Dark",
- "ui_font_family": "JetBrains Mono",
+ "ui_font_family": "Roboto Mono",
"ui_font_size": 16
}