mirror of
https://github.com/alacritty/alacritty-theme.git
synced 2026-09-10 07:36:40 -04:00
29 lines
486 B
TOML
29 lines
486 B
TOML
# Colors (Ganbaru)
|
|
|
|
# Default colors
|
|
[colors.primary]
|
|
background = '#151b24'
|
|
foreground = '#e1e5eC'
|
|
|
|
# Normal colors
|
|
[colors.normal]
|
|
black = '#151b24'
|
|
red = '#e8608c'
|
|
green = '#a2d37e'
|
|
yellow = '#ffb270'
|
|
blue = '#73b3ff'
|
|
magenta = '#b8abec'
|
|
cyan = '#60cee0'
|
|
white = '#a8adb7'
|
|
|
|
# Bright colors
|
|
[colors.bright]
|
|
black = '#555555'
|
|
red = '#ff6d7e'
|
|
green = '#b1e397'
|
|
yellow = '#e5de8c'
|
|
blue = '#a2c8f5'
|
|
magenta = '#ecaee3'
|
|
cyan = '#a8d9e1'
|
|
white = '#d1d8e5'
|