dotfiles/alacritty/themes/Default.light.toml

32 lines
496 B
TOML
Raw Normal View History

2024-03-25 21:09:54 +00:00
[colors]
author = "Chris Kempson"
name = "Default (light)"
[colors.bright]
black = "#505050"
blue = "#6a9fb5"
cyan = "#75b5aa"
green = "#90a959"
magenta = "#aa759f"
red = "#ac4142"
white = "#f5f5f5"
yellow = "#f4bf75"
[colors.cursor]
cursor = "#303030"
text = "#f5f5f5"
[colors.normal]
black = "#151515"
blue = "#6a9fb5"
cyan = "#75b5aa"
green = "#90a959"
magenta = "#aa759f"
red = "#ac4142"
white = "#d0d0d0"
yellow = "#f4bf75"
[colors.primary]
background = "#f5f5f5"
foreground = "#303030"