Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/rose_pine_moon.toml')
-rw-r--r--runtime/themes/rose_pine_moon.toml112
1 files changed, 85 insertions, 27 deletions
diff --git a/runtime/themes/rose_pine_moon.toml b/runtime/themes/rose_pine_moon.toml
index f1d04dd3..fc27d2c0 100644
--- a/runtime/themes/rose_pine_moon.toml
+++ b/runtime/themes/rose_pine_moon.toml
@@ -1,30 +1,88 @@
-# Author: Rosé Pine <[email protected]>
-# Upstream: https://github.com/rose-pine/helix
-# Contributing:
-# Please submit changes to https://github.com/rose-pine/helix.
-# The Rosé Pine team will update Helix, including you as a co-author.
+# Author: RayGervais<[email protected]>
+# Author: ChrisHa<[email protected]>
+# Author: ATahaBaki<[email protected]>
+# This theme is based on rose_pine theme. I just converted their
+# rose_pine theme.
-inherits = "rose_pine"
+"ui.background" = { bg = "base" }
+"ui.menu" = { fg = "text", bg = "overlay" }
+"ui.menu.selected" = { fg = "iris", bg = "surface" }
+"ui.linenr" = {fg = "subtle" }
+"ui.liner.selected" = "highlightOverlay"
+"ui.selection" = { bg = "highlight" }
+"comment" = "subtle"
+"ui.cursorline" = {bg = "dimBase" }
+"ui.statusline" = {fg = "foam", bg = "surface" }
+"ui.statusline.insert" = {fg = "base", bg = "foam", modifiers = ["bold"]}
+"ui.statusline.normal" = {fg = "base", bg = "rose", modifiers = ["bold"]}
+"ui.statusline.select" = {fg = "base", bg = "iris", modifiers = ["bold"]}
+"ui.statusline.inactive" = { fg = "iris", bg = "surface" }
+"ui.cursor" = { fg = "rose", modifiers = ["reversed"] }
+"ui.text" = { fg = "text" }
+"ui.text.focus" = { fg = "foam", modifiers = ["bold"]}
+"ui.text.info" = {fg = "pine", modifiers = ["bold"]}
+"ui.virtual.whitespace" = "highlight"
+"ui.virtual.ruler" = {bg = "dimBase" }
+"operator" = "rose"
+"variable" = "text"
+"constant.numeric" = "iris"
+"constant" = "gold"
+"attribute" = "gold"
+"type" = "foam"
+"ui.cursor.match" = { fg = "gold", modifiers = ["underlined"] }
+"string" = "gold"
+"constant.character.escape" = "subtle"
+"function" = "rose"
+"function.builtin" = "rose"
+"function.method" = "foam"
+"constructor" = "gold"
+"special" = "gold"
+"keyword" = "pine"
+"label" = "iris"
+"namespace" = "pine"
+"ui.popup" = { bg = "surface" }
+"ui.popup.info" = { bg = "surface" }
+"ui.window" = { bg = "base" }
+"ui.help" = { bg = "overlay", fg = "foam" }
+"diff.plus" = "foam"
+"diff.delta" = "rose"
+"diff.minus" = "love"
+
+"info" = "gold"
+"hint" = "gold"
+"debug" = "rose"
+"diagnostic" = "rose"
+"error" = "love"
+
+"markup.heading.marker" = "subtle"
+"markup.heading.1" = { fg = "love", modifiers = ["bold"] }
+"markup.heading.2" = { fg = "gold", modifiers = ["bold"] }
+"markup.heading.3" = { fg = "rose", modifiers = ["bold"] }
+"markup.heading.4" = { fg = "pine", modifiers = ["bold"] }
+"markup.heading.5" = { fg = "foam", modifiers = ["bold"] }
+"markup.heading.6" = { fg = "iris", modifiers = ["bold"] }
+"markup.list" = { fg = "love" }
+"markup.bold" = { fg = "gold", modifiers = ["bold"] }
+"markup.italic" = { fg = "iris", modifiers = ["italic"] }
+"markup.link.url" = { fg = "pine", modifiers = ["underlined"]}
+"markup.link.text" = { fg = "foam" }
+"markup.quote" = { fg = "rose" }
+"markup.raw" = { fg = "foam" }
[palette]
-base = "#232136"
-surface = "#2a273f"
-overlay = "#393552"
-muted = "#6e6a86"
-subtle = "#908caa"
-text = "#e0def4"
-love = "#eb6f92"
-love_10 = "#3a2841"
-gold = "#f6c177"
-gold_10 = "#39313e"
-rose = "#ea9a97"
-rose_10 = "#392d41"
-pine = "#3e8fb0"
-pine_10 = "#252c44"
-foam = "#9ccfd8"
-foam_10 = "#2e3248"
-iris = "#c4a7e7"
-iris_10 = "#342e4a"
-highlight_low = "#2a283e"
-highlight_med = "#44415a"
-highlight_high = "#56526e"
+dimBase = "#201e30"
+base = "#232136"
+surface = "#2a273f"
+overlay = "#393552"
+inactive = "#6e6a86"
+subtle = "#908caa"
+text = "#e0def4"
+love = "#eb6f92"
+gold = "#f6c177"
+rose = "#ea9a97"
+pine = "#3e8fb0"
+foam = "#9ccfd8"
+iris = "#c4a7e7"
+highlight = "#44415a"
+highlightInactive = "#2a283e"
+highlightOverlay = "#56526e"