diff --git a/colors/highlite.vim b/colors/highlite.vim index 8b82088..94e3ea8 100644 --- a/colors/highlite.vim +++ b/colors/highlite.vim @@ -81,7 +81,7 @@ local gray_darker = {'#505050', 244, 'gray'} local gray_light = {'#c0c0c0', 251, 'gray'} local white = {'#ffffff', 15, 'white'} -local tan = {'#f4c069', 180, 'darkyellow'} +local tan = {'#f4c069', 180, 'darkyellow'} local red = {'#ee4a59', 196, 'red'} local red_dark = {'#a80000', 124, 'darkred'} @@ -574,6 +574,9 @@ local highlight_groups = { --[[ 4.3.29. SQL ]] sqlKeyword = 'Keyword', + --[[ 4.3.30. dos INI ]] + dosiniHeader = 'Title', + --[[ 4.4. Plugins Everything in this section is OPTIONAL. Feel free to remove everything here if you don't want to define it, or add more if there's something