You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QuickFixLine= { fg=colors.purple, bold=true }, -- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
90
90
Special= { fg=colors.yellow }, -- any special symbol
91
91
SpecialChar= { fg=colors.yellow }, -- special character in a constant
92
-
Function= { fg=colors.green }, -- special character in a constant
92
+
Statement= { fg=colors.red }, -- any statement
93
+
StorageClass= { fg=colors.orange }, -- static, register, volatile, etc.
94
+
String= { fg=colors.aqua },
95
+
Structure= { fg=colors.orange }, -- struct, union, enum, etc.
93
96
Tag= { fg=colors.orange }, -- you can use CTRL-] on this
94
-
Delimiter= { fg=colors.fg0 }, -- character that needs attention like , or .
95
-
QuickFixLine= { fg=colors.purple, bold=true }, -- Current |quickfix| item in the quickfix window. Combined with |hl-CursorLine| when the cursor is there.
0 commit comments