From 7d8078e06b12924f080436ebab0593d50c0b2e44 Mon Sep 17 00:00:00 2001 From: David Ibia Date: Sun, 9 Feb 2025 00:06:31 +0100 Subject: [PATCH] feat(ghostty): add support for catppuccin-mocha theme and initial configuration file with various settings --- .config/ghostty/colorscheme | 1 + .config/ghostty/config | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .config/ghostty/colorscheme create mode 100644 .config/ghostty/config diff --git a/.config/ghostty/colorscheme b/.config/ghostty/colorscheme new file mode 100644 index 0000000..08bcba7 --- /dev/null +++ b/.config/ghostty/colorscheme @@ -0,0 +1 @@ +theme = "catppuccin-mocha" \ No newline at end of file diff --git a/.config/ghostty/config b/.config/ghostty/config new file mode 100644 index 0000000..f8081af --- /dev/null +++ b/.config/ghostty/config @@ -0,0 +1,13 @@ +title = CCC +config-file = colorscheme +background-opacity = .8 +background-blur = true +font-family = "JetBrainsMono Nerd Font" +font-size = 15 +macos-titlebar-style = hidden +command = zsh --login -c "if command -v tmux >/dev/null 2>&1; then tmux attach || tmux; else zsh; fi" +custom-shader = shaders/bloom025.glsl +shell-integration = zsh +confirm-close-surface = false +shell-integration-features = no-cursor,sudo,no-title +mouse-hide-while-typing = true