diff options
| author | y-jan137 <yousefjan24000@gmail.com> | 2026-04-15 18:34:41 +0300 |
|---|---|---|
| committer | y-jan137 <yousefjan24000@gmail.com> | 2026-04-15 18:34:41 +0300 |
| commit | 03951fecab601a966c946dd850971c68e07046e3 (patch) | |
| tree | a6dab72c2b73c2b51ab87da461c887aa2741cb4e /ghostty | |
| parent | 0443194dec65696852d18ee004c933ee35fa5c92 (diff) | |
Updates
Diffstat (limited to 'ghostty')
| -rw-r--r-- | ghostty/config | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/ghostty/config b/ghostty/config index dfaddd8..efeeb09 100644 --- a/ghostty/config +++ b/ghostty/config @@ -1,12 +1,12 @@ -background=#000000 +background=#131313 font-size = 15 background-blur-radius = 20 mouse-hide-while-typing = true window-decoration = true macos-option-as-alt = true -background-opacity = 0.85 -background-blur-radius = 20 +background-opacity = 1 +background-blur-radius = 20 foreground = #FCFCFC keybind = cmd+shift+right=goto_split:right @@ -14,11 +14,6 @@ keybind = cmd+shift+left=goto_split:left keybind = cmd+shift+up=goto_split:up keybind = cmd+shift+down=goto_split:down -keybind = ctrl+shift+right=goto_split:right -keybind = ctrl+shift+left=goto_split:left -keybind = ctrl+shift+up=goto_split:up -keybind = ctrl+shift+down=goto_split:down - keybind = ctrl+shift+l=goto_split:right keybind = ctrl+shift+h=goto_split:left keybind = ctrl+shift+k=goto_split:up @@ -26,3 +21,4 @@ keybind = ctrl+shift+j=goto_split:down window-padding-balance = true split-divider-color = #444444 + |