diff options
| author | Mike Vink <ivi@vinkies.net> | 2025-02-16 14:07:52 +0100 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2025-02-16 14:07:52 +0100 |
| commit | a749ff1a0f9246d0c8b483af6c36dd08a0c5138b (patch) | |
| tree | 6473b15215e633b2061a19d12bc5b6ba6515ec92 /.config | |
| parent | 07c6c8fc433db9b3dc74c858a532b6adc1b06503 (diff) | |
switch to gruber
Diffstat (limited to '.config')
| -rw-r--r-- | .config/ghostty/config | 5 | ||||
| -rw-r--r-- | .config/ghostty/themes/gruber-darker | 22 |
2 files changed, 24 insertions, 3 deletions
diff --git a/.config/ghostty/config b/.config/ghostty/config index b75b89f..e0d3364 100644 --- a/.config/ghostty/config +++ b/.config/ghostty/config @@ -11,7 +11,7 @@ keybind = ctrl+zero=unbind keybind = ctrl+enter=unbind keybind = super+q=close_window keybind = super+r=reload_config -theme=GruvboxLuke +theme=gruber-darker window-decoration=false confirm-close-surface=false macos-option-as-alt=true @@ -20,6 +20,5 @@ clipboard-read = allow clipboard-write = allow clipboard-paste-protection=false -background-blur = true -background-opacity = 0.9 shell-integration = none +cursor-style-blink=false diff --git a/.config/ghostty/themes/gruber-darker b/.config/ghostty/themes/gruber-darker new file mode 100644 index 0000000..062de52 --- /dev/null +++ b/.config/ghostty/themes/gruber-darker @@ -0,0 +1,22 @@ +palette = 0=#181818 +palette = 1=#f43841 +palette = 2=#73d936 +palette = 3=#ffdd33 +palette = 4=#96a6c8 +palette = 5=#9e95c7 +palette = 6=#95a99f +palette = 7=#e4e4e4 +palette = 8=#52494e +palette = 9=#ff4f58 +palette = 10=#73d936 +palette = 11=#ffdd33 +palette = 12=#96a6c8 +palette = 13=#afafd7 +palette = 14=#95a99f +palette = 15=#f5f5f5 +background = #181818 +foreground = #e4e4e4 +cursor-color = #ffdd33 +cursor-text = #ffffff +selection-background = #ffffff +selection-foreground = #52494e |
