43 lines
676 B
TOML
43 lines
676 B
TOML
[colors.bright]
|
|
black = "#2a2644"
|
|
blue = "#445f9b"
|
|
cyan = "#5bcefa"
|
|
green = "#98db95"
|
|
magenta = "#ee5e95"
|
|
red = "#f5a9b8"
|
|
white = "#bfbfc0"
|
|
yellow = "#ffe70a"
|
|
|
|
[colors.cursor]
|
|
cursor = "CellForeground"
|
|
text = "CellBackground"
|
|
|
|
[colors.footer_bar]
|
|
background = "#0B5393"
|
|
foreground = "#EBF6FF"
|
|
|
|
[colors.normal]
|
|
black = "#1E1B30"
|
|
blue = "#334773"
|
|
cyan = "#2A98B1"
|
|
green = "#6FA47E"
|
|
magenta = "#a34a78"
|
|
red = "#A04558"
|
|
white = "#808082"
|
|
yellow = "#CCB700"
|
|
|
|
[colors.primary]
|
|
background = "#010206"
|
|
bright_foreground = "#F0F2FF"
|
|
dim_foreground = "#BFBFC0"
|
|
foreground = "#EBF6FF"
|
|
|
|
[font]
|
|
size = 9.0
|
|
|
|
[font.normal]
|
|
family = "MonaspiceNe NF"
|
|
style = "Regular"
|
|
|
|
[window]
|
|
opacity = 0.9
|