aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2022-06-18 12:08:29 +0900
committernsfisis <nsfisis@gmail.com>2022-06-18 12:08:29 +0900
commit9506efd6afd778feff93d0976e5d25b8e1f6a4b5 (patch)
treed3b08d341f99da7eb66506746dbf51f168596eac
parentdea21e780cc009929b00f85c55a7bd54a77512ff (diff)
downloaddotfiles-9506efd6afd778feff93d0976e5d25b8e1f6a4b5.tar.gz
dotfiles-9506efd6afd778feff93d0976e5d25b8e1f6a4b5.tar.zst
dotfiles-9506efd6afd778feff93d0976e5d25b8e1f6a4b5.zip
neovim:ocean: update
-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')