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
493 B
28 lines
493 B
# Colors (Material Theme) |
|
|
|
# Default colors |
|
[colors.primary] |
|
background = '#1e282d' |
|
foreground = '#c4c7d1' |
|
|
|
# Normal colors |
|
[colors.normal] |
|
black = '#666666' |
|
red = '#eb606b' |
|
green = '#c3e88d' |
|
yellow = '#f7eb95' |
|
blue = '#80cbc4' |
|
magenta = '#ff2f90' |
|
cyan = '#aeddff' |
|
white = '#ffffff' |
|
|
|
# Bright colors |
|
[colors.bright] |
|
black = '#a1a1a1' |
|
red = '#eb606b' |
|
green = '#c3e88d' |
|
yellow = '#f7eb95' |
|
blue = '#7dc6bf' |
|
magenta = '#6c71c4' |
|
cyan = '#35434d' |
|
white = '#ffffff'
|
|
|