20 items
NAME ↑ SIZE MODIFIED PERMS ACTIONS
.. / Parent Directory
tools — dir
2026-06-03 15:44 · rwxr-xr-x
2026-06-03 15:44 rwxr-xr-x
blue.vim — 2.42 KB
2026-04-29 09:50 · rw-r--r--
2.42 KB 2026-04-29 09:50 rw-r--r--
darkblue.vim — 2.92 KB
2026-04-29 09:50 · rw-r--r--
2.92 KB 2026-04-29 09:50 rw-r--r--
default.vim — 548 B
2026-04-29 09:50 · rw-r--r--
548 B 2026-04-29 09:50 rw-r--r--
delek.vim — 2.46 KB
2026-04-29 09:50 · rw-r--r--
2.46 KB 2026-04-29 09:50 rw-r--r--
desert.vim — 2.75 KB
2026-04-29 09:50 · rw-r--r--
2.75 KB 2026-04-29 09:50 rw-r--r--
elflord.vim — 1.63 KB
2026-04-29 09:50 · rw-r--r--
1.63 KB 2026-04-29 09:50 rw-r--r--
evening.vim — 2.39 KB
2026-04-29 09:50 · rw-r--r--
2.39 KB 2026-04-29 09:50 rw-r--r--
industry.vim — 1.91 KB
2026-04-29 09:50 · rw-r--r--
1.91 KB 2026-04-29 09:50 rw-r--r--
koehler.vim — 3.47 KB
2026-04-29 09:50 · rw-r--r--
3.47 KB 2026-04-29 09:50 rw-r--r--
morning.vim — 2.4 KB
2026-04-29 09:50 · rw-r--r--
2.4 KB 2026-04-29 09:50 rw-r--r--
murphy.vim — 1.96 KB
2026-04-29 09:50 · rw-r--r--
1.96 KB 2026-04-29 09:50 rw-r--r--
pablo.vim — 1.01 KB
2026-04-29 09:50 · rw-r--r--
1.01 KB 2026-04-29 09:50 rw-r--r--
peachpuff.vim — 2.61 KB
2026-04-29 09:50 · rw-r--r--
2.61 KB 2026-04-29 09:50 rw-r--r--
README.txt — 3.2 KB
2026-04-29 09:50 · rw-r--r--
3.2 KB 2026-04-29 09:50 rw-r--r--
ron.vim — 1.36 KB
2026-04-29 09:50 · rw-r--r--
1.36 KB 2026-04-29 09:50 rw-r--r--
shine.vim — 2.66 KB
2026-04-29 09:50 · rw-r--r--
2.66 KB 2026-04-29 09:50 rw-r--r--
slate.vim — 2.39 KB
2026-04-29 09:50 · rw-r--r--
2.39 KB 2026-04-29 09:50 rw-r--r--
torte.vim — 1.59 KB
2026-04-29 09:50 · rw-r--r--
1.59 KB 2026-04-29 09:50 rw-r--r--
zellner.vim — 1.8 KB
2026-04-29 09:50 · rw-r--r--
1.8 KB 2026-04-29 09:50 rw-r--r--
ONLINE
colors
20 items
18:02:41
TERMINAL FM
Edit
Preview
Download
Rename
Copy
Chmod
Delete
" local syntax file - set colors on a per-machine basis: " vim: tw=0 ts=4 sw=4 " Vim color file " Maintainer: Ron Aaron " Last Change: 2003 May 02 hi clear set background=dark if exists("syntax_on") syntax reset endif let g:colors_name = "murphy" hi Normal ctermbg=Black ctermfg=lightgreen guibg=Black guifg=lightgreen hi Comment term=bold ctermfg=LightRed guifg=Orange hi Constant term=underline ctermfg=LightGreen guifg=White gui=NONE hi Identifier term=underline ctermfg=LightCyan guifg=#00ffff hi Ignore ctermfg=black guifg=bg hi PreProc term=underline ctermfg=LightBlue guifg=Wheat hi Search term=reverse guifg=white guibg=Blue hi Special term=bold ctermfg=LightRed guifg=magenta hi Statement term=bold ctermfg=Yellow guifg=#ffff00 gui=NONE hi Type ctermfg=LightGreen guifg=grey gui=none hi Error term=reverse ctermbg=Red ctermfg=White guibg=Red guifg=White hi Todo term=standout ctermbg=Yellow ctermfg=Black guifg=Blue guibg=Yellow " From the source: hi Cursor guifg=Orchid guibg=fg hi Directory term=bold ctermfg=LightCyan guifg=Cyan hi ErrorMsg term=standout ctermbg=DarkRed ctermfg=White guibg=Red guifg=White hi IncSearch term=reverse cterm=reverse gui=reverse hi LineNr term=underline ctermfg=Yellow guifg=Yellow hi ModeMsg term=bold cterm=bold gui=bold hi MoreMsg term=bold ctermfg=LightGreen gui=bold guifg=SeaGreen hi NonText term=bold ctermfg=Blue gui=bold guifg=Blue hi Question term=standout ctermfg=LightGreen gui=bold guifg=Cyan hi SpecialKey term=bold ctermfg=LightBlue guifg=Cyan hi StatusLine term=reverse,bold cterm=reverse gui=NONE guifg=White guibg=darkblue hi StatusLineNC term=reverse cterm=reverse gui=NONE guifg=white guibg=#333333 hi Title term=bold ctermfg=LightMagenta gui=bold guifg=Pink hi WarningMsg term=standout ctermfg=LightRed guifg=Red hi Visual term=reverse cterm=reverse gui=NONE guifg=white guibg=darkgreen