2025-03-24

This commit is contained in:
2025-03-24 10:00:00 -04:00
parent 803ef1c203
commit d46c9a66db
2 changed files with 22 additions and 10 deletions
+3 -3
View File
@@ -1,15 +1,15 @@
theme = dark:GruvboxDarkHard,light:AtomOneLight theme = dark:ayu,light:AtomOneLight
cursor-style = underline cursor-style = underline
shell-integration-features = no-cursor shell-integration-features = no-cursor
adjust-cursor-thickness = 4 adjust-cursor-thickness = 4
font-size = 14 font-size = 14
font-family = Rec Mono Linear font-family = Monaspace Argon
font-thicken = true font-thicken = true
selection-invert-fg-bg = true selection-invert-fg-bg = true
window-height = 34 window-height = 36
window-width = 100 window-width = 100
window-padding-x = 5 window-padding-x = 5
window-padding-y = 5 window-padding-y = 5
+19 -7
View File
@@ -37,8 +37,8 @@
}, },
"theme": { "theme": {
"mode": "system", "mode": "system",
"light": "Github Light", "light": "Ayu Light",
"dark": "Github Dark Dimmed" "dark": "Ayu Mirage"
}, },
"scrollbar": { "scrollbar": {
"show": "never" "show": "never"
@@ -46,14 +46,26 @@
"cursor_shape": "underline", "cursor_shape": "underline",
"scroll_beyond_last_line": "vertical_scroll_margin", "scroll_beyond_last_line": "vertical_scroll_margin",
"vertical_scroll_margin": 20, "vertical_scroll_margin": 20,
"ui_font_family": "Rec Mono Casual", "ui_font_family": "Hack",
"ui_font_features": {},
"ui_font_size": 15, "ui_font_size": 15,
"buffer_font_family": "Rec Mono Linear", "buffer_font_family": "Monaspace Argon Var",
"buffer_font_size": 13, "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": { "terminal": {
"dock": "bottom", "dock": "bottom",
"font_family": "Rec Mono Casual", "font_family": "Monaspace Argon Var",
"font_fallbacks": ["FiraCode Nerd Font Mono"] "font_fallbacks": ["FiraCode Nerd Font Mono"]
}, },
"soft_wrap": "editor_width", "soft_wrap": "editor_width",