HaX0R R3D

HaX0R R3D
~/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: HaX0R R3D
.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
                                         
Tags dark vibrant warm red tinted
Contrast low

Color Palette

fg
bg
cur
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

Setup

Run this command in your terminal. Reload open terminals for the theme to take effect.

cmux themes set --dark "HaX0R R3D"

Ghostty Config

Add these lines to ~/.config/ghostty/config:

foreground = #b10e0e
background = #200101
cursor-color = #b00d0d
palette = 0=#1f0000
palette = 1=#b00d0d
palette = 2=#b00d0d
palette = 3=#b00d0d
palette = 4=#b00d0d
palette = 5=#b00d0d
palette = 6=#b00d0d
palette = 7=#fafafa
palette = 8=#554040
palette = 9=#ff1111
palette = 10=#ff1010
palette = 11=#ff1010
palette = 12=#ff1010
palette = 13=#ff1010
palette = 14=#ff1010
palette = 15=#fefefe

Similar Themes