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

28 lines
524 B
YAML
Executable File

colors:
name: Brewer (light)
author: Chris Kempson
primary:
background: "#fcfdfe"
foreground: "#515253"
cursor:
text: "#fcfdfe"
cursor: "#515253"
normal:
black: "#0c0d0e"
red: "#e31a1c"
green: "#31a354"
yellow: "#dca060"
blue: "#3182bd"
magenta: "#756bb1"
cyan: "#80b1d3"
white: "#b7b8b9"
bright:
black: "#737475"
red: "#e31a1c"
green: "#31a354"
yellow: "#dca060"
blue: "#3182bd"
magenta: "#756bb1"
cyan: "#80b1d3"
white: "#fcfdfe"