config(ghostty): add catppuccin-mocha theme
parent
4d7961e798
commit
c75fb6c292
|
@ -59,8 +59,16 @@ internal = "data/wezterm"
|
|||
external = "~/.config/wezterm"
|
||||
|
||||
[[apps.ghostty.paths]]
|
||||
internal = "data/ghostty"
|
||||
external = "~/.config/ghostty"
|
||||
internal = "data/ghostty/config"
|
||||
external = "~/.config/ghostty/config"
|
||||
|
||||
[[apps.ghostty.paths]]
|
||||
internal = "data/ghostty/catppuccin-mocha.conf"
|
||||
external = "~/.config/ghostty/catppuccin-mocha.conf"
|
||||
|
||||
[[apps.ghostty.paths]]
|
||||
internal = "data/ghostty/catppuccin-mocha.conf"
|
||||
external = "https://raw.githubusercontent.com/catppuccin/ghostty/refs/heads/main/themes/catppuccin-mocha.conf"
|
||||
|
||||
[[apps.fd.paths]]
|
||||
internal = "data/fd/.ignore"
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
palette = 0=#45475a
|
||||
palette = 1=#f38ba8
|
||||
palette = 2=#a6e3a1
|
||||
palette = 3=#f9e2af
|
||||
palette = 4=#89b4fa
|
||||
palette = 5=#f5c2e7
|
||||
palette = 6=#94e2d5
|
||||
palette = 7=#bac2de
|
||||
palette = 8=#585b70
|
||||
palette = 9=#f38ba8
|
||||
palette = 10=#a6e3a1
|
||||
palette = 11=#f9e2af
|
||||
palette = 12=#89b4fa
|
||||
palette = 13=#f5c2e7
|
||||
palette = 14=#94e2d5
|
||||
palette = 15=#a6adc8
|
||||
background = 1e1e2e
|
||||
foreground = cdd6f4
|
||||
cursor-color = f5e0dc
|
||||
selection-background = 353749
|
||||
selection-foreground = cdd6f4
|
|
@ -1,9 +1,9 @@
|
|||
config-file = catppuccin-mocha.conf
|
||||
|
||||
font-family = Iosevka Pacman
|
||||
font-size = 18
|
||||
adjust-cell-height = 20%
|
||||
|
||||
theme = catppuccin-mocha
|
||||
|
||||
cursor-style-blink = false
|
||||
|
||||
background-opacity = 0.95
|
||||
|
|
Loading…
Reference in New Issue