aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-09-06 09:13:52 +0000
committerBlaž Hrastnik2021-09-06 09:13:52 +0000
commit4ac29434cb99b517dba3752a287c0edfe8679e7e (patch)
tree7d7c7e224f5313bf38ea0fb8fdfcb87f2b44b7ae /theme.toml
parent2bef245b7a1ae11f023d3e3aa82df250a3488d91 (diff)
syntax: Add go & rust locals, improve tree-sitter error message
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 3166b2d6..867a0d2c 100644
--- a/theme.toml
+++ b/theme.toml
@@ -9,7 +9,7 @@ special = "honey"
property = "white"
variable = "lavender"
# variable = "almond" # TODO: metavariables only
-"variable.parameter" = "lavender"
+"variable.parameter" = { fg = "lavender", modifiers = ["underlined"] }
"variable.builtin" = "mint"
type = "white"
"type.builtin" = "white" # TODO: distinguish?