mirror of
https://github.com/alacritty/alacritty-theme
synced 2024-11-16 19:51:03 +01:00
28 lines
548 B
TOML
28 lines
548 B
TOML
# Gnome (Gnome Terminal Default)
|
|
|
|
# Default colors
|
|
[colors.primary]
|
|
background = '#1e1e1e'
|
|
foreground = '#ffffff'
|
|
|
|
# Normal colors
|
|
[colors.normal]
|
|
black = '#171421'
|
|
red = '#c01c28'
|
|
green = '#26a269'
|
|
yellow = '#a2734c'
|
|
blue = '#12488b'
|
|
magenta = '#a347ba'
|
|
cyan = '#2aa1b3'
|
|
white = '#d0cfcc'
|
|
|
|
# Bright colors
|
|
[colors.bright]
|
|
black = '#5e5c64'
|
|
red = '#f66151'
|
|
green = '#33d17a'
|
|
yellow = '#e9ad0c'
|
|
blue = '#2a7bde'
|
|
magenta = '#c061cb'
|
|
cyan = '#33c7de'
|
|
white = '#ffffff'
|