mirror of https://github.com/helix-editor/helix
improve contract on nord comment color (#842)
parent
b42ef0e028
commit
47208b990b
|
@ -24,8 +24,8 @@
|
||||||
"ui.cursor.match" = { bg = "434c5e" }
|
"ui.cursor.match" = { bg = "434c5e" }
|
||||||
|
|
||||||
# nord3 - comments
|
# nord3 - comments
|
||||||
"comment" = "#4c566a"
|
"comment" = "#616E88"
|
||||||
"ui.linenr" = { fg = "#4c566a" }
|
"ui.linenr" = { fg = "#616E88" }
|
||||||
|
|
||||||
# Snow Storm
|
# Snow Storm
|
||||||
# nord4 - cursor, variables, constants, attributes, fields
|
# nord4 - cursor, variables, constants, attributes, fields
|
||||||
|
|
Loading…
Reference in New Issue