aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/rose_pine_dawn.toml
diff options
context:
space:
mode:
authornot2023-01-12 23:29:05 +0000
committerGitHub2023-01-12 23:29:05 +0000
commit051cd786a43a84912413b526782adffa9698fcd9 (patch)
tree84937538639cbf7085a667e8edf72545c611993b /runtime/themes/rose_pine_dawn.toml
parentc988bd9629145b5a337498937a70af555bfa6159 (diff)
Rosé Pine theme: use official variants (#5489)
Diffstat (limited to 'runtime/themes/rose_pine_dawn.toml')
-rw-r--r--runtime/themes/rose_pine_dawn.toml109
1 files changed, 27 insertions, 82 deletions
diff --git a/runtime/themes/rose_pine_dawn.toml b/runtime/themes/rose_pine_dawn.toml
index d9377966..030ddccf 100644
--- a/runtime/themes/rose_pine_dawn.toml
+++ b/runtime/themes/rose_pine_dawn.toml
@@ -1,85 +1,30 @@
-# Author: RayGervais<raygervais@hotmail.ca>
-# Author: ChrisHa<chunghha@users.noreply.github.com>
+# Author: Rosé Pine <hi@rosepinetheme.com>
+# 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.
-"ui.background" = { bg = "surface" }
-"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 = "base" }
-"ui.statusline" = {fg = "foam", bg = "surface" }
-"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 = "base" }
-"operator" = "rose"
-"variable" = "text"
-"number" = "iris"
-"constant" = "gold"
-"attribute" = "gold"
-"type" = "foam"
-"ui.cursor.match" = { fg = "gold", modifiers = ["underlined"] }
-"string" = "gold"
-"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"
-"error" = "love"
-
-"diagnostic.error" = { underline = { style = "curl", color = "love" } }
-"diagnostic.warning" = { underline = { style = "curl", color = "gold" } }
-"diagnostic.info" = { underline = { style = "curl", color = "foam" } }
-"diagnostic.hint" = { underline = { style = "curl", color = "iris" } }
-
-"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" }
+inherits = "rose_pine"
[palette]
-base = "#faf4ed"
-surface = "#fffaf3"
-overlay = "#f2e9de"
-inactive = "#9893a5"
-subtle = "#6e6a86"
-text = "#575279"
-love = "#b4637a"
-gold = "#ea9d34"
-rose = "#d7827e"
-pine = "#286983"
-foam = "#56949f"
-iris = "#907aa9"
-highlight = "#dfdad9"
-highlightInactive = "#f4ede8"
-highlightOverlay = "#cecacd"
+base = "#faf4ed"
+surface = "#fffaf3"
+overlay = "#f2e9e1"
+muted = "#9893a5"
+subtle = "#797593"
+text = "#575279"
+love = "#b4637a"
+love_10 = "#f6e4e0"
+gold = "#ea9d34"
+gold_10 = "#fbead8"
+rose = "#d7827e"
+rose_10 = "#fae8e1"
+pine = "#286983"
+pine_10 = "#e5e6e2"
+foam = "#56949f"
+foam_10 = "#eaeae5"
+iris = "#907aa9"
+iris_10 = "#f1e8e6"
+highlight_low = "#f4ede8"
+highlight_med = "#dfdad9"
+highlight_high = "#cecacd" \ No newline at end of file