alacritty-theme/themes/alabaster_dark.toml

31 lines
479 B
TOML
Raw Normal View History

2023-12-14 05:17:08 +01:00
# Colors (Alabaster Dark)
# author tonsky
[colors.primary]
background = '#0E1415'
foreground = '#CECECE'
[colors.cursor]
text = '#0E1415'
cursor = '#CECECE'
[colors.normal]
black = '#0E1415'
red = '#e25d56'
green = '#73ca50'
yellow = '#e9bf57'
blue = '#4a88e4'
magenta = '#915caf'
cyan = '#23acdd'
white = '#f0f0f0'
[colors.bright]
black = '#777777'
red = '#f36868'
green = '#88db3f'
yellow = '#f0bf7a'
blue = '#6f8fdb'
magenta = '#e987e9'
cyan = '#4ac9e2'
white = '#FFFFFF'