diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2026-04-13 21:45:43 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2026-04-13 21:45:43 +0200 |
| commit | 0c913f1e421b9d47c052350c4c1d619e4ac6a297 (patch) | |
| tree | c9124ff04b9252836221c41d2ca2fa133d166251 /artix/home/.config/ghostty | |
Initial commit
Diffstat (limited to 'artix/home/.config/ghostty')
| -rw-r--r-- | artix/home/.config/ghostty/config | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/artix/home/.config/ghostty/config b/artix/home/.config/ghostty/config new file mode 100644 index 0000000..27da7eb --- /dev/null +++ b/artix/home/.config/ghostty/config @@ -0,0 +1,44 @@ +font-family = "0xProto Nerd Font" +font-size = 18 + +cursor-style = block +cursor-style-blink = true +shell-integration-features = no-cursor + +background = #1a1b26 +foreground = #a9b1d6 + +palette = 0=#32344a +palette = 8=#787c99 + +palette = 1=#f7768e +palette = 9=#ff7a93 + +palette = 2=#9ece6a +palette = 10=#b9f27c + +palette = 3=#e0af68 +palette = 11=#ff9e64 + +palette = 4=#7aa2f7 +palette = 12=#7da6ff + +palette = 5=#ad8ee6 +palette = 13=#bb9af7 + +palette = 6=#449dab +palette = 14=#0db9d7 + +palette = 7=#a89984 +palette = 15=#acb0d0 + +window-padding-x = 5,5 +window-decoration = false + +keybind = ctrl+shift+v=paste_from_clipboard +keybind = ctrl+shift+c=copy_to_clipboard +keybind = ctrl+equal=increase_font_size:1 +keybind = ctrl+minus=decrease_font_size:1 + +confirm-close-surface = false +resize-overlay = never |
