mirror of https://github.com/helix-editor/helix
improve nord theme (#8414)
parent
77fe8f214b
commit
1297d924e7
|
@ -50,7 +50,7 @@
|
||||||
"keyword.operator" = "nord9"
|
"keyword.operator" = "nord9"
|
||||||
"keyword.return" = "nord9"
|
"keyword.return" = "nord9"
|
||||||
"keyword.storage.modifier" = "nord9"
|
"keyword.storage.modifier" = "nord9"
|
||||||
"keyword.storage.type" = "nord7"
|
"keyword.storage.type" = "nord9"
|
||||||
|
|
||||||
# Punctuation
|
# Punctuation
|
||||||
"punctuation" = "nord6"
|
"punctuation" = "nord6"
|
||||||
|
@ -65,22 +65,22 @@
|
||||||
"string.special" = "nord13"
|
"string.special" = "nord13"
|
||||||
|
|
||||||
# Types
|
# Types
|
||||||
"type" = "nord4"
|
"type" = "nord7"
|
||||||
"type.builtin" = "nord7"
|
"type.builtin" = "nord7"
|
||||||
|
|
||||||
# Variables
|
# Variables
|
||||||
"variable" = "nord4"
|
"variable" = "nord4"
|
||||||
"variable.builint" = "nord9"
|
"variable.builtin" = "nord9"
|
||||||
"variable.other.member" = "nord4"
|
"variable.other.member" = "nord4"
|
||||||
"variable.parameter" = "nord8"
|
"variable.parameter" = "nord8"
|
||||||
"attribute" = "nord4"
|
"attribute" = "nord9"
|
||||||
|
|
||||||
# Misc.
|
# Misc.
|
||||||
"label" = "nord7"
|
"label" = "nord7"
|
||||||
"namespace" = "nord4"
|
"namespace" = "nord4"
|
||||||
"operator" = "nord9"
|
"operator" = "nord9"
|
||||||
"special" = "nord4"
|
"special" = "nord9"
|
||||||
"tag" = "nord4"
|
"tag" = "nord7"
|
||||||
"comment" = { fg = "nord3_bright", modifiers = ["italic"] }
|
"comment" = { fg = "nord3_bright", modifiers = ["italic"] }
|
||||||
|
|
||||||
## EDITOR UI COLORS
|
## EDITOR UI COLORS
|
||||||
|
@ -165,7 +165,7 @@ nord8 = "#88C0D0"
|
||||||
# A more darkened and less saturated color reminiscent of arctic waters
|
# A more darkened and less saturated color reminiscent of arctic waters
|
||||||
nord9 = "#81A1C1"
|
nord9 = "#81A1C1"
|
||||||
# A dark and intensive color reminiscent of the deep arctic ocean
|
# A dark and intensive color reminiscent of the deep arctic ocean
|
||||||
nord10 = "#5E81AC"
|
nord10 = "#5E81AC"
|
||||||
|
|
||||||
# Aurora consists of five colorful components reminiscent of the "Aurora borealis", sometimes referred to as polar lights or northern lights.
|
# Aurora consists of five colorful components reminiscent of the "Aurora borealis", sometimes referred to as polar lights or northern lights.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue