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