diff --git a/colors/10grans-black.vim b/colors/10grans-black.vim new file mode 100644 index 0000000..6d58999 --- /dev/null +++ b/colors/10grans-black.vim @@ -0,0 +1,76 @@ +hi clear +syntax reset +let g:colors_name = "10grans-black" +set background=dark +set t_Co=256 +hi Normal guifg=#ecb807 ctermbg=NONE guibg=#343a40 gui=NONE + +hi DiffText guifg=#f79a13 guibg=NONE +hi ErrorMsg guifg=#f79a13 guibg=NONE +hi WarningMsg guifg=#f79a13 guibg=NONE +hi PreProc guifg=#f79a13 guibg=NONE +hi Exception guifg=#f79a13 guibg=NONE +hi Error guifg=#f79a13 guibg=NONE +hi DiffDelete guifg=#f79a13 guibg=NONE +hi GitGutterDelete guifg=#f79a13 guibg=NONE +hi GitGutterChangeDelete guifg=#f79a13 guibg=NONE +hi cssIdentifier guifg=#f79a13 guibg=NONE +hi cssImportant guifg=#f79a13 guibg=NONE +hi Type guifg=#f79a13 guibg=NONE +hi Identifier guifg=#f79a13 guibg=NONE +hi PMenuSel guifg=#f7af1d guibg=NONE +hi Constant guifg=#f7af1d guibg=NONE +hi Repeat guifg=#f7af1d guibg=NONE +hi DiffAdd guifg=#f7af1d guibg=NONE +hi GitGutterAdd guifg=#f7af1d guibg=NONE +hi cssIncludeKeyword guifg=#f7af1d guibg=NONE +hi Keyword guifg=#f7af1d guibg=NONE +hi IncSearch guifg=#e8871a guibg=NONE +hi Title guifg=#e8871a guibg=NONE +hi PreCondit guifg=#e8871a guibg=NONE +hi Debug guifg=#e8871a guibg=NONE +hi SpecialChar guifg=#e8871a guibg=NONE +hi Conditional guifg=#e8871a guibg=NONE +hi Todo guifg=#e8871a guibg=NONE +hi Special guifg=#e8871a guibg=NONE +hi Label guifg=#e8871a guibg=NONE +hi Delimiter guifg=#e8871a guibg=NONE +hi Number guifg=#e8871a guibg=NONE +hi CursorLineNR guifg=#e8871a guibg=NONE +hi Define guifg=#e8871a guibg=NONE +hi MoreMsg guifg=#e8871a guibg=NONE +hi Tag guifg=#e8871a guibg=NONE +hi String guifg=#e8871a guibg=NONE +hi MatchParen guifg=#e8871a guibg=NONE +hi Macro guifg=#e8871a guibg=NONE +hi DiffChange guifg=#e8871a guibg=NONE +hi GitGutterChange guifg=#e8871a guibg=NONE +hi cssColor guifg=#e8871a guibg=NONE +hi Function guifg=#662b02 guibg=NONE +hi Directory guifg=#f7d601 guibg=NONE +hi markdownLinkText guifg=#f7d601 guibg=NONE +hi javaScriptBoolean guifg=#f7d601 guibg=NONE +hi Include guifg=#f7d601 guibg=NONE +hi Storage guifg=#f7d601 guibg=NONE +hi cssClassName guifg=#f7d601 guibg=NONE +hi cssClassNameDot guifg=#f7d601 guibg=NONE +hi Statement guifg=#9e480e guibg=NONE +hi Operator guifg=#9e480e guibg=NONE +hi cssAttr guifg=#9e480e guibg=NONE + + +hi Pmenu guifg=#ecb807 guibg=#c15c11 +hi SignColumn guibg=#343a40 +hi Title guifg=#ecb807 +hi LineNr guifg=#261e01 guibg=#343a40 +hi NonText guifg=#1d809f guibg=#343a40 +hi Comment guifg=#1d809f gui=italic +hi SpecialComment guifg=#1d809f gui=italic guibg=NONE +hi CursorLine guibg=#c15c11 +hi TabLineFill gui=NONE guibg=#c15c11 +hi TabLine guifg=#261e01 guibg=#c15c11 gui=NONE +hi StatusLine gui=bold guibg=#c15c11 guifg=#ecb807 +hi StatusLineNC gui=NONE guibg=#343a40 guifg=#ecb807 +hi Search guibg=#1d809f guifg=#ecb807 +hi VertSplit gui=NONE guifg=#c15c11 guibg=NONE +hi Visual gui=NONE guibg=#c15c11 diff --git a/colors/10grans-dark.vim b/colors/10grans-dark.vim new file mode 100644 index 0000000..fe4b887 --- /dev/null +++ b/colors/10grans-dark.vim @@ -0,0 +1,76 @@ +hi clear +syntax reset +let g:colors_name = "10grans-dark" +set background=dark +set t_Co=256 +hi Normal guifg=#f7d601 ctermbg=NONE guibg=#662b02 gui=NONE + +hi DiffText guifg=#e8871a guibg=NONE +hi ErrorMsg guifg=#e8871a guibg=NONE +hi WarningMsg guifg=#e8871a guibg=NONE +hi PreProc guifg=#e8871a guibg=NONE +hi Exception guifg=#e8871a guibg=NONE +hi Error guifg=#e8871a guibg=NONE +hi DiffDelete guifg=#e8871a guibg=NONE +hi GitGutterDelete guifg=#e8871a guibg=NONE +hi GitGutterChangeDelete guifg=#e8871a guibg=NONE +hi cssIdentifier guifg=#e8871a guibg=NONE +hi cssImportant guifg=#e8871a guibg=NONE +hi Type guifg=#e8871a guibg=NONE +hi Identifier guifg=#e8871a guibg=NONE +hi PMenuSel guifg=#f79a13 guibg=NONE +hi Constant guifg=#f79a13 guibg=NONE +hi Repeat guifg=#f79a13 guibg=NONE +hi DiffAdd guifg=#f79a13 guibg=NONE +hi GitGutterAdd guifg=#f79a13 guibg=NONE +hi cssIncludeKeyword guifg=#f79a13 guibg=NONE +hi Keyword guifg=#f79a13 guibg=NONE +hi IncSearch guifg=#ecb807 guibg=NONE +hi Title guifg=#ecb807 guibg=NONE +hi PreCondit guifg=#ecb807 guibg=NONE +hi Debug guifg=#ecb807 guibg=NONE +hi SpecialChar guifg=#ecb807 guibg=NONE +hi Conditional guifg=#ecb807 guibg=NONE +hi Todo guifg=#ecb807 guibg=NONE +hi Special guifg=#ecb807 guibg=NONE +hi Label guifg=#ecb807 guibg=NONE +hi Delimiter guifg=#ecb807 guibg=NONE +hi Number guifg=#ecb807 guibg=NONE +hi CursorLineNR guifg=#ecb807 guibg=NONE +hi Define guifg=#ecb807 guibg=NONE +hi MoreMsg guifg=#ecb807 guibg=NONE +hi Tag guifg=#ecb807 guibg=NONE +hi String guifg=#ecb807 guibg=NONE +hi MatchParen guifg=#ecb807 guibg=NONE +hi Macro guifg=#ecb807 guibg=NONE +hi DiffChange guifg=#ecb807 guibg=NONE +hi GitGutterChange guifg=#ecb807 guibg=NONE +hi cssColor guifg=#ecb807 guibg=NONE +hi Function guifg=#343a40 guibg=NONE +hi Directory guifg=#f7af1d guibg=NONE +hi markdownLinkText guifg=#f7af1d guibg=NONE +hi javaScriptBoolean guifg=#f7af1d guibg=NONE +hi Include guifg=#f7af1d guibg=NONE +hi Storage guifg=#f7af1d guibg=NONE +hi cssClassName guifg=#f7af1d guibg=NONE +hi cssClassNameDot guifg=#f7af1d guibg=NONE +hi Statement guifg=#9e480e guibg=NONE +hi Operator guifg=#9e480e guibg=NONE +hi cssAttr guifg=#9e480e guibg=NONE + + +hi Pmenu guifg=#f7d601 guibg=#c15c11 +hi SignColumn guibg=#662b02 +hi Title guifg=#f7d601 +hi LineNr guifg=#2c2600 guibg=#662b02 +hi NonText guifg=#1d809f guibg=#662b02 +hi Comment guifg=#1d809f gui=italic +hi SpecialComment guifg=#1d809f gui=italic guibg=NONE +hi CursorLine guibg=#c15c11 +hi TabLineFill gui=NONE guibg=#c15c11 +hi TabLine guifg=#2c2600 guibg=#c15c11 gui=NONE +hi StatusLine gui=bold guibg=#c15c11 guifg=#f7d601 +hi StatusLineNC gui=NONE guibg=#662b02 guifg=#f7d601 +hi Search guibg=#1d809f guifg=#f7d601 +hi VertSplit gui=NONE guifg=#c15c11 guibg=NONE +hi Visual gui=NONE guibg=#c15c11 diff --git a/colors/10grans-light.vim b/colors/10grans-light.vim new file mode 100644 index 0000000..aaa793f --- /dev/null +++ b/colors/10grans-light.vim @@ -0,0 +1,76 @@ +hi clear +syntax reset +let g:colors_name = "10grans" +set background=light +set t_Co=256 +hi Normal guifg=#662b02 ctermbg=NONE guibg=#f7d601 gui=NONE + +hi DiffText guifg=#e8871a guibg=NONE +hi ErrorMsg guifg=#e8871a guibg=NONE +hi WarningMsg guifg=#e8871a guibg=NONE +hi PreProc guifg=#e8871a guibg=NONE +hi Exception guifg=#e8871a guibg=NONE +hi Error guifg=#e8871a guibg=NONE +hi DiffDelete guifg=#e8871a guibg=NONE +hi GitGutterDelete guifg=#e8871a guibg=NONE +hi GitGutterChangeDelete guifg=#e8871a guibg=NONE +hi cssIdentifier guifg=#e8871a guibg=NONE +hi cssImportant guifg=#e8871a guibg=NONE +hi Type guifg=#e8871a guibg=NONE +hi Identifier guifg=#e8871a guibg=NONE +hi PMenuSel guifg=#f7af1d guibg=NONE +hi Constant guifg=#f7af1d guibg=NONE +hi Repeat guifg=#f7af1d guibg=NONE +hi DiffAdd guifg=#f7af1d guibg=NONE +hi GitGutterAdd guifg=#f7af1d guibg=NONE +hi cssIncludeKeyword guifg=#f7af1d guibg=NONE +hi Keyword guifg=#f7af1d guibg=NONE +hi IncSearch guifg=#c15c11 guibg=NONE +hi Title guifg=#c15c11 guibg=NONE +hi PreCondit guifg=#c15c11 guibg=NONE +hi Debug guifg=#c15c11 guibg=NONE +hi SpecialChar guifg=#c15c11 guibg=NONE +hi Conditional guifg=#c15c11 guibg=NONE +hi Todo guifg=#c15c11 guibg=NONE +hi Special guifg=#c15c11 guibg=NONE +hi Label guifg=#c15c11 guibg=NONE +hi Delimiter guifg=#c15c11 guibg=NONE +hi Number guifg=#c15c11 guibg=NONE +hi CursorLineNR guifg=#c15c11 guibg=NONE +hi Define guifg=#c15c11 guibg=NONE +hi MoreMsg guifg=#c15c11 guibg=NONE +hi Tag guifg=#c15c11 guibg=NONE +hi String guifg=#c15c11 guibg=NONE +hi MatchParen guifg=#c15c11 guibg=NONE +hi Macro guifg=#c15c11 guibg=NONE +hi DiffChange guifg=#c15c11 guibg=NONE +hi GitGutterChange guifg=#c15c11 guibg=NONE +hi cssColor guifg=#c15c11 guibg=NONE +hi Function guifg=#ecb807 guibg=NONE +hi Directory guifg=#9e480e guibg=NONE +hi markdownLinkText guifg=#9e480e guibg=NONE +hi javaScriptBoolean guifg=#9e480e guibg=NONE +hi Include guifg=#9e480e guibg=NONE +hi Storage guifg=#9e480e guibg=NONE +hi cssClassName guifg=#9e480e guibg=NONE +hi cssClassNameDot guifg=#9e480e guibg=NONE +hi Statement guifg=#f79a13 guibg=NONE +hi Operator guifg=#f79a13 guibg=NONE +hi cssAttr guifg=#f79a13 guibg=NONE + + +hi Pmenu guifg=#662b02 guibg=#1d809f +hi SignColumn guibg=#f7d601 +hi Title guifg=#662b02 +hi LineNr guifg=#fb8939 guibg=#f7d601 +hi NonText guifg=#343a40 guibg=#f7d601 +hi Comment guifg=#343a40 gui=italic +hi SpecialComment guifg=#343a40 gui=italic guibg=NONE +hi CursorLine guibg=#1d809f +hi TabLineFill gui=NONE guibg=#1d809f +hi TabLine guifg=#fb8939 guibg=#1d809f gui=NONE +hi StatusLine gui=bold guibg=#1d809f guifg=#662b02 +hi StatusLineNC gui=NONE guibg=#f7d601 guifg=#662b02 +hi Search guibg=#343a40 guifg=#f7d601 +hi VertSplit gui=NONE guifg=#1d809f guibg=NONE +hi Visual gui=NONE guibg=#1d809f diff --git a/res/grans-improved_small.png b/res/grans-improved_small.png new file mode 100644 index 0000000..854b706 Binary files /dev/null and b/res/grans-improved_small.png differ