You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
595 B
28 lines
595 B
# Colors (Ayu Light) |
|
|
|
# Default colors - taken from ayu-colors |
|
[colors.primary] |
|
background = '#FCFCFC' |
|
foreground = '#5C6166' |
|
|
|
# Normal colors - taken from ayu-iTerm |
|
[colors.normal] |
|
black = '#010101' |
|
red = '#e7666a' |
|
green = '#80ab24' |
|
yellow = '#eba54d' |
|
blue = '#4196df' |
|
magenta = '#9870c3' |
|
cyan = '#51b891' |
|
white = '#c1c1c1' |
|
|
|
# Bright colors - pastel lighten 0.1 <normal> except black lighten with 0.2 |
|
[colors.bright] |
|
black = '#343434' |
|
red = '#ee9295' |
|
green = '#9fd32f' |
|
yellow = '#f0bc7b' |
|
blue = '#6daee6' |
|
magenta = '#b294d2' |
|
cyan = '#75c7a8' |
|
white = '#dbdbdb'
|
|
|