Skip to content

Commit

Permalink
GHI-#29 Change font style of Ruby symbols to bold
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Apr 1, 2017
1 parent 566737a commit a58f438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/nord.vim
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,11 @@ 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 rubyInterpolationDelimiter Keyword
hi! link rubyKeywordAsMethod Function
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", "")
Expand Down

0 comments on commit a58f438

Please sign in to comment.