Files
dotfiles/.config/alacritty/alacritty-themes/themes/One-Light.yml
2026-03-15 10:32:59 +05:30

31 lines
642 B
YAML
Executable File

# Colors (One Light)
colors:
# Default colors
primary:
foreground: '#282c34'
background: '#ffffff'
# Normal colors
normal:
# NOTE: Use '#131613' for the `black` color if you'd like to see
# black text on the background.
black: '#282c34'
red: '#e06c75'
green: '#98c379'
yellow: '#d19a66'
blue: '#61afef'
magenta: '#c678dd'
cyan: '#56b6c2'
white: '#abb2bf'
# Bright colors
bright:
black: '#5c6370'
red: '#e06c75'
green: '#98c379'
yellow: '#d19a66'
blue: '#61afef'
magenta: '#c678dd'
cyan: '#56b6c2'
white: '#ffffff'