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.
30 lines
486 B
30 lines
486 B
[colors.primary] |
|
background = "#15141b" |
|
foreground = "#edecee" |
|
|
|
[colors.cursor] |
|
cursor = "#a277ff" |
|
|
|
[colors.selection] |
|
text = "CellForeground" |
|
background = "#29263c" |
|
|
|
[colors.normal] |
|
black = "#110f18" |
|
red = "#ff6767" |
|
green = "#61ffca" |
|
yellow = "#ffca85" |
|
blue = "#a277ff" |
|
magenta = "#a277ff" |
|
cyan = "#61ffca" |
|
white = "#edecee" |
|
|
|
[colors.bright] |
|
black = "#4d4d4d" |
|
red = "#ff6767" |
|
green = "#61ffca" |
|
yellow = "#ffca85" |
|
blue = "#a277ff" |
|
magenta = "#a277ff" |
|
cyan = "#61ffca" |
|
white = "#edecee"
|
|
|