Catppuccin Latte
~/projects $ ls README.md src/ config.toml themes/ ~/projects $ git status On branch main Changes not staged for commit: modified: src/main.go modified: config.toml ~/projects $ echo "hello world" hello world
package main import "fmt" // fibonacci returns the nth Fibonacci number func fibonacci(n int) int { if n <= 1 { return n } return fibonacci(n-1) + fibonacci(n-2) } func main() { for i := 0; i < 10; i++ { fmt.Printf("fib(%d) = %d\n", i, fibonacci(i)) } }
,xNMM. user@host .OMMMMo ----------------------------- lMM" OS: macOS 15.3 arm64 .;loddo:. .olloddol;. Host: MacBook Pro (14-inch) cKMMMMMMMMMMNWMMMMMMMMMM0: Kernel: Darwin 24.3.0 .KMMMMMMMMMMMMMMMMMMMMMMMWd. Uptime: 3 hours, 42 mins XMMMMMMMMMMMMMMMMMMMMMMMX. Shell: zsh 5.9 ;MMMMMMMMMMMMMMMMMMMMMMMM: Terminal: ghostty :MMMMMMMMMMMMMMMMMMMMMMMM: Theme: Catppuccin Latte .MMMMMMMMMMMMMMMMMMMMMMMMX. CPU: Apple M1 Pro (8) @ 3.23 GHz kMMMMMMMMMMMMMMMMMMMMMMMMWd. GPU: Apple M1 Pro (14) 'XMMMMMMMMMMMMMMMMMMMMMMMMMMk Memory: 10.02 GiB / 16.00 GiB (63%) 'XMMMMMMMMMMMMMMMMMMMMMMMMK. Disk (/): 245 GiB / 460 GiB (53%) kMMMMMMMMMMMMMMMMMMMMMMd Local IP: 192.168.1.42 ;KMMMMMMMWXXWMMMMMMMk. Battery: 71% "cooc*" "*coo'" Locale: en_US.UTF-8 ● ● ● ● ● ● ● ●
Цветовая палитра
fg
bg
cur
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Настройка
Выполните следующую команду в терминале. Перезагрузите открытые терминалы, чтобы применить тему.
cmux themes set --light "Catppuccin Latte"
Конфигурация Ghostty
Добавьте это в файл ~/.config/ghostty/config:
foreground = #4c4f69 background = #eff1f5 cursor-color = #dc8a78 palette = 0=#5c5f77 palette = 1=#d20f39 palette = 2=#40a02b palette = 3=#df8e1d palette = 4=#1e66f5 palette = 5=#ea76cb palette = 6=#179299 palette = 7=#acb0be palette = 8=#6c6f85 palette = 9=#de293e palette = 10=#49af3d palette = 11=#eea02d palette = 12=#456eff palette = 13=#fe85d8 palette = 14=#2d9fa8 palette = 15=#bcc0cc
Похожие темы
~/projects $ ls README.md src/ config.toml themes/ ~/projects $ git status On branch main Changes not staged for commit: modified: src/main.go modified: config.toml ~/projects $ echo "hello world" hello world
Nord Light
~/projects $ ls README.md src/ config.toml themes/ ~/projects $ git status On branch main Changes not staged for commit: modified: src/main.go modified: config.toml ~/projects $ echo "hello world" hello world
Novel
~/projects $ ls README.md src/ config.toml themes/ ~/projects $ git status On branch main Changes not staged for commit: modified: src/main.go modified: config.toml ~/projects $ echo "hello world" hello world
Aizen Light
~/projects $ ls README.md src/ config.toml themes/ ~/projects $ git status On branch main Changes not staged for commit: modified: src/main.go modified: config.toml ~/projects $ echo "hello world" hello world