Files
nix-config/.config/nvim/colors/loogica.vim
2020-07-15 09:28:34 -04:00

45 lines
1.3 KiB
VimL

let colors_name = "loogica"
set background=light
hi clear
if exists("syntax_on")
syntax reset
endif
hi Normal guifg=#222222 guibg=#E6E6E1
hi ErrorMsg guibg=Red guifg=White
hi IncSearch gui=reverse
hi ModeMsg gui=bold
hi StatusLine gui=reverse,bold guifg=#bbbbbb
hi StatusLineNC gui=reverse
hi VertSplit gui=reverse
hi Visual gui=reverse guifg=#eeeeee guibg=fg
hi VisualNOS gui=underline,bold
hi DiffText gui=bold guibg=Red
hi Cursor guibg=Black guifg=#cccccc
hi lCursor guibg=Cyan guifg=NONE
hi Directory guifg=Blue
hi LineNr guifg=#888888
hi MoreMsg gui=bold guifg=SeaGreen
hi NonText gui=bold guifg=Blue guibg=grey90
hi Question gui=bold guifg=SeaGreen
hi Search guibg=yellow guifg=black
hi SpecialKey guifg=Blue
hi Title gui=bold guifg=Magenta
hi WarningMsg guifg=Red
hi WildMenu guibg=Yellow guifg=Black
hi Folded guibg=#E6E6E1 guifg=DarkBlue
hi FoldColumn guibg=Grey guifg=DarkBlue
hi DiffAdd guibg=LightBlue
hi DiffChange guibg=LightMagenta
hi DiffDelete gui=bold guifg=Blue guibg=LightCyan
hi Comment guifg=#aaaaaa guibg=#E6E6E1
hi Constant guifg=#0000ff guibg=#E6E6E1
hi PreProc guifg=#c6522b guibg=#E6E6E1
hi Statement gui=NONE guifg=#76AACB guibg=#E6E6E1
hi Type guifg=#522bc6 guibg=#E6E6E1
hi Special guifg=SlateBlue guibg=#E6E6E1
hi Ignore guifg=#E6E6E1
hi String guifg=#A80000 guibg=#E6E6E1
hi Function guifg=#CC0000