Files
dotfiles/dot_config/alacritty/themes/oceanic-next.sh.yml
T
2024-01-06 11:23:04 +01:00

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x121b21'
foreground: '0xb3b8c3'
# Normal colors
normal:
black: '0x121c21'
red: '0xe44754'
green: '0x89bd82'
yellow: '0xf7bd51'
blue: '0x5486c0'
magenta: '0xb77eb8'
cyan: '0x50a5a4'
white: '0xffffff'
# Bright colors
bright:
black: '0x52606b'
red: '0xe44754'
green: '0x89bd82'
yellow: '0xf7bd51'
blue: '0x5486c0'
magenta: '0xb77eb8'
cyan: '0x50a5a4'
white: '0xffffff'