From 24c473a2f85fbcae7bc1edb39266ed3c486d949b Mon Sep 17 00:00:00 2001 From: Lucas Cogrossi <43018480+lucascogrossi@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:13:27 -0300 Subject: [PATCH] Add Rose Pine, Rose Pine Moon and Rose Pine Dawn color schemes (#409) --- color-schemes/Rose Pine Dawn.ron | 37 ++++++++++++++++++++++++++++++++ color-schemes/Rose Pine Moon.ron | 37 ++++++++++++++++++++++++++++++++ color-schemes/Rose Pine.ron | 37 ++++++++++++++++++++++++++++++++ 3 files changed, 111 insertions(+) create mode 100644 color-schemes/Rose Pine Dawn.ron create mode 100644 color-schemes/Rose Pine Moon.ron create mode 100644 color-schemes/Rose Pine.ron diff --git a/color-schemes/Rose Pine Dawn.ron b/color-schemes/Rose Pine Dawn.ron new file mode 100644 index 0000000..9c022f4 --- /dev/null +++ b/color-schemes/Rose Pine Dawn.ron @@ -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", + ), +) diff --git a/color-schemes/Rose Pine Moon.ron b/color-schemes/Rose Pine Moon.ron new file mode 100644 index 0000000..fabc277 --- /dev/null +++ b/color-schemes/Rose Pine Moon.ron @@ -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", + ), +) diff --git a/color-schemes/Rose Pine.ron b/color-schemes/Rose Pine.ron new file mode 100644 index 0000000..50c59ca --- /dev/null +++ b/color-schemes/Rose Pine.ron @@ -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", + ), +)