aboutsummaryrefslogtreecommitdiffstats
path: root/colors
diff options
context:
space:
mode:
authorGravatar Arctic Ice Studio <development@arcticicestudio.com>2017-04-17 10:11:37 +0200
committerGravatar Arctic Ice Studio <development@arcticicestudio.com>2017-04-17 10:11:37 +0200
commit735d1fc0a67693f51c09958a1c17e75f82666cc7 (patch)
treef98c9fa0b87389f04201b915c55d1f607a67d269 /colors
parentcc1ca97be11857136ee89a5f19889fd88c61b434 (diff)
parent7fdb2cbe841b16ffaabcf0d7f862295bb5ed5bb5 (diff)
downloadnord-vim-735d1fc0a67693f51c09958a1c17e75f82666cc7.tar.gz
Merge branch 'release/0.5.0'
Diffstat (limited to 'colors')
-rwxr-xr-xcolors/nord.vim7
1 files changed, 5 insertions, 2 deletions
diff --git a/colors/nord.vim b/colors/nord.vim
index 6d2e877..375d069 100755
--- a/colors/nord.vim
+++ b/colors/nord.vim
@@ -14,7 +14,7 @@ if version > 580
endif
let g:colors_name = "nord"
-let s:nord_vim_version="0.4.0"
+let s:nord_vim_version="0.5.0"
set background=dark
let s:nord0_gui = "#2E3440"
@@ -312,11 +312,14 @@ hi! link pythonBuiltin Type
hi! link pythonEscape SpecialChar
call s:hi("rubyConstant", s:nord7_gui, "", s:nord7_term, "", "", "")
+call s:hi("rubySymbol", s:nord6_gui, "", s:nord6_term, "", "bold", "")
hi! link rubyAttribute Identifier
+hi! link rubyBlockParameterList Operator
hi! link rubyInterpolationDelimiter Keyword
hi! link rubyKeywordAsMethod Function
+hi! link rubyLocalVariableOrMethod Function
+hi! link rubyPseudoVariable Keyword
hi! link rubyRegexp SpecialChar
-hi! link rubySymbol Identifier
call s:hi("sassClass", s:nord7_gui, "", s:nord7_term, "", "", "")
call s:hi("sassId", s:nord7_gui, "", s:nord7_term, "", "underline", "")