mirror of https://github.com/helix-editor/helix
improve nord theme (#8414)
parent
77fe8f214b
commit
1297d924e7
|
@ -50,7 +50,7 @@
|
|||
"keyword.operator" = "nord9"
|
||||
"keyword.return" = "nord9"
|
||||
"keyword.storage.modifier" = "nord9"
|
||||
"keyword.storage.type" = "nord7"
|
||||
"keyword.storage.type" = "nord9"
|
||||
|
||||
# Punctuation
|
||||
"punctuation" = "nord6"
|
||||
|
@ -65,22 +65,22 @@
|
|||
"string.special" = "nord13"
|
||||
|
||||
# Types
|
||||
"type" = "nord4"
|
||||
"type" = "nord7"
|
||||
"type.builtin" = "nord7"
|
||||
|
||||
# Variables
|
||||
"variable" = "nord4"
|
||||
"variable.builint" = "nord9"
|
||||
"variable.builtin" = "nord9"
|
||||
"variable.other.member" = "nord4"
|
||||
"variable.parameter" = "nord8"
|
||||
"attribute" = "nord4"
|
||||
"attribute" = "nord9"
|
||||
|
||||
# Misc.
|
||||
"label" = "nord7"
|
||||
"namespace" = "nord4"
|
||||
"operator" = "nord9"
|
||||
"special" = "nord4"
|
||||
"tag" = "nord4"
|
||||
"special" = "nord9"
|
||||
"tag" = "nord7"
|
||||
"comment" = { fg = "nord3_bright", modifiers = ["italic"] }
|
||||
|
||||
## EDITOR UI COLORS
|
||||
|
|
Loading…
Reference in New Issue