From e6e5244f3dfc3a656828e68cc8bcba419b62547f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Mon, 9 Mar 2026 15:53:11 +0100 Subject: [PATCH 1/3] chore(ghostty): remove unused macos and redundand config --- ghostty/config | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/ghostty/config b/ghostty/config index b72a753..0bf19b6 100644 --- a/ghostty/config +++ b/ghostty/config @@ -1,11 +1,8 @@ -# theme -# theme = light:gruvbox-material-soft-light,dark:gruvbox-material-soft-dark theme = gruvbox-material-soft-dark minimum-contrast = 1.1 # cursor -cursor-style = block cursor-style-blink = true # mouse @@ -25,20 +22,10 @@ window-theme = dark window-height = 36 window-width = 150 -# macos send option as alt -macos-option-as-alt = true - # no warning full close confirm-close-surface = false # quit-after-last-window-closed = true -# keybinds -keybind = global:cmd+enter=new_window - -# shell integrations for zsh -# https://ghostty.org/docs/features/shell-integration -shell-integration = zsh - # gtk gtk-titlebar = false From 875f0cd0d14dbe19484d00fc96eff261649cf634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Mon, 9 Mar 2026 15:54:21 +0100 Subject: [PATCH 2/3] feat(ghostty): dynamic light and dark colorscheme --- ghostty/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghostty/config b/ghostty/config index 0bf19b6..300d1cc 100644 --- a/ghostty/config +++ b/ghostty/config @@ -1,4 +1,4 @@ -theme = gruvbox-material-soft-dark +theme = light:gruvbox-material-soft-light,dark:gruvbox-material-soft-dark minimum-contrast = 1.1 From 6ed679170bc51850c135015b29660ff26ddf9b52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Mon, 9 Mar 2026 15:58:13 +0100 Subject: [PATCH 3/3] fix(ghostty): add missing # to colorscheme --- ghostty/themes/gruvbox-material-soft-dark | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghostty/themes/gruvbox-material-soft-dark b/ghostty/themes/gruvbox-material-soft-dark index efbc6c2..6e4b17b 100644 --- a/ghostty/themes/gruvbox-material-soft-dark +++ b/ghostty/themes/gruvbox-material-soft-dark @@ -1,4 +1,4 @@ -palette = 0=252423 +palette = 0=#252423 palette = 1=#ea6962 palette = 2=#a9b665 palette = 3=#d8a657