dotfiles/alacritty/themes/Google.dark.toml

32 lines
494 B
TOML
Raw Normal View History

2024-03-25 21:09:54 +00:00
[colors]
author = "Chris Kempson"
name = "Google (dark)"
[colors.bright]
black = "#969896"
blue = "#3971ed"
cyan = "#3971ed"
green = "#198844"
magenta = "#a36ac7"
red = "#cc342b"
white = "#ffffff"
yellow = "#fba922"
[colors.cursor]
cursor = "#c5c8c6"
text = "#1d1f21"
[colors.normal]
black = "#1d1f21"
blue = "#3971ed"
cyan = "#3971ed"
green = "#198844"
magenta = "#a36ac7"
red = "#cc342b"
white = "#c5c8c6"
yellow = "#fba922"
[colors.primary]
background = "#1d1f21"
foreground = "#c5c8c6"