diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-06-11 23:21:38 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-06-11 23:21:38 +0200 |
| commit | 252cea169185f5a57acb6913f622950bb27458f8 (patch) | |
| tree | 33bc09c6a5abd5bd46faec09c10de226a9993a5c /vim/colors/rdark.vim | |
| parent | e19087bc292678a526a8c780bbdc58b38dcecc2c (diff) | |
Drop support for vim, cleanup nvim config
Diffstat (limited to 'vim/colors/rdark.vim')
| -rw-r--r-- | vim/colors/rdark.vim | 159 |
1 files changed, 0 insertions, 159 deletions
diff --git a/vim/colors/rdark.vim b/vim/colors/rdark.vim deleted file mode 100644 index 62c7cdd..0000000 --- a/vim/colors/rdark.vim +++ /dev/null @@ -1,159 +0,0 @@ -" Vim color file -" Maintaner: Radu Dineiu <radu.dineiu@gmail.com> -" URL: http://ld.yi.org/vim/rdark/ -" Last Change: 2007 Jun 23 -" Version: 0.6 -" -" Features: -" - let rdark_current_line = 1 if you want to highlight the current line -" -" Changelog: -" 0.5 - fixed the Pmenu colors -" 0.6 - added SignColumn colors - -set background=dark - -hi clear -if exists("syntax_on") - syntax reset -endif - -let colors_name = "rdark" - -" Current Line -if exists('rdark_current_line') && rdark_current_line == 1 - set cursorline - hi CursorLine guibg=#191f21 -endif - -" Default Colors -hi Normal guifg=#babdb6 guibg=#1e2426 -hi NonText guifg=#2c3032 guibg=#2c3032 gui=none -hi Cursor guibg=#babdb6 -hi ICursor guibg=#babdb6 - -" Search -hi Search guifg=#2e3436 guibg=#fcaf3e -hi IncSearch guibg=#2e3436 guifg=#fcaf3e - -" Window Elements -hi StatusLine guifg=#2e3436 guibg=#babdb6 gui=none -hi StatusLineNC guifg=#2e3436 guibg=#888a85 gui=none -hi VertSplit guifg=#555753 guibg=#888a85 gui=none -hi Visual guibg=#000000 -hi MoreMsg guifg=#729fcf -hi Question guifg=#8ae234 gui=none -hi WildMenu guifg=#eeeeec guibg=#0e1416 -hi LineNr guifg=#3f4b4d guibg=#000000 -hi SignColumn guibg=#1e2426 - -" Pmenu -hi Pmenu guibg=#2e3436 guifg=#eeeeec -hi PmenuSel guibg=#ffffff guifg=#1e2426 -hi PmenuSbar guibg=#555753 -hi PmenuThumb guifg=#ffffff - -" Diff -hi DiffDelete guifg=#2e3436 guibg=#0e1416 -hi DiffAdd guibg=#1f2b2d -hi DiffChange guibg=#2e3436 -hi DiffText guibg=#000000 gui=none - -" Folds -hi Folded guifg=#d3d7cf guibg=#204a87 -hi FoldColumn guifg=#3465a4 guibg=#000000 - -" Specials -hi Title guifg=#fcaf3e -hi Todo guifg=#fcaf3e guibg=bg -hi SpecialKey guifg=#ef2929 - -" Tabs -hi TabLine guibg=#0a1012 guifg=#888a85 -hi TabLineFill guifg=#0a1012 -hi TabLineSel guibg=#555753 guifg=#eeeeec gui=none - -" Matches -hi MatchParen guifg=#2e3436 guibg=#fcaf3e - -" Tree -hi Directory guifg=#ffffff - -" Syntax -hi Comment guifg=#656763 -hi Constant guifg=#8ae234 -hi Number guifg=#8ae234 -hi Statement guifg=#729fcf gui=none -hi Identifier guifg=#ffffff -hi PreProc guifg=#fcaf3e -hi Function guifg=#fcaf3e -hi Type guifg=#e3e7df gui=none -hi Keyword guifg=#eeeeec -hi Special guifg=#888a85 -hi Error guifg=#eeeeec guibg=#cc0000 - -" PHP -hi phpRegionDelimiter guifg=#ad7fa8 -hi phpPropertySelector guifg=#888a85 -hi phpPropertySelectorInString guifg=#888a85 -hi phpOperator guifg=#888a85 -hi phpArrayPair guifg=#888a85 -hi phpAssignByRef guifg=#888a85 -hi phpRelation guifg=#888a85 -hi phpMemberSelector guifg=#888a85 -hi phpUnknownSelector guifg=#888a85 -hi phpVarSelector guifg=#babdb6 -hi phpSemicolon guifg=#888a85 gui=none -hi phpFunctions guifg=#d3d7cf -hi phpParent guifg=#888a85 - -" JavaScript -hi javaScriptBraces guifg=#888a85 -hi javaScriptOperator guifg=#888a85 - -" HTML -hi htmlTag guifg=#888a85 -hi htmlEndTag guifg=#888a85 -hi htmlTagName guifg=#babdb6 -hi htmlSpecialTagName guifg=#babdb6 -hi htmlArg guifg=#d3d7cf -hi htmlTitle guifg=#8ae234 gui=none -hi link htmlH1 htmlTitle -hi link htmlH2 htmlH1 -hi link htmlH3 htmlH1 -hi link htmlH4 htmlH1 -hi link htmlH5 htmlH1 -hi link htmlH6 htmlH1 - -" XML -hi link xmlTag htmlTag -hi link xmlEndTag htmlEndTag -hi link xmlAttrib htmlArg - -" CSS -hi cssSelectorOp guifg=#eeeeec -hi link cssSelectorOp2 cssSelectorOp -hi cssUIProp guifg=#d3d7cf -hi link cssPagingProp cssUIProp -hi link cssGeneratedContentProp cssUIProp -hi link cssRenderProp cssUIProp -hi link cssBoxProp cssUIProp -hi link cssTextProp cssUIProp -hi link cssColorProp cssUIProp -hi link cssFontProp cssUIProp -hi cssPseudoClassId guifg=#eeeeec -hi cssBraces guifg=#888a85 -hi cssIdentifier guifg=#fcaf3e -hi cssTagName guifg=#fcaf3e -hi link cssInclude Function -hi link cssCommonAttr Constant -hi link cssUIAttr Constant -hi link cssTableAttr Constant -hi link cssPagingAttr Constant -hi link cssGeneratedContentAttr Constant -hi link cssAuralAttr Constant -hi link cssRenderAttr Constant -hi link cssBoxAttr Constant -hi link cssTextAttr Constant -hi link cssColorAttr Constant -hi link cssFontAttr Constant |