mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
This makes sure that both one_dark and one_light are named consistently. The origin of the theme doesn't have much relevance to the name.
24 lines
417 B
TOML
24 lines
417 B
TOML
[colors.primary]
|
|
background = '#f8f8f8'
|
|
foreground = '#2a2b33'
|
|
|
|
[colors.normal]
|
|
black = '#000000'
|
|
red = '#de3d35'
|
|
green = '#3e953a'
|
|
yellow = '#d2b67b'
|
|
blue = '#2f5af3'
|
|
magenta = '#a00095'
|
|
cyan = '#3e953a'
|
|
white = '#bbbbbb'
|
|
|
|
[colors.bright]
|
|
black = '#000000'
|
|
red = '#de3d35'
|
|
green = '#3e953a'
|
|
yellow = '#d2b67b'
|
|
blue = '#2f5af3'
|
|
magenta = '#a00095'
|
|
cyan = '#3e953a'
|
|
white = '#ffffff'
|