diff options
author | WindSoilder | 2021-10-14 09:03:35 +0000 |
---|---|---|
committer | GitHub | 2021-10-14 09:03:35 +0000 |
commit | 47208b990b159b37d9b1a55df908d2cb27eea896 (patch) | |
tree | ad3fcdfe0b37cef901feb415420357686bb36668 /runtime/themes | |
parent | b42ef0e028c91d8afb85898aeed04a0a8207f0c8 (diff) |
improve contract on nord comment color (#842)
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/nord.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/themes/nord.toml b/runtime/themes/nord.toml index c6a0e172..990d5a4a 100644 --- a/runtime/themes/nord.toml +++ b/runtime/themes/nord.toml @@ -24,8 +24,8 @@ "ui.cursor.match" = { bg = "434c5e" } # nord3 - comments -"comment" = "#4c566a" -"ui.linenr" = { fg = "#4c566a" } +"comment" = "#616E88" +"ui.linenr" = { fg = "#616E88" } # Snow Storm # nord4 - cursor, variables, constants, attributes, fields |