diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-10 12:32:48 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-10 12:41:25 +0100 |
| commit | 63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch) | |
| tree | 41cd5d2d1ec36e74e464caab722cc9b460153f04 /.config/ghostty | |
| parent | 5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff) | |
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/ghostty')
| -rw-r--r-- | .config/ghostty/config | 39 | ||||
| -rw-r--r-- | .config/ghostty/themes/acme | 22 | ||||
| -rwxr-xr-x | .config/ghostty/themes/kanagawabones | 22 |
3 files changed, 0 insertions, 83 deletions
diff --git a/.config/ghostty/config b/.config/ghostty/config deleted file mode 100644 index 9ac90ee..0000000 --- a/.config/ghostty/config +++ /dev/null @@ -1,39 +0,0 @@ -term = ghostty -shell-integration = none - -cursor-style-blink = false -confirm-close-surface = false -resize-overlay = never - -window-decoration = none -gtk-titlebar = false - -window-theme = system -window-padding-balance = true -window-padding-color = extend - -font-size = 10 -font-family = "" -font-family = "Iosevka SS06 Extended" -font-family = "IPAexGothic" -font-family = "Noto Sans Mono CJK JP" -font-family = "Noto Sans Mono CJK KR" -font-family = "Noto Color Emoji" -font-family = "Material Design Icons Desktop" - -theme = dark:kanagawabones,light:acme -background-opacity = 0.99 - -title-report = true - -keybind = ctrl+comma=unbind -#keybind = xf86copy=copy_to_clipboard -#keybind = xf86paste=paste_from_clipboard - -#custom-shader = ./shaders/crt-shader-with-chromatic-aberration-glow-scanlines-dot-matrix.glsl -#custom-shader = ./shaders/glow.glsl -#custom-shader = ./shaders/dither.glsl -#custom-shader = ./shaders/bettercrt.glsl -#custom-shader = ./shaders/in-game-crt.glsl - -config-file = ?theme diff --git a/.config/ghostty/themes/acme b/.config/ghostty/themes/acme deleted file mode 100644 index df41cca..0000000 --- a/.config/ghostty/themes/acme +++ /dev/null @@ -1,22 +0,0 @@ -palette = 0 = #424242 -palette = 1 = #B85C57 -palette = 2 = #57864E -palette = 3 = #8F7634 -palette = 4 = #2A8DC5 -palette = 5 = #8888C7 -palette = 6 = #6AA7A8 -palette = 7 = #FFFFEC -palette = 8 = #999957 -palette = 9 = #F2ACAA -palette = 10 = #98CE8F -palette = 11 = #B7B19C -palette = 12 = #A6DCF8 -palette = 13 = #D0D0F7 -palette = 14 = #B0ECED -palette = 15 = #EEEEA7 -background = #FFFFEC -foreground = #424242 -cursor-color = #8888C7 -cursor-text = #FFFFEC -selection-background = #EEEEA7 -selection-foreground = #424242 diff --git a/.config/ghostty/themes/kanagawabones b/.config/ghostty/themes/kanagawabones deleted file mode 100755 index b74b517..0000000 --- a/.config/ghostty/themes/kanagawabones +++ /dev/null @@ -1,22 +0,0 @@ -palette = 0 = #080808 -palette = 1 = #e46a78 -palette = 2 = #98bc6d -palette = 3 = #e5c283 -palette = 4 = #7eb3c9 -palette = 5 = #957fb8 -palette = 6 = #7eb3c9 -palette = 7 = #fffffb -palette = 8 = #3c3c51 -palette = 9 = #ec818c -palette = 10 = #9ec967 -palette = 11 = #f1c982 -palette = 12 = #7bc2df -palette = 13 = #a98fd2 -palette = 14 = #7bc2df -palette = 15 = #a8a48d -background = #080808 -foreground = #fffffb -cursor-color = #e6e0c2 -cursor-text = #080808 -selection-background = #49473e -selection-foreground = #fffffb |