From 93a9d7ec82d16327ac63d70467cfac50043b25b4 Mon Sep 17 00:00:00 2001 From: Iron_E Date: Wed, 2 Sep 2020 12:30:41 -0400 Subject: [PATCH] Add dosiniHeader group --- colors/highlite.vim | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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