commit 4b9d4374d8c887c5da14bce7a0a721149660e209 parent 85dac606d00aec41994e794ef228ffe972e0f90b Author: mtmn <miro@haravara.org> Date: Tue, 7 Apr 2026 10:59:46 +0200 ghostty: add to mixins Diffstat:
| A | modules/mixins/dotfiles/config/ghostty/config | | | 49 | +++++++++++++++++++++++++++++++++++++++++++++++++ |
1 file changed, 49 insertions(+), 0 deletions(-)
diff --git a/modules/mixins/dotfiles/config/ghostty/config b/modules/mixins/dotfiles/config/ghostty/config @@ -0,0 +1,49 @@ +window-decoration = false + +scrollback-limit = 10000 +mouse-hide-while-typing = true + +font-family = "PragmataPro" +font-size = 16 +font-style-bold = no-bold +font-style-bold-italic = no-bold-italic + +cursor-style = block +cursor-style-blink = false +cursor-color = #fd3333 +cursor-text = #15050f +shell-integration-features = no-cursor + +background = #000000 +foreground = #ffffff + +selection-background = #50447f +selection-foreground = #ffffff + +cursor-color = #ccaaee + +palette = 0=#332d38 +palette = 1=#eca28f +palette = 2=#b9d0aa +palette = 3=#c0b080 +palette = 4=#9fbfe7 +palette = 5=#e9acbf +palette = 6=#a0c0d0 +palette = 7=#ffffff +palette = 8=#332d38 +palette = 9=#eca28f +palette = 10=#b9d0aa +palette = 11=#c0b080 +palette = 12=#9fbfe7 +palette = 13=#e9acbf +palette = 14=#a0c0d0 +palette = 15=#ffffff + +keybind = ctrl+shift+c=copy_to_clipboard +keybind = ctrl+shift+v=paste_from_clipboard +keybind = shift+insert=paste_from_selection +keybind = ctrl+plus=increase_font_size:1 +keybind = ctrl+equal=increase_font_size:1 +keybind = ctrl+minus=decrease_font_size:1 +keybind = ctrl+0=reset_font_size +keybind = ctrl+shift+n=new_window