Skip to content

Commit

Permalink
Fixed minor color issue with special characters
Browse files Browse the repository at this point in the history
  • Loading branch information
FrenzyExists committed Jun 22, 2022
1 parent 413eeda commit 1f9417b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/aquarium.vim
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ call s:hi("Float", s:colors.gui08, "", "", "", "", "") " a floating point consta
call s:hi("Structure", s:colors.gui0A, "", "", "", "", "" ) " struct, union, enum, etc.
call s:hi("Typedef", s:colors.gui0A, "", "", "", "", "") " A typedef
call s:hi("Special", s:colors.gui0D, "", "", "", "", "") " any special symbol
call s:hi("SpecialChar", s:colors.gui01, "", "", "", "", "") " special character in a constant
call s:hi("SpecialChar", s:colors.gui0A, "", "", "", "", "") " special character in a constant
call s:hi("Decorator", s:colors.gui0E, "", "", "", "", "")
call s:hi("Tag", s:colors.gui0A, "", "", "", "", "") " you can use CTRL-] on this
call s:hi("Delimiter", s:colors.gui0D, "", "", "", s:colors.bold, "") " character that needs attention, parenthesis for example
Expand Down

0 comments on commit 1f9417b

Please sign in to comment.