mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-11 21:09:38 +00:00
17 lines
332 B
YAML
17 lines
332 B
YAML
# Colors (Doom One)
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x1a1b26'
|
|
foreground: '0xa9b1d6'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x1a1b26'
|
|
red: '0xf7768e'
|
|
green: '0x9ece6a'
|
|
yellow: '0xe0af68'
|
|
blue: '0x7aa2f7'
|
|
magenta: '0xbb9af7'
|
|
cyan: '0x73daca'
|
|
white: '0xa9b1d6' |