diff options
author | not | 2023-01-12 23:29:05 +0000 |
---|---|---|
committer | GitHub | 2023-01-12 23:29:05 +0000 |
commit | 051cd786a43a84912413b526782adffa9698fcd9 (patch) | |
tree | 84937538639cbf7085a667e8edf72545c611993b /runtime/themes/rose_pine_moon.toml | |
parent | c988bd9629145b5a337498937a70af555bfa6159 (diff) |
Rosé Pine theme: use official variants (#5489)
Diffstat (limited to 'runtime/themes/rose_pine_moon.toml')
-rw-r--r-- | runtime/themes/rose_pine_moon.toml | 116 |
1 files changed, 27 insertions, 89 deletions
diff --git a/runtime/themes/rose_pine_moon.toml b/runtime/themes/rose_pine_moon.toml index 178d623b..fddf4911 100644 --- a/runtime/themes/rose_pine_moon.toml +++ b/runtime/themes/rose_pine_moon.toml @@ -1,92 +1,30 @@ -# Author: RayGervais<raygervais@hotmail.ca> -# Author: ChrisHa<chunghha@users.noreply.github.com> -# Author: ATahaBaki<atahabaki@pm.me> -# This theme is based on rose_pine theme. I just converted their -# rose_pine theme. +# 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 = "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" -"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] -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" +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"
\ No newline at end of file |