mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
30 lines
474 B
TOML
30 lines
474 B
TOML
# Colors (Alabaster)
|
|
# author tonsky
|
|
|
|
[colors.primary]
|
|
background = '#F7F7F7'
|
|
foreground = '#434343'
|
|
|
|
[colors.cursor]
|
|
text = '#F7F7F7'
|
|
cursor = '#434343'
|
|
|
|
[colors.normal]
|
|
black = '#000000'
|
|
red = '#AA3731'
|
|
green = '#448C27'
|
|
yellow = '#CB9000'
|
|
blue = '#325CC0'
|
|
magenta = '#7A3E9D'
|
|
cyan = '#0083B2'
|
|
white = '#BBBBBB'
|
|
|
|
[colors.bright]
|
|
black = '#777777'
|
|
red = '#F05050'
|
|
green = '#60CB00'
|
|
yellow = '#FFBC5D'
|
|
blue = '#007ACC'
|
|
magenta = '#E64CE6'
|
|
cyan = '#00AACB'
|
|
white = '#FFFFFF'
|