Skip to content

Instantly share code, notes, and snippets.

@pmaoui
Created October 24, 2014 18:06
Show Gist options
  • Save pmaoui/94d3a7cbf468be479543 to your computer and use it in GitHub Desktop.
Save pmaoui/94d3a7cbf468be479543 to your computer and use it in GitHub Desktop.
Maoui.vim
" Vim color file - maoui
" Generated by http://bytefluent.com/vivify 2014-10-23
set background=dark
if version > 580
hi clear
if exists("syntax_on")
syntax reset
endif
endif
set t_Co=256
let g:colors_name = "maoui"
" Backgrounds and stuff
hi Normal guifg=#FF6363 guibg=#192224 guisp=#192224 gui=NONE ctermfg=15 ctermbg=234 cterm=NONE
" Basics string (82,118)
hi String guifg=#64ff0a guibg=NONE guisp=NONE gui=NONE ctermfg=118 ctermbg=NONE cterm=NONE
" new do in of
hi Keyword guifg=#FF1A00 guibg=NONE guisp=#E00F0F gui=bold ctermfg=214 ctermbg=NONE cterm=NONE
" == != is isnt and or
hi Operator guifg=#09ffda guibg=NONE guisp=NONE gui=bold ctermfg=228 ctermbg=NONE cterm=NONE
" if then else unless switch when
hi Conditional guifg=#ffffff guibg=NONE guisp=NONE gui=bold ctermfg=75 ctermbg=NONE cterm=bold
" return, break, continue, throw
hi Statement guifg=#FF002A guibg=NONE guisp=NONE gui=bold ctermfg=81 ctermbg=NONE cterm=bold
" parenthesis (207)
hi SpecialChar guifg=#ffffff guibg=NONE guisp=NONE gui=NONE ctermfg=202 ctermbg=NONE cterm=NONE
" matching parenthesis
hi MatchParen guifg=#ffffff guibg=NONE guisp=NONE gui=bold ctermfg=48 ctermbg=NONE cterm=bold
" Special js object
hi Structure guifg=#ffffff guibg=NONE guisp=NONE gui=bold ctermfg=207 ctermbg=NONE cterm=bold
hi Character guifg=#ffffff guibg=NONE guisp=NONE gui=NONE ctermfg=15 ctermbg=NONE cterm=NONE
hi Float guifg=#ffffff guibg=NONE guisp=NONE gui=NONE ctermfg=15 ctermbg=NONE cterm=NONE
hi Number guifg=#ffffff guibg=NONE guisp=NONE gui=NONE ctermfg=15 ctermbg=NONE cterm=NONE
hi Boolean guifg=#ffffff guibg=NONE guisp=NONE gui=NONE ctermfg=15 ctermbg=NONE cterm=NONE
hi CursorLine guifg=NONE guibg=#222E30 guisp=#222E30 gui=NONE ctermfg=NONE ctermbg=236 cterm=NONE
hi Constant guifg=#ffffff guibg=NONE guisp=NONE gui=NONE ctermfg=193 ctermbg=NONE cterm=bold
" inside string #{}
hi PreProc guifg=#ff58ff guibg=NONE guisp=NONE gui=NONE ctermfg=87 ctermbg=NONE cterm=NONE
" left-part: of json
hi Identifier guifg=#1ce8ff guibg=NONE guisp=NONE gui=bold ctermfg=177 ctermbg=NONE cterm=NONE
" Errors like trailing spaces, comma
hi Error guifg=#ffffff guibg=#912C00 guisp=#912C00 gui=NONE ctermfg=15 ctermbg=196 cterm=NONE
" null, undefined
hi Type guifg=#ff00f7 guibg=NONE guisp=NONE gui=bold ctermfg=187 ctermbg=NONE cterm=NONE
" Comments (any)
hi Comment guifg=#949494 guibg=NONE guisp=NONE gui=italic ctermfg=246 ctermbg=NONE cterm=NONE
" Others
hi IncSearch guifg=#FF8709 guibg=#BD9800 guisp=#BD9800 gui=NONE ctermfg=15 ctermbg=1 cterm=NONE
hi WildMenu guifg=NONE guibg=#A1A6A8 guisp=#A1A6A8 gui=NONE ctermfg=NONE ctermbg=248 cterm=NONE
hi SignColumn guifg=#ffffff guibg=#536991 guisp=#536991 gui=NONE ctermfg=15 ctermbg=60 cterm=NONE
hi SpecialComment guifg=#ffffff guibg=NONE guisp=NONE gui=NONE ctermfg=15 ctermbg=NONE cterm=NONE
hi Typedef guifg=#ffffff guibg=NONE guisp=NONE gui=bold ctermfg=15 ctermbg=NONE cterm=bold
hi Title guifg=#ffffff guibg=#192224 guisp=#192224 gui=bold ctermfg=15 ctermbg=235 cterm=bold
hi Folded guifg=#ffffff guibg=#A1A6A8 guisp=#A1A6A8 gui=italic ctermfg=15 ctermbg=248 cterm=NONE
hi PreCondit guifg=#ffffff guibg=NONE guisp=NONE gui=NONE ctermfg=15 ctermbg=NONE cterm=NONE
hi Include guifg=#ffffff guibg=NONE guisp=NONE gui=NONE ctermfg=15 ctermbg=NONE cterm=NONE
hi TabLineSel guifg=#ffffff guibg=#BD9800 guisp=#BD9800 gui=bold ctermfg=15 ctermbg=1 cterm=bold
hi StatusLineNC guifg=#ffffff guibg=#5E6C70 guisp=#5E6C70 gui=bold ctermfg=15 ctermbg=66 cterm=bold
"hi CTagsMember -- no settings --
hi NonText guifg=#7FE000 guibg=NONE guisp=NONE gui=italic ctermfg=15 ctermbg=NONE cterm=NONE
"hi CTagsGlobalConstant -- no settings --
hi DiffText guifg=NONE guibg=#492224 guisp=#492224 gui=NONE ctermfg=NONE ctermbg=52 cterm=NONE
hi ErrorMsg guifg=#ffffff guibg=#912C00 guisp=#912C00 gui=NONE ctermfg=15 ctermbg=88 cterm=NONE
"hi Ignore -- no settings --
hi Debug guifg=#ffffff guibg=NONE guisp=NONE gui=NONE ctermfg=15 ctermbg=NONE cterm=NONE
hi PMenuSbar guifg=NONE guibg=#848688 guisp=#848688 gui=NONE ctermfg=NONE ctermbg=102 cterm=NONE
hi StorageClass guifg=#ffffff guibg=NONE guisp=NONE gui=bold ctermfg=15 ctermbg=NONE cterm=bold
hi Todo guifg=#ffffff guibg=#BD9800 guisp=#BD9800 gui=NONE ctermfg=15 ctermbg=1 cterm=NONE
hi Special guifg=#ffffff guibg=NONE guisp=NONE gui=NONE ctermfg=15 ctermbg=NONE cterm=NONE
hi LineNr guifg=#383838 guibg=NONE guisp=NONE gui=NONE ctermfg=237 ctermbg=NONE cterm=NONE
hi StatusLine guifg=#ffffff guibg=#BD9800 guisp=#BD9800 gui=bold ctermfg=15 ctermbg=1 cterm=bold
hi Label guifg=#ffffff guibg=NONE guisp=NONE gui=bold ctermfg=15 ctermbg=NONE cterm=bold
"hi CTagsImport -- no settings --
hi PMenuSel guifg=#ffffff guibg=#BD9800 guisp=#BD9800 gui=NONE ctermfg=15 ctermbg=1 cterm=NONE
hi Search guifg=#ffffff guibg=#BD9800 guisp=#BD9800 gui=NONE ctermfg=15 ctermbg=1 cterm=NONE
"hi CTagsGlobalVariable -- no settings --
hi Delimiter guifg=#ffffff guibg=NONE guisp=NONE gui=NONE ctermfg=196 ctermbg=NONE cterm=NONE
hi SpellRare guifg=#ffffff guibg=#192224 guisp=#192224 gui=underline ctermfg=15 ctermbg=235 cterm=underline
"hi Union -- no settings --
hi TabLineFill guifg=#ffffff guibg=#5E6C70 guisp=#5E6C70 gui=bold ctermfg=15 ctermbg=66 cterm=bold
"hi Question -- no settings --
hi WarningMsg guifg=#ffffff guibg=#912C00 guisp=#912C00 gui=NONE ctermfg=15 ctermbg=88 cterm=NONE
hi VisualNOS guifg=#ffffff guibg=#F9F9FF guisp=#F9F9FF gui=underline ctermfg=15 ctermbg=189 cterm=underline
hi DiffDelete guifg=NONE guibg=#192224 guisp=#192224 gui=NONE ctermfg=NONE ctermbg=235 cterm=NONE
hi ModeMsg guifg=#ffffff guibg=#192224 guisp=#192224 gui=bold ctermfg=15 ctermbg=235 cterm=bold
hi CursorColumn guifg=NONE guibg=#222E30 guisp=#222E30 gui=NONE ctermfg=NONE ctermbg=236 cterm=NONE
hi Define guifg=#ffffff guibg=NONE guisp=NONE gui=NONE ctermfg=15 ctermbg=NONE cterm=NONE
hi Function guifg=#ff3978 guibg=NONE guisp=NONE gui=bold ctermfg=13 ctermbg=NONE cterm=bold
hi FoldColumn guifg=#ffffff guibg=#A1A6A8 guisp=#A1A6A8 gui=italic ctermfg=15 ctermbg=248 cterm=NONE
"hi EnumerationName -- no settings --
hi Visual guifg=#ffffff guibg=#F9F9FF guisp=#F9F9FF gui=NONE ctermfg=15 ctermbg=189 cterm=NONE
hi MoreMsg guifg=#ffffff guibg=NONE guisp=NONE gui=bold ctermfg=15 ctermbg=NONE cterm=bold
hi SpellCap guifg=#ffffff guibg=#192224 guisp=#192224 gui=underline ctermfg=15 ctermbg=235 cterm=underline
hi VertSplit guifg=#ffffff guibg=#5E6C70 guisp=#5E6C70 gui=bold ctermfg=15 ctermbg=66 cterm=bold
hi Exception guifg=#ffffff guibg=NONE guisp=NONE gui=bold ctermfg=161 ctermbg=NONE cterm=bold
hi DiffChange guifg=NONE guibg=#492224 guisp=#492224 gui=NONE ctermfg=NONE ctermbg=52 cterm=NONE
hi Cursor guifg=#ffffff guibg=#F9F9F9 guisp=#F9F9F9 gui=NONE ctermfg=15 ctermbg=15 cterm=NONE
hi SpellLocal guifg=#ffffff guibg=#192224 guisp=#192224 gui=underline ctermfg=15 ctermbg=235 cterm=underline
hi PMenu guifg=#ffffff guibg=#5E6C70 guisp=#5E6C70 gui=NONE ctermfg=15 ctermbg=66 cterm=NONE
hi SpecialKey guifg=#ffffff guibg=NONE guisp=NONE gui=italic ctermfg=15 ctermbg=NONE cterm=NONE
"hi DefinedName -- no settings --
hi Tag guifg=#ffffff guibg=NONE guisp=NONE gui=NONE ctermfg=15 ctermbg=NONE cterm=NONE
hi PMenuThumb guifg=NONE guibg=#a4a6a8 guisp=#a4a6a8 gui=NONE ctermfg=NONE ctermbg=248 cterm=NONE
"hi LocalVariable -- no settings --
hi Repeat guifg=#ffffff guibg=NONE guisp=NONE gui=bold ctermfg=15 ctermbg=NONE cterm=bold
hi SpellBad guifg=#ffffff guibg=#192224 guisp=#192224 gui=underline ctermfg=15 ctermbg=235 cterm=underline
"hi CTagsClass -- no settings --
hi Directory guifg=#ffffff guibg=NONE guisp=NONE gui=bold ctermfg=15 ctermbg=NONE cterm=bold
hi Macro guifg=#ffffff guibg=NONE guisp=NONE gui=NONE ctermfg=15 ctermbg=NONE cterm=NONE
hi Underlined guifg=#ffffff guibg=#192224 guisp=#192224 gui=underline ctermfg=15 ctermbg=235 cterm=underline
hi DiffAdd guifg=NONE guibg=#193224 guisp=#193224 gui=NONE ctermfg=NONE ctermbg=236 cterm=NONE
hi TabLine guifg=#ffffff guibg=#5E6C70 guisp=#5E6C70 gui=bold ctermfg=15 ctermbg=66 cterm=bold
hi cursorim guifg=#FF0000 guibg=#536991 guisp=#536991 gui=NONE ctermfg=15 ctermbg=60 cterm=NONE
"hi clear -- no settings --
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment