Files
nvim/colors/gay5.vim
2025-12-14 20:45:53 -05:00

77 lines
2.7 KiB
VimL

hi clear
syntax reset
let g:colors_name = "gay5"
set background=dark
set t_Co=256
hi Normal guifg=#dadada ctermbg=NONE guibg=#161515 gui=NONE
hi DiffText guifg=#ebd7ff guibg=NONE
hi ErrorMsg guifg=#ebd7ff guibg=NONE
hi WarningMsg guifg=#ebd7ff guibg=NONE
hi PreProc guifg=#ebd7ff guibg=NONE
hi Exception guifg=#ebd7ff guibg=NONE
hi Error guifg=#ebd7ff guibg=NONE
hi DiffDelete guifg=#ebd7ff guibg=NONE
hi GitGutterDelete guifg=#ebd7ff guibg=NONE
hi GitGutterChangeDelete guifg=#ebd7ff guibg=NONE
hi cssIdentifier guifg=#ebd7ff guibg=NONE
hi cssImportant guifg=#ebd7ff guibg=NONE
hi Type guifg=#ebd7ff guibg=NONE
hi Identifier guifg=#ebd7ff guibg=NONE
hi PMenuSel guifg=#fff530 guibg=NONE
hi Constant guifg=#fff530 guibg=NONE
hi Repeat guifg=#fff530 guibg=NONE
hi DiffAdd guifg=#fff530 guibg=NONE
hi GitGutterAdd guifg=#fff530 guibg=NONE
hi cssIncludeKeyword guifg=#fff530 guibg=NONE
hi Keyword guifg=#fff530 guibg=NONE
hi IncSearch guifg=#962ffe guibg=NONE
hi Title guifg=#962ffe guibg=NONE
hi PreCondit guifg=#962ffe guibg=NONE
hi Debug guifg=#962ffe guibg=NONE
hi SpecialChar guifg=#962ffe guibg=NONE
hi Conditional guifg=#962ffe guibg=NONE
hi Todo guifg=#962ffe guibg=NONE
hi Special guifg=#962ffe guibg=NONE
hi Label guifg=#962ffe guibg=NONE
hi Delimiter guifg=#962ffe guibg=NONE
hi Number guifg=#962ffe guibg=NONE
hi CursorLineNR guifg=#962ffe guibg=NONE
hi Define guifg=#962ffe guibg=NONE
hi MoreMsg guifg=#962ffe guibg=NONE
hi Tag guifg=#962ffe guibg=NONE
hi String guifg=#962ffe guibg=NONE
hi MatchParen guifg=#962ffe guibg=NONE
hi Macro guifg=#962ffe guibg=NONE
hi DiffChange guifg=#962ffe guibg=NONE
hi GitGutterChange guifg=#962ffe guibg=NONE
hi cssColor guifg=#962ffe guibg=NONE
hi Function guifg=#30a9ff guibg=NONE
hi Directory guifg=#ff3030 guibg=NONE
hi markdownLinkText guifg=#ff3030 guibg=NONE
hi javaScriptBoolean guifg=#ff3030 guibg=NONE
hi Include guifg=#ff3030 guibg=NONE
hi Storage guifg=#ff3030 guibg=NONE
hi cssClassName guifg=#ff3030 guibg=NONE
hi cssClassNameDot guifg=#ff3030 guibg=NONE
hi Statement guifg=#6de5ff guibg=NONE
hi Operator guifg=#6de5ff guibg=NONE
hi cssAttr guifg=#6de5ff guibg=NONE
hi Pmenu guifg=#dadada guibg=#050505
hi SignColumn guibg=#161515
hi Title guifg=#dadada
hi LineNr guifg=#747474 guibg=#161515
hi NonText guifg=#ffa0e3 guibg=#161515
hi Comment guifg=#ffa0e3 gui=italic
hi SpecialComment guifg=#ffa0e3 gui=italic guibg=NONE
hi CursorLine guibg=#050505
hi TabLineFill gui=NONE guibg=#050505
hi TabLine guifg=#747474 guibg=#050505 gui=NONE
hi StatusLine gui=bold guibg=#050505 guifg=#dadada
hi StatusLineNC gui=NONE guibg=#161515 guifg=#dadada
hi Search guibg=#ffa0e3 guifg=#dadada
hi VertSplit gui=NONE guifg=#050505 guibg=NONE
hi Visual gui=NONE guibg=#050505