-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
plugins.themes.vim
46 lines (32 loc) · 881 Bytes
/
plugins.themes.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
" plugins.themes.vim
"
" Maintained by Claud D. Park <[email protected]>
" https://www.posquit0.com/
"" Theme: Molokai {{{
" Match the original monokai background color
let g:molokai_original=1
" Bring the 256 color version
let g:rehash256=1
"" }}}
"" Theme: Gruvbox {{{
" Set option value to 16 to fallback
let g:gruvbox_termcolors=256
" Change darkmode contrast. Possible values are `soft`, `medium`, `hard`
let g:gruvbox_contrast_dark='medium'
" Change lightmode contrast. Possible values are `soft`, `medium`, `hard`
let g:gruvbox_contrast_light='hard'
" Change cursor background
let g:gruvbox_hls_cursor='green'
" Inverts indent guides
let g:gruvbox_invert_indent_guides=0
"" }}}
"" Theme: Zenburn {{{
"" }}}
"" Theme: Solarized {{{
"" }}}
"" Theme: Seoul256 {{{
"" }}}
"" Theme: Base16 {{{
"" }}}
"" Theme: All-in-One {{{
"" }}}