Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'theme.toml')
| -rw-r--r-- | theme.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml index 8c0d1f6ca..0a79861e2 100644 --- a/theme.toml +++ b/theme.toml @@ -28,6 +28,12 @@ string = "silver" # used for lifetimes label = "honey" +"markup.heading" = "lilac" +"markup.bold" = { modifiers = ["bold"] } +"markup.italic" = { modifiers = ["italic"] } +"markup.underline.link" = { fg = "silver", modifiers = ["underlined"] } +"markup.raw" = "almond" + # TODO: diferentiate doc comment # concat (ERROR) @error.syntax and "MISSING ;" selectors for errors |