Unnamed repository; edit this file 'description' to name the repository.
Add highlighting of mutable variables to dark_plus theme (#15461)
David Else 4 months ago
parent 8052452 · commit 5480395
-rw-r--r--runtime/themes/dark_plus.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml
index 2d8a86c3..fcb25e77 100644
--- a/runtime/themes/dark_plus.toml
+++ b/runtime/themes/dark_plus.toml
@@ -32,9 +32,12 @@
"type.builtin" = "type"
"type.enum.variant" = "constant"
"variable" = "variable"
+"variable.mutable" = { fg = "variable", underline.style= "line" }
"variable.builtin" = "blue2"
+"variable.builtin.mutable" = { fg = "blue2", underline.style= "line" }
"variable.other.member" = "variable"
"variable.parameter" = "variable"
+"variable.parameter.mutable" = { fg = "variable", underline.style= "line" }
# MARKUP
"markup.heading" = { fg = "blue2", modifiers = ["bold"] }