aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorGokul Soumya2021-12-18 18:35:43 +0000
committerBlaž Hrastnik2021-12-19 06:23:39 +0000
commit7c01d926536bcaacc92bbf4a2b1a06e96e6268a0 (patch)
tree0f8abcf91564a1c7823fbfd285326bdf4cf87024 /theme.toml
parent8208d22601dfbecbdaa14be273e998eccfd63220 (diff)
Add link and quote queries for markdown
- Rename markup.underline.link to markup.link.url - Add markup.link.label - Add markup.quote (The constructor theme scope was missing from the docs, so unrelated to this commit).
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index 0a79861e..b316e814 100644
--- a/theme.toml
+++ b/theme.toml
@@ -31,7 +31,7 @@ label = "honey"
"markup.heading" = "lilac"
"markup.bold" = { modifiers = ["bold"] }
"markup.italic" = { modifiers = ["italic"] }
-"markup.underline.link" = { fg = "silver", modifiers = ["underlined"] }
+"markup.link.url" = { fg = "silver", modifiers = ["underlined"] }
"markup.raw" = "almond"
# TODO: diferentiate doc comment