Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/themes/rose_pine.toml')
| -rw-r--r-- | runtime/themes/rose_pine.toml | 67 |
1 files changed, 30 insertions, 37 deletions
diff --git a/runtime/themes/rose_pine.toml b/runtime/themes/rose_pine.toml index 33c71486..e1d96894 100644 --- a/runtime/themes/rose_pine.toml +++ b/runtime/themes/rose_pine.toml @@ -10,7 +10,7 @@ "ui.cursor" = { fg = "text", bg = "highlight_high" } # "ui.cursor.select" = {} "ui.cursor.match" = { fg = "text", bg = "highlight_med" } -"ui.cursor.primary" = { fg = "text", bg = "muted" } +"ui.cursor.primary" = { fg = "text", bg = "muted"} # "ui.gutter" = {} # "ui.gutter.selected" = {} @@ -18,8 +18,6 @@ "ui.linenr" = { fg = "muted" } "ui.linenr.selected" = { fg = "text" } -"ui.bufferline" = { fg = "muted", bg = "base" } -"ui.bufferline.active" = { fg = "text", bg = "overlay" } "ui.statusline" = { fg = "subtle", bg = "surface" } "ui.statusline.inactive" = { fg = "muted", bg = "surface" } "ui.statusline.normal" = { fg = "rose", bg = "rose_10" } @@ -36,16 +34,14 @@ "ui.text" = { fg = "text" } "ui.text.focus" = { bg = "overlay" } "ui.text.info" = { fg = "subtle" } -"ui.text.directory" = { fg = "iris" } -"ui.virtual.jump-label" = { fg = "love", modifiers = ["bold"] } "ui.virtual.ruler" = { bg = "overlay" } "ui.virtual.whitespace" = { fg = "highlight_high" } "ui.virtual.indent-guide" = { fg = "muted" } "ui.virtual.inlay-hint" = { fg = "subtle" } "ui.menu" = { fg = "subtle", bg = "surface" } -"ui.menu.selected" = { fg = "text", bg = "overlay" } +"ui.menu.selected" = { fg = "text" } "ui.menu.scroll" = { fg = "muted", bg = "highlight_med" } "ui.selection" = { bg = "overlay" } @@ -65,8 +61,6 @@ "diagnostic.info" = { underline = { color = "foam", style = "curl" } } "diagnostic.warning" = { underline = { color = "gold", style = "curl" } } "diagnostic.error" = { underline = { color = "love", style = "curl" } } -"diagnostic.unnecessary" = { modifiers = ["dim"] } -"diagnostic.deprecated" = { modifiers = ["crossed_out"] } "special" = "rose" "attribute" = "iris" @@ -77,8 +71,8 @@ "constructor" = "foam" "constant" = "foam" -"constant.builtin" = "love" -"constant.builtin.boolean" = "rose" +"constant.builtin" = "rose" +# "constant.builtin.boolean" = "" "constant.character" = "gold" "constant.character.escape" = "pine" "constant.numeric" = "gold" @@ -92,17 +86,16 @@ # "string.special.url" = "" # "string.special.symbol" = "" -"comment" = { fg = "muted", modifiers = ["italic"] } +"comment" = { fg = "muted", modifiers = ["italic"]} # "comment.line" = "" -# "comment.line.documentation" = "" # "comment.block" = "" -# "comment.block.documentation" = "" +# "comment.block.documenation" = "" "variable" = "text" "variable.builtin" = "love" "variable.parameter" = "iris" # "variable.other" = "" -"variable.other.member" = "foam" +# "variable.other.member" = "" "label" = "foam" @@ -127,7 +120,7 @@ "operator" = "subtle" -"function" = "rose" # maybe pine +"function" = "rose" # maybe pine "function.builtin" = "love" # "function.method" = "" # "function.macro" = "" @@ -135,7 +128,7 @@ "tag" = "foam" -"namespace" = "text" +"namespace" = "iris" "markup.heading.marker" = "muted" "markup.heading" = { fg = "iris", modifiers = ["bold"] } @@ -154,7 +147,7 @@ "markup.italic" = { modifiers = ["italic"] } "markup.strikethrough" = { modifiers = ["crossed_out"] } "markup.link" = "iris" -"markup.link.url" = { fg = "iris", underline = { color = "iris", style = "line" } } +"markup.link.url" = { fg = "iris", underline = { color = "iris", style = "line" } } "markup.link.label" = "subtle" "markup.link.text" = "text" "markup.quote" = "subtle" @@ -174,24 +167,24 @@ # "diff.delta.moved" = "" [palette] -base = "#191724" -surface = "#1f1d2e" -overlay = "#26233a" -muted = "#6e6a86" -subtle = "#908caa" -text = "#e0def4" -love = "#eb6f92" -love_10 = "#311f30" -gold = "#f6c177" -gold_10 = "#30282c" -rose = "#ebbcba" -rose_10 = "#2f2834" -pine = "#31748f" -pine_10 = "#1a2030" -foam = "#9ccfd8" -foam_10 = "#252937" -iris = "#c4a7e7" -iris_10 = "#2b2539" -highlight_low = "#21202e" -highlight_med = "#403d52" +base = "#191724" +surface = "#1f1d2e" +overlay = "#26233a" +muted = "#6e6a86" +subtle = "#908caa" +text = "#e0def4" +love = "#eb6f92" +love_10 = "#311f30" +gold = "#f6c177" +gold_10 = "#30282c" +rose = "#ebbcba" +rose_10 = "#2f2834" +pine = "#31748f" +pine_10 = "#1a2030" +foam = "#9ccfd8" +foam_10 = "#252937" +iris = "#c4a7e7" +iris_10 = "#2b2539" +highlight_low = "#21202e" +highlight_med = "#403d52" highlight_high = "#524f67" |