TokyoNight Storm
~/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: TokyoNight Storm .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 ● ● ● ● ● ● ● ●
Paleta kolorów
fg
bg
cur
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Konfiguracja
Uruchom poniższe polecenie w terminalu. Przeładuj otwarte terminale, aby zastosować motyw.
cmux themes set --dark "TokyoNight Storm"
Konfiguracja Ghostty
Dodaj to do pliku ~/.config/ghostty/config:
foreground = #c0caf5 background = #24283b cursor-color = #c0caf5 palette = 0=#1d202f palette = 1=#f7768e palette = 2=#9ece6a palette = 3=#e0af68 palette = 4=#7aa2f7 palette = 5=#bb9af7 palette = 6=#7dcfff palette = 7=#a9b1d6 palette = 8=#4e5575 palette = 9=#f7768e palette = 10=#9ece6a palette = 11=#e0af68 palette = 12=#7aa2f7 palette = 13=#bb9af7 palette = 14=#7dcfff palette = 15=#c0caf5
Podobne motywy
~/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
TokyoNight
~/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
TokyoNight Moon
~/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
TokyoNight Night
~/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