2025-03-24
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user