mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
32 lines
535 B
TOML
32 lines
535 B
TOML
# Colors (Dim)
|
|
|
|
# Default colors
|
|
[colors.primary]
|
|
background = '#333333'
|
|
foreground = '#dddddd'
|
|
|
|
[colors.cursor]
|
|
text = '#aaaaaa'
|
|
cursor = '#ffffff'
|
|
|
|
# Normal colors
|
|
[colors.normal]
|
|
black = '#000000'
|
|
red = '#bb0000'
|
|
green = '#00bb00'
|
|
yellow = '#bbbb00'
|
|
blue = '#0000bb'
|
|
magenta = '#bb00bb'
|
|
cyan = '#00bbbb'
|
|
white = '#bbbbbb'
|
|
|
|
# Bright colors
|
|
[colors.bright]
|
|
black = '#000000'
|
|
red = '#bb0000'
|
|
green = '#00bb00'
|
|
yellow = '#bbbb00'
|
|
blue = '#0000bb'
|
|
magenta = '#bb00bb'
|
|
cyan = '#00bbbb'
|
|
white = '#bbbbbb'
|