aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/monokai.toml
diff options
context:
space:
mode:
authorMaxwell Anderson2023-03-13 13:52:45 +0000
committerGitHub2023-03-13 13:52:45 +0000
commit951aecc01947a4505449dd58ff31cc14902c4ad7 (patch)
tree89eefdd6bd693d097b6dce3aa8869c800cc23c5e /runtime/themes/monokai.toml
parent66033edeaf572e6f4a9330668a0d7ce7ca7a96ba (diff)
Add molokai theme (#6260)
Diffstat (limited to 'runtime/themes/monokai.toml')
-rw-r--r--runtime/themes/monokai.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml
index a4917cc1..913cc49b 100644
--- a/runtime/themes/monokai.toml
+++ b/runtime/themes/monokai.toml
@@ -84,12 +84,12 @@
"warning" = { fg = "#cca700" }
"error" = { fg = "#f48771" }
"info" = { fg = "#75beff" }
-"hint" = { fg = "#eeeeeb3" }
+"hint" = { fg = "#eeeeb3" }
"diagnostic.warning" = { underline = { color = "#cca700", style = "curl" } }
"diagnostic.error" = { underline = { color = "#f48771", style = "curl" } }
"diagnostic.info" = { underline = { color = "#75beff", style = "curl" } }
-"diagnostic.hint" = { underline = { color = "#eeeeeb3", style = "curl" } }
+"diagnostic.hint" = { underline = { color = "#eeeeb3", style = "curl" } }
[palette]
type = "#A6E22E"