mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
33 lines
550 B
TOML
33 lines
550 B
TOML
# (Github Dark Tritanopia) Colors for Alacritty
|
|
|
|
# Default colors
|
|
[colors.primary]
|
|
background = '#0d1117'
|
|
foreground = '#c9d1d9'
|
|
|
|
# Cursor colors
|
|
[colors.cursor]
|
|
text = '#0d1117'
|
|
cursor = '#c9d1d9'
|
|
|
|
# Normal colors
|
|
[colors.normal]
|
|
black = '#484f58'
|
|
red = '#ff7b72'
|
|
green = '#58a6ff'
|
|
yellow = '#d29922'
|
|
blue = '#58a6ff'
|
|
magenta = '#bc8cff'
|
|
cyan = '#39c5cf'
|
|
white = '#b1bac4'
|
|
|
|
# Bright colors
|
|
[colors.bright]
|
|
black = '#6e7681'
|
|
red = '#ffa198'
|
|
green = '#79c0ff'
|
|
yellow = '#e3b341'
|
|
blue = '#79c0ff'
|
|
magenta = '#bc8cff'
|
|
cyan = '#39c5cf'
|
|
white = '#b1bac4'
|