diff --git a/misc_config/ghostty b/misc_config/ghostty index 7caebf7..d7e464d 100644 --- a/misc_config/ghostty +++ b/misc_config/ghostty @@ -1,15 +1,15 @@ -theme = dark:GruvboxDarkHard,light:AtomOneLight +theme = dark:ayu,light:AtomOneLight cursor-style = underline shell-integration-features = no-cursor adjust-cursor-thickness = 4 font-size = 14 -font-family = Rec Mono Linear +font-family = Monaspace Argon font-thicken = true selection-invert-fg-bg = true -window-height = 34 +window-height = 36 window-width = 100 window-padding-x = 5 window-padding-y = 5 diff --git a/zed_config/settings.json b/zed_config/settings.json index eba722b..aedb38e 100644 --- a/zed_config/settings.json +++ b/zed_config/settings.json @@ -37,8 +37,8 @@ }, "theme": { "mode": "system", - "light": "Github Light", - "dark": "Github Dark Dimmed" + "light": "Ayu Light", + "dark": "Ayu Mirage" }, "scrollbar": { "show": "never" @@ -46,14 +46,26 @@ "cursor_shape": "underline", "scroll_beyond_last_line": "vertical_scroll_margin", "vertical_scroll_margin": 20, - "ui_font_family": "Rec Mono Casual", - "ui_font_features": {}, + "ui_font_family": "Hack", "ui_font_size": 15, - "buffer_font_family": "Rec Mono Linear", - "buffer_font_size": 13, + "buffer_font_family": "Monaspace Argon Var", + "buffer_font_features": { + "calt": true, + "ss01": true, + "ss02": true, + "ss03": true, + "ss04": false, + "ss05": false, + "ss06": true, + "ss07": true, + "ss08": true, + "ss09": true, + "liga": true + }, + "buffer_font_size": 14, "terminal": { "dock": "bottom", - "font_family": "Rec Mono Casual", + "font_family": "Monaspace Argon Var", "font_fallbacks": ["FiraCode Nerd Font Mono"] }, "soft_wrap": "editor_width",