37 lines
821 B
Text
37 lines
821 B
Text
(
|
|
name: "Rose Pine Dawn",
|
|
foreground: "#575279",
|
|
background: "#faf4ed",
|
|
cursor: "#9893a5",
|
|
dim_foreground: "#797593",
|
|
normal: (
|
|
black: "#f2e9e1",
|
|
red: "#b4637a",
|
|
green: "#286983",
|
|
yellow: "#ea9d34",
|
|
blue: "#56949f",
|
|
magenta: "#907aa9",
|
|
cyan: "#d7827e",
|
|
white: "#575279",
|
|
),
|
|
bright: (
|
|
black: "#9893a5",
|
|
red: "#b4637a",
|
|
green: "#286983",
|
|
yellow: "#ea9d34",
|
|
blue: "#56949f",
|
|
magenta: "#907aa9",
|
|
cyan: "#d7827e",
|
|
white: "#575279",
|
|
),
|
|
dim: (
|
|
black: "#dfdad9",
|
|
red: "#a6364c",
|
|
green: "#205c6f",
|
|
yellow: "#d7711d",
|
|
blue: "#3c758d",
|
|
magenta: "#744f7d",
|
|
cyan: "#b65b54",
|
|
white: "#625c87",
|
|
),
|
|
)
|