dotfiles/.config/alacritty/themes/green-all.toml

31 lines
521 B
TOML
Raw Normal View History

2024-12-19 12:03:05 +00:00
# Default colors
[colors.primary]
background = '#000000'
foreground = '#19a33a'
[colors.cursor]
text = '#122637'
cursor = '#14f105'
# Normal colors
[colors.normal]
black = '#282e2a'
red = '#70a542'
green = '#00ca07'
yellow = '#5fde6d'
blue = '#5f9d75'
magenta = '#678f71'
cyan = '#5e8d87'
white = '#718070'
# Bright colors
[colors.bright]
black = '#394738'
red = '#66cc7b'
green = '#03e880'
yellow = '#74f0a3'
blue = '#81beba'
magenta = '#94bb9b'
cyan = '#8abeb7'
white = '#b2cab6'