Black Metal (Gorgoroth)
~/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: Black Metal (Gorgoroth) .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 --dark "Black Metal (Gorgoroth)"
Ghostty 설정
~/.config/ghostty/config에 다음 내용을 추가하세요:
foreground = #c1c1c1 background = #000000 cursor-color = #c1c1c1 palette = 0=#000000 palette = 1=#5f8787 palette = 2=#9b8d7f palette = 3=#8c7f70 palette = 4=#888888 palette = 5=#999999 palette = 6=#aaaaaa palette = 7=#c1c1c1 palette = 8=#404040 palette = 9=#5f8787 palette = 10=#9b8d7f palette = 11=#8c7f70 palette = 12=#888888 palette = 13=#999999 palette = 14=#aaaaaa palette = 15=#c1c1c1
비슷한 테마
~/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
Black Metal
~/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
Black Metal (Bathory)
~/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
Black Metal (Nile)
~/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