-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Rose Pine, Rose Pine Moon and Rose Pine Dawn color schemes (#409)
- Loading branch information
1 parent
4fd9731
commit 24c473a
Showing
3 changed files
with
111 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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", | ||
), | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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", | ||
), | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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", | ||
), | ||
) |