Cobalt Neon

Cobalt Neon
~/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: Cobalt Neon
.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
                                         
Étiquettes sombre vert teinté cobalt
Contraste élevé

Palette de couleurs

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

Configuration

Exécutez la commande suivante dans votre terminal. Rechargez les terminaux ouverts pour appliquer le thème.

cmux themes set --dark "Cobalt Neon"

Configuration Ghostty

Ajoutez ceci à votre fichier ~/.config/ghostty/config :

foreground = #8ff586
background = #142838
cursor-color = #c4206f
palette = 0=#142631
palette = 1=#ff2320
palette = 2=#3ba5ff
palette = 3=#e9e75c
palette = 4=#8ff586
palette = 5=#781aa0
palette = 6=#8ff586
palette = 7=#ba46b2
palette = 8=#fff688
palette = 9=#d4312e
palette = 10=#8ff586
palette = 11=#e9f06d
palette = 12=#3c7dd2
palette = 13=#8230a7
palette = 14=#6cbc67
palette = 15=#8ff586

Thèmes similaires