Add Rose Pine, Rose Pine Moon and Rose Pine Dawn color schemes (#409)

This commit is contained in:
Lucas Cogrossi 2025-01-10 11:13:27 -03:00 committed by GitHub
parent 4fd973155b
commit 24c473a2f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 111 additions and 0 deletions

View 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",
),
)