32 lines
502 B
TOML
32 lines
502 B
TOML
[colors]
|
|
author = "Chris Kempson"
|
|
name = "Atelierforest (light)"
|
|
|
|
[colors.bright]
|
|
black = "#766e6b"
|
|
blue = "#407ee7"
|
|
cyan = "#00ad9c"
|
|
green = "#5ab738"
|
|
magenta = "#6666ea"
|
|
red = "#f22c40"
|
|
white = "#f1efee"
|
|
yellow = "#d5911a"
|
|
|
|
[colors.cursor]
|
|
cursor = "#68615e"
|
|
text = "#f1efee"
|
|
|
|
[colors.normal]
|
|
black = "#1b1918"
|
|
blue = "#407ee7"
|
|
cyan = "#00ad9c"
|
|
green = "#5ab738"
|
|
magenta = "#6666ea"
|
|
red = "#f22c40"
|
|
white = "#a8a19f"
|
|
yellow = "#d5911a"
|
|
|
|
[colors.primary]
|
|
background = "#f1efee"
|
|
foreground = "#68615e"
|