aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.config/nvim/colors/ocean.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/colors/ocean.lua b/.config/nvim/colors/ocean.lua
index c24c5dc..e6e1352 100644
--- a/.config/nvim/colors/ocean.lua
+++ b/.config/nvim/colors/ocean.lua
@@ -97,7 +97,7 @@ hl('SpecialKey', 'gray', 'NONE', 'NONE')
hl('SyntaxComment', 'comment', 'NONE', 'NONE')
hl('SyntaxCommentSpecial', 'fg', 'NONE', 'bold')
hl('SyntaxConstant', 'magenta', 'NONE', 'NONE')
-hl('SyntaxIdentifier', 'fg', 'NONE', 'NONE')
+hl('SyntaxIdentifier', 'green', 'NONE', 'NONE')
hl('SyntaxKeyword', 'blue', 'NONE', 'NONE')
hl('SyntaxMacro', 'orange', 'NONE', 'NONE')
hl('SyntaxOperator', 'blue', 'NONE', 'NONE')