Catppuccin Mocha
~/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 Mocha .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 ● ● ● ● ● ● ● ●
Renk paleti
fg
bg
cur
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Kurulum
Terminalinizde aşağıdaki komutu çalıştırın. Temayı uygulamak için açık terminalleri yeniden yükleyin.
cmux themes set --dark "Catppuccin Mocha"
Ghostty yapılandırması
Bunu ~/.config/ghostty/config dosyanıza ekleyin:
foreground = #cdd6f4 background = #1e1e2e cursor-color = #f5e0dc palette = 0=#45475a palette = 1=#f38ba8 palette = 2=#a6e3a1 palette = 3=#f9e2af palette = 4=#89b4fa palette = 5=#f5c2e7 palette = 6=#94e2d5 palette = 7=#a6adc8 palette = 8=#585b70 palette = 9=#f37799 palette = 10=#89d88b palette = 11=#ebd391 palette = 12=#74a8fc palette = 13=#f2aede palette = 14=#6bd7ca palette = 15=#bac2de
Benzer temalar
~/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
Catppuccin Frappe
~/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
Catppuccin Macchiato
~/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
Cobalt Next Dark
~/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