mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
28 lines
483 B
TOML
28 lines
483 B
TOML
# Colors (Iris)
|
|
|
|
# Default colors
|
|
[colors.primary]
|
|
background = '#272537'
|
|
foreground = '#e8e6e9'
|
|
|
|
# Normal colors
|
|
[colors.normal]
|
|
black = '#111133'
|
|
red = '#d61d52'
|
|
green = '#48a842'
|
|
yellow = '#e1a51c'
|
|
blue = '#5556d3'
|
|
magenta = '#8650d3'
|
|
cyan = '#52afb7'
|
|
white = '#9f9aa7'
|
|
|
|
# Bright colors
|
|
[colors.bright]
|
|
black = '#484867'
|
|
red = '#e15877'
|
|
green = '#71ab3a'
|
|
yellow = '#c6a642'
|
|
blue = '#6d6dc9'
|
|
magenta = '#956ad3'
|
|
cyan = '#6ab6bd'
|
|
white = '#e8e6e9'
|