Skip to content

Commit 1297d92

Browse files
authored
improve nord theme (#8414)
1 parent 77fe8f2 commit 1297d92

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

runtime/themes/nord.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"keyword.operator" = "nord9"
5151
"keyword.return" = "nord9"
5252
"keyword.storage.modifier" = "nord9"
53-
"keyword.storage.type" = "nord7"
53+
"keyword.storage.type" = "nord9"
5454

5555
# Punctuation
5656
"punctuation" = "nord6"
@@ -65,22 +65,22 @@
6565
"string.special" = "nord13"
6666

6767
# Types
68-
"type" = "nord4"
68+
"type" = "nord7"
6969
"type.builtin" = "nord7"
7070

7171
# Variables
7272
"variable" = "nord4"
73-
"variable.builint" = "nord9"
73+
"variable.builtin" = "nord9"
7474
"variable.other.member" = "nord4"
7575
"variable.parameter" = "nord8"
76-
"attribute" = "nord4"
76+
"attribute" = "nord9"
7777

7878
# Misc.
7979
"label" = "nord7"
8080
"namespace" = "nord4"
8181
"operator" = "nord9"
82-
"special" = "nord4"
83-
"tag" = "nord4"
82+
"special" = "nord9"
83+
"tag" = "nord7"
8484
"comment" = { fg = "nord3_bright", modifiers = ["italic"] }
8585

8686
## EDITOR UI COLORS
@@ -165,7 +165,7 @@ nord8 = "#88C0D0"
165165
# A more darkened and less saturated color reminiscent of arctic waters
166166
nord9 = "#81A1C1"
167167
# A dark and intensive color reminiscent of the deep arctic ocean
168-
nord10 = "#5E81AC"
168+
nord10 = "#5E81AC"
169169

170170
# Aurora consists of five colorful components reminiscent of the "Aurora borealis", sometimes referred to as polar lights or northern lights.
171171
#

0 commit comments

Comments
 (0)