13 lines
387 B
TOML
13 lines
387 B
TOML
# rose-pine-moon
|
|
[colors]
|
|
foreground = "#e0def4"
|
|
background = "#232136"
|
|
cursor_bg = "#59546d"
|
|
cursor_border = "#59546d"
|
|
cursor_fg = "#e0def4"
|
|
selection_bg = "#393552"
|
|
selection_fg = "#817c9c"
|
|
|
|
ansi = ["#393552", "#eb6f92", "#3e8fb0", "#f6c177", "#9ccfd8", "#c4a7e7", "#ebbcba", "#e0def4"]
|
|
brights = ["817c9c", "#eb6f92", "#3e8fb0", "#f6c177", "#9ccfd8", "#c4a7e7", "#ebbcba", "#e0def4"]
|