diff options
Diffstat (limited to 'ghostty/dot-config')
| -rw-r--r-- | ghostty/dot-config/ghostty/config | 36 | ||||
| -rw-r--r-- | ghostty/dot-config/ghostty/themes/glepnir | 17 | ||||
| -rw-r--r-- | ghostty/dot-config/ghostty/themes/plain | 19 | ||||
| -rw-r--r-- | ghostty/dot-config/ghostty/themes/xterm | 18 |
4 files changed, 90 insertions, 0 deletions
diff --git a/ghostty/dot-config/ghostty/config b/ghostty/dot-config/ghostty/config new file mode 100644 index 0000000..6412f21 --- /dev/null +++ b/ghostty/dot-config/ghostty/config @@ -0,0 +1,36 @@ +# font-family = Iosevka Term +font-family = Lambda + +# theme = glepnir +# theme = xterm +# theme = plain + +cursor-style = block +cursor-style-blink = false +mouse-hide-while-typing = true + +confirm-close-surface=false +resize-overlay = never + +window-decoration = none + +quit-after-last-window-closed = true +quit-after-last-window-closed-delay = 5m + +mouse-scroll-multiplier = precision:1,discrete:0.5 + +# adjust-underline-position = 3% +adjust-cursor-thickness = 150% +# adjust-cell-height = 10% +cursor-invert-fg-bg = true +selection-invert-fg-bg = true +copy-on-select = false + +bell-features = no-system,no-audio,no-attention,no-title,no-border + +shell-integration-features = no-cursor + +keybind = alt+v=paste_from_clipboard +keybind = alt+c=copy_to_clipboard +keybind = alt+shift+j=decrease_font_size:1 +keybind = alt+shift+k=increase_font_size:1 diff --git a/ghostty/dot-config/ghostty/themes/glepnir b/ghostty/dot-config/ghostty/themes/glepnir new file mode 100644 index 0000000..8c0cd67 --- /dev/null +++ b/ghostty/dot-config/ghostty/themes/glepnir @@ -0,0 +1,17 @@ +background = #002837 +foreground = #b6b6b6 + +palette = 0=#555555 +palette = 1=#ff5f59 +palette = 2=#84a800 +palette = 3=#b58900 +palette = 4=#268bd2 +palette = 5=#9884c4 +palette = 6=#2aa198 +palette = 7=#b6b6b6 + +selection-foreground = #FFFFFF +selection-background = #373737 + +cursor-color = green +cursor-text = #1e1e1e diff --git a/ghostty/dot-config/ghostty/themes/plain b/ghostty/dot-config/ghostty/themes/plain new file mode 100644 index 0000000..63dc6c9 --- /dev/null +++ b/ghostty/dot-config/ghostty/themes/plain @@ -0,0 +1,19 @@ +palette = 0=#fffcf1 +palette = 1=#a54242 +palette = 2=#8c9440 +palette = 3=#de935f +palette = 4=#5f819d +palette = 5=#85678f +palette = 6=#5e8d87 +palette = 7=#3B4252 +palette = 8=#afa39e +palette = 9=#cc6666 +palette = 10=#b5bd68 +palette = 11=#f0c674 +palette = 12=#81a2be +palette = 13=#b294bb +palette = 14=#8abeb7 +palette = 15=#4C566A + +background = #fffcf1 +foreground = #2E3440 diff --git a/ghostty/dot-config/ghostty/themes/xterm b/ghostty/dot-config/ghostty/themes/xterm new file mode 100644 index 0000000..072033d --- /dev/null +++ b/ghostty/dot-config/ghostty/themes/xterm @@ -0,0 +1,18 @@ +palette = 0=#000000 +palette = 1=#cd0000 +palette = 2=#00cd00 +palette = 3=#cdcd00 +palette = 4=#0000ee +palette = 5=#cd00cd +palette = 6=#00cdcd +palette = 7=#e5e5e5 +palette = 8=#7f7f7f +palette = 9=#ff0000 +palette = 10=#00ff00 +palette = 11=#ffff00 +palette = 12=#5c5cff +palette = 13=#ff00ff +palette = 14=#00ffff +palette = 15=#ffffff +background = #000000 +foreground = #ffffff |
