From 12bf00fe9fdeacfc77c62d006b4f4231d258daf0 Mon Sep 17 00:00:00 2001 From: EnricoGuccii Date: Thu, 9 Apr 2026 00:18:30 +0200 Subject: ghostty --- .config/ghostty/config.ghostty | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .config/ghostty/config.ghostty (limited to '.config/ghostty/config.ghostty') diff --git a/.config/ghostty/config.ghostty b/.config/ghostty/config.ghostty new file mode 100644 index 0000000..9d7d4f4 --- /dev/null +++ b/.config/ghostty/config.ghostty @@ -0,0 +1,39 @@ +window-width = 100 +window-height = 30 +window-padding-x = 8 +window-padding-y = 8 +window-decoration = true + +font-family = JetBrainsMonoNF +font-style = Regular +font-size = 12 + +scrollback-limit = 10000 + +mouse-hide-while-typing = true + +foreground = #dedede +background = #121212 + +cursor-color = #D27319 +cursor-text = #F5F1E8 + +selection-foreground = #F5F1E8 +selection-background = #474e91 + +palette = 0=#929292 +palette = 1=#e27373 +palette = 2=#B5B23C +palette = 3=#D27319 +palette = 4=#97bedc +palette = 5=#7162ac +palette = 6=#00838D +palette = 7=#dedede +palette = 8=#bdbdbd +palette = 9=#ffa1a1 +palette = 10=#c9de95 +palette = 11=#F6D99D +palette = 12=#b1d8f6 +palette = 13=#C8A2C9 +palette = 14=#3CA698 +palette = 15=#F5F1E8 -- cgit v1.2.3