-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gvimrc.colorscheme
40 lines (33 loc) · 937 Bytes
/
.gvimrc.colorscheme
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
" Setting Color & ColorScheme
syntax on
" let &t_8b = "\<Esc>[48;2;%lu;%lu;%lum"
" let &t_8f = "\<Esc>[38;2;%lu;%lu;%lum"
" let &t_Cs = "\<Esc>[4:3m"
" let &t_Ce = "\<Esc>[4:0m"
" gruvbox
let g:gruvbox_contrast_light = "soft"
let g:gruvbox_contrast_dark = "soft"
" set background=dark
" set background=light
" colorscheme PaperColor
" colorscheme badwolf
" colorscheme cake
" colorscheme desert
" colorscheme distinguished
" colorscheme dream
" colorscheme dream-light
colorscheme gruvbox
" colorscheme koehler
" colorscheme molokai
" colorscheme nefertiti
" colorscheme phd
" colorscheme pyte
" colorscheme rupza
" colorscheme solarized8_flat
" colorscheme solarized8_high
" colorscheme solarized8_low
" Background Transparency Setting
" highlight Normal ctermbg=NONE guibg=NONE
" highlight NonText ctermbg=NONE guibg=NONE
" highlight SpecialKey ctermbg=NONE guibg=NONE
" highlight EndOfBuffer ctermbg=NONE guibg=NONE