Add Rose Pine, Rose Pine Moon and Rose Pine Dawn color schemes (#409)
This commit is contained in:
parent
4fd973155b
commit
24c473a2f8
3 changed files with 111 additions and 0 deletions
37
color-schemes/Rose Pine Dawn.ron
Normal file
37
color-schemes/Rose Pine Dawn.ron
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
(
|
||||
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",
|
||||
),
|
||||
)
|
||||
37
color-schemes/Rose Pine Moon.ron
Normal file
37
color-schemes/Rose Pine Moon.ron
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
(
|
||||
name: "Rose Pine Moon",
|
||||
foreground: "#e0def4",
|
||||
background: "#232136",
|
||||
cursor: "#59546d",
|
||||
dim_foreground: "#908caa",
|
||||
normal: (
|
||||
black: "#393552",
|
||||
red: "#eb6f92",
|
||||
green: "#3e8fb0",
|
||||
yellow: "#f6c177",
|
||||
blue: "#9ccfd8",
|
||||
magenta: "#c4a7e7",
|
||||
cyan: "#ea9a97",
|
||||
white: "#e0def4",
|
||||
),
|
||||
bright: (
|
||||
black: "#6e6a86",
|
||||
red: "#eb6f92",
|
||||
green: "#3e8fb0",
|
||||
yellow: "#f6c177",
|
||||
blue: "#9ccfd8",
|
||||
magenta: "#c4a7e7",
|
||||
cyan: "#ea9a97",
|
||||
white: "#e0def4",
|
||||
),
|
||||
dim: (
|
||||
black: "#2a273f",
|
||||
red: "#b4637a",
|
||||
green: "#286983",
|
||||
yellow: "#ea9d34",
|
||||
blue: "#56949f",
|
||||
magenta: "#907aa9",
|
||||
cyan: "#d7827e",
|
||||
white: "#cecacd",
|
||||
),
|
||||
)
|
||||
37
color-schemes/Rose Pine.ron
Normal file
37
color-schemes/Rose Pine.ron
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
(
|
||||
name: "Rose Pine",
|
||||
foreground: "#e0def4",
|
||||
background: "#191724",
|
||||
cursor: "#524f67",
|
||||
dim_foreground: "#908caa",
|
||||
normal: (
|
||||
black: "#26233a",
|
||||
red: "#eb6f92",
|
||||
green: "#31748f",
|
||||
yellow: "#f6c177",
|
||||
blue: "#9ccfd8",
|
||||
magenta: "#c4a7e7",
|
||||
cyan: "#ebbcba",
|
||||
white: "#e0def4",
|
||||
),
|
||||
bright: (
|
||||
black: "#6e6a86",
|
||||
red: "#eb6f92",
|
||||
green: "#31748f",
|
||||
yellow: "#f6c177",
|
||||
blue: "#9ccfd8",
|
||||
magenta: "#c4a7e7",
|
||||
cyan: "#ebbcba",
|
||||
white: "#e0def4",
|
||||
),
|
||||
dim: (
|
||||
black: "#1f1d2e",
|
||||
red: "#b4637a",
|
||||
green: "#286983",
|
||||
yellow: "#ea9d34",
|
||||
blue: "#56949f",
|
||||
magenta: "#907aa9",
|
||||
cyan: "#d7827e",
|
||||
white: "#cecacd",
|
||||
),
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue