1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2024-07-22 12:13:34 +00:00
Dotfiles/.config/alacritty/colors/low_contrast.yaml
2020-10-07 15:39:19 +03:00

34 lines
669 B
YAML

# Colors (Dim)
colors:
# Default colors
primary:
background: '0x333333'
foreground: '0xdddddd'
# Colors the cursor will use if `custom_cursor_colors` is true
cursor:
text: '0xaaaaaa'
cursor: '0xffffff'
# Normal colors
normal:
black: '0x000000'
red: '0xbb0000'
green: '0x00bb00'
yellow: '0xbbbb00'
blue: '0x0000bb'
magenta: '0xbb00bb'
cyan: '0x00bbbb'
white: '0xbbbbbb'
# Bright colors
bright:
black: '0x000000'
red: '0xbb0000'
green: '0x00bb00'
yellow: '0xbbbb00'
blue: '0x0000bb'
magenta: '0xbb00bb'
cyan: '0x00bbbb'
white: '0xbbbbbb'