summaryrefslogtreecommitdiff
path: root/colors/patch_0.10_legacy_pablo.vim
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-07-02 17:54:38 -0400
committerLouie S <louie@example.com>2024-07-02 17:54:38 -0400
commitf3c40bfdf890d7a363ce54df4c690a9b69676185 (patch)
treeb2cc5d44510274572a2a5fb6ac8cbd2a9b0af569 /colors/patch_0.10_legacy_pablo.vim
parent590c33f35d2226a9cf7f9741011384ddef5add6f (diff)
Fix incorrect visual mode and pmenu in 0.10
Diffstat (limited to 'colors/patch_0.10_legacy_pablo.vim')
-rw-r--r--colors/patch_0.10_legacy_pablo.vim27
1 files changed, 27 insertions, 0 deletions
diff --git a/colors/patch_0.10_legacy_pablo.vim b/colors/patch_0.10_legacy_pablo.vim
new file mode 100644
index 0000000..8f8061d
--- /dev/null
+++ b/colors/patch_0.10_legacy_pablo.vim
@@ -0,0 +1,27 @@
+" local syntax file - set colors on a per-machine basis:
+" vim: tw=0 ts=4 sw=4
+" Vim color file
+" Maintainer: Ron Aaron <ron@ronware.org>
+" Last Change: 2003 May 02
+
+hi clear
+colorscheme vim
+set background=dark
+if exists("syntax_on")
+ syntax reset
+endif
+let g:colors_name = "pablo"
+
+highlight Comment ctermfg=8 guifg=#808080
+highlight Constant ctermfg=14 cterm=none guifg=#00ffff gui=none
+highlight Identifier ctermfg=6 guifg=#00c0c0
+highlight Statement ctermfg=3 cterm=bold guifg=#c0c000 gui=bold
+highlight PreProc ctermfg=10 guifg=#00ff00
+highlight Type ctermfg=2 guifg=#00c000
+highlight Special ctermfg=12 guifg=#0000ff
+highlight Error ctermbg=9 guibg=#ff0000
+highlight Todo ctermfg=4 ctermbg=3 guifg=#000080 guibg=#c0c000
+highlight Directory ctermfg=2 guifg=#00c000
+highlight StatusLine ctermfg=11 ctermbg=12 cterm=none guifg=#ffff00 guibg=#0000ff gui=none
+highlight Normal guifg=#ffffff guibg=#000000
+highlight Search ctermbg=3 guibg=#c0c000