This repository was archived by the owner on May 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
/
Copy pathmud.vim
50 lines (40 loc) · 1.47 KB
/
mud.vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
" Vim color file
" Maintainer: iyerns <iyerns AT gmail DOT com>
" Last Change: 25 August 2005
" Version:1.0
set background=light
hi clear
if exists("syntax_on")
syntax reset
endif
let g:colors_name="mud"
hi Normal guifg=#ffffcc guibg=#330000
hi LineNr guifg=white guibg=#330000
hi Statusline gui=none guibg=#993300 guifg=#ffffff
hi StatuslineNC gui=none guibg=#660000 guifg=#ffffff
hi VertSplit gui=none guibg=#330000 guifg=#ffffff
hi Cursor gui=none guibg=DodgerBlue guifg=#ffffff
hi Title guifg=black guibg=white gui=BOLD
hi lCursor guibg=Cyan guifg=NONE
" syntax highlighting groups
hi Comment gui=NONE guifg=#996666
hi Operator guifg=#ff0000
hi Identifier guifg=#33ff99 gui=NONE
hi Statement guifg=#cc9966 gui=NONE
hi TypeDef guifg=#c000c8 gui=NONE
hi Type guifg=#ccffff gui=NONE
hi Boolean guifg=#ff00aa gui=NONE
hi String guifg=#99ccff gui=NONE
hi Number guifg=#66ff66 gui=NONE
hi Constant guifg=#f0f000 gui=NONE
hi Function gui=NONE guifg=#fffcfc
hi PreProc guifg=#cc6600 gui=NONE
hi Define gui=bold guifg=#f0f0f0
hi Special gui=none guifg=#cccccc
hi BrowseDirectory gui=none guifg=#FFFF00
hi Keyword guifg=#ff8088 gui=NONE
hi Search gui=NONE guibg=#ffff00 guifg=#330000
hi IncSearch gui=NONE guifg=#fcfcfc guibg=#8888ff
hi SpecialKey gui=NONE guifg=#fcfcfc guibg=#8888ff
hi NonText gui=NONE guifg=#fcfcfc
hi Directory gui=NONE guifg=#999900