Files
dotfiles/dot_config/alacritty/themes/vibrant-ink.sh.yml
2024-01-06 11:23:04 +01:00

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x000000'
foreground: '0xffffff'
# Normal colors
normal:
black: '0x878787'
red: '0xff6600'
green: '0xccff04'
yellow: '0xffcc00'
blue: '0x44b4cc'
magenta: '0x9933cc'
cyan: '0x44b4cc'
white: '0xf5f5f5'
# Bright colors
bright:
black: '0x555555'
red: '0xff0000'
green: '0x00ff00'
yellow: '0xffff00'
blue: '0x0000ff'
magenta: '0xff00ff'
cyan: '0x00ffff'
white: '0xe5e5e5'