diff options
author | chunghha | 2022-02-24 01:08:20 +0000 |
---|---|---|
committer | GitHub | 2022-02-24 01:08:20 +0000 |
commit | 45262161392fde814cf0da54d268d8f75366a4ee (patch) | |
tree | 99dcdd54ef28015f91484d17aa3cd31f97e2476a /runtime/themes | |
parent | f83843ceba65f7719d8b208eda0ebf15fae77603 (diff) |
chore(theme): update markup styles for rose_pine themes (#1706)
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/rose_pine.toml | 14 | ||||
-rw-r--r-- | runtime/themes/rose_pine_dawn.toml | 16 |
2 files changed, 21 insertions, 9 deletions
diff --git a/runtime/themes/rose_pine.toml b/runtime/themes/rose_pine.toml index 66717bb2..94bf6d3a 100644 --- a/runtime/themes/rose_pine.toml +++ b/runtime/themes/rose_pine.toml @@ -46,14 +46,20 @@ "diagnostic" = "rose" "error" = "love" -"markup.heading" = { fg = "rose" } -"markup.raw.inline" = { fg = "foam" } +"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 = "form", modifiers = ["bold"] } +"markup.heading.6" = { fg = "fg", modifiers = ["bold"] } +"markup.list" = { fg = "love" } "markup.bold" = { fg = "gold", modifiers = ["bold"] } "markup.italic" = { fg = "iris", modifiers = ["italic"] } -"markup.list" = { fg = "love" } -"markup.quote" = { fg = "rose" } "markup.link.url" = { fg = "pine", modifiers = ["underlined"]} "markup.link.text" = { fg = "foam" } +"markup.quote" = { fg = "rose" } +"markup.raw" = { fg = "foam" } [palette] base = "#191724" diff --git a/runtime/themes/rose_pine_dawn.toml b/runtime/themes/rose_pine_dawn.toml index bec77506..bad5fec5 100644 --- a/runtime/themes/rose_pine_dawn.toml +++ b/runtime/themes/rose_pine_dawn.toml @@ -46,14 +46,20 @@ "diagnostic" = "rose" "error" = "love" -"markup.heading" = { fg = "rose" } -"markup.raw.inline" = { fg = "foam" } +"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 = "form", modifiers = ["bold"] } +"markup.heading.6" = { fg = "fg", modifiers = ["bold"] } +"markup.list" = { fg = "love" } "markup.bold" = { fg = "gold", modifiers = ["bold"] } "markup.italic" = { fg = "iris", modifiers = ["italic"] } -"markup.list" = { fg = "love" } -"markup.quote" = { fg = "rose" } "markup.link.url" = { fg = "pine", modifiers = ["underlined"]} -"markup.link.test" = { fg = "foam" } +"markup.link.text" = { fg = "foam" } +"markup.quote" = { fg = "rose" } +"markup.raw" = { fg = "foam" } [palette] base = "#faf4ed" |