This repository has been archived on 2022-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
lemondwm/.config/alacritty.yml

45 lines
699 B
YAML

# Colors (Nova)
colors:
# Default colors
primary:
background: '#000000'
foreground: '#C5D4DD'
cursor:
text: '#212121'
cursor: '#C0C5CE'
# Normal colors
normal:
black: '#3C4C55'
red: '#DF8C8C'
green: '#A8CE93'
yellow: '#DADA93'
blue: '#416691'
magenta: '#9A93E1'
cyan: '#7FC1CA'
white: '#b6c5cf'
# Bright colors
bright:
black: '#899BA6'
red: '#F2C38F'
green: '#A8CE93'
yellow: '#DADA93'
blue: '#517bad'
magenta: '#D18EC2'
cyan: '#7FC1CA'
white: '#E6EEF3'
font:
size: 12
normal:
family: Cozette
window:
padding:
x: 25
y: 25
background_opacity: 0.85