From 2c3fcc962aa79587107c2a364c8aa86cfd9747fe Mon Sep 17 00:00:00 2001 From: Pierre-Marie Charavel Date: Sun, 26 Oct 2025 16:17:04 -0400 Subject: [PATCH] Add ghostty --- .config/ghostty/config | 4 ++++ .config/ghostty/themes/catppuccin-mocha.conf | 23 ++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 .config/ghostty/config create mode 100644 .config/ghostty/themes/catppuccin-mocha.conf diff --git a/.config/ghostty/config b/.config/ghostty/config new file mode 100644 index 0000000..2c22c82 --- /dev/null +++ b/.config/ghostty/config @@ -0,0 +1,4 @@ +command = /usr/bin/tmux new-session -A -D -s main +font-family = "JetBrainsMono Nerd Font" +theme = catppuccin-mocha.conf +confirm-close-surface = false diff --git a/.config/ghostty/themes/catppuccin-mocha.conf b/.config/ghostty/themes/catppuccin-mocha.conf new file mode 100644 index 0000000..e03e26d --- /dev/null +++ b/.config/ghostty/themes/catppuccin-mocha.conf @@ -0,0 +1,23 @@ +palette = 0=#45475a +palette = 1=#f38ba8 +palette = 2=#a6e3a1 +palette = 3=#f9e2af +palette = 4=#89b4fa +palette = 5=#f5c2e7 +palette = 6=#94e2d5 +palette = 7=#a6adc8 +palette = 8=#585b70 +palette = 9=#f38ba8 +palette = 10=#a6e3a1 +palette = 11=#f9e2af +palette = 12=#89b4fa +palette = 13=#f5c2e7 +palette = 14=#94e2d5 +palette = 15=#bac2de +background = 1e1e2e +foreground = cdd6f4 +cursor-color = f5e0dc +cursor-text = 11111b +selection-background = 353749 +selection-foreground = cdd6f4 +split-divider-color = 313244