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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x052454'
foreground: '0xf6f6f7'
# Normal colors
normal:
black: '0x000000'
red: '0x7e0008'
green: '0x098003'
yellow: '0xc4a000'
blue: '0x010083'
magenta: '0xd33682'
cyan: '0x0e807f'
white: '0x7f7c7f'
# Bright colors
bright:
black: '0x808080'
red: '0xef2929'
green: '0x1cfe3c'
yellow: '0xfefe45'
blue: '0x268ad2'
magenta: '0xfe13fa'
cyan: '0x29fffe'
white: '0xc2c1c3'