feat(ghostty): add support for catppuccin-mocha theme and initial configuration file with various settings

This commit is contained in:
David Ibia
2025-02-09 00:06:31 +01:00
parent 47e7e50bee
commit 7d8078e06b
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1 @@
theme = "catppuccin-mocha"

13
.config/ghostty/config Normal file
View File

@@ -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