Linux premium71.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 216.73.216.209
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
vim /
vim80 /
colors /
Delete
Unzip
Name
Size
Permission
Date
Action
README.txt
2.91
KB
-rw-r--r--
2022-08-02 16:56
blue.vim
2.42
KB
-rw-r--r--
2022-08-02 16:56
darkblue.vim
2.92
KB
-rw-r--r--
2022-08-02 16:56
default.vim
548
B
-rw-r--r--
2022-08-02 16:56
delek.vim
2.46
KB
-rw-r--r--
2022-08-02 16:56
desert.vim
2.75
KB
-rw-r--r--
2022-08-02 16:56
elflord.vim
1.63
KB
-rw-r--r--
2022-08-02 16:56
evening.vim
2.39
KB
-rw-r--r--
2022-08-02 16:56
industry.vim
1.91
KB
-rw-r--r--
2022-08-02 16:56
koehler.vim
3.47
KB
-rw-r--r--
2022-08-02 16:56
morning.vim
2.4
KB
-rw-r--r--
2022-08-02 16:56
murphy.vim
1.96
KB
-rw-r--r--
2022-08-02 16:56
pablo.vim
1.01
KB
-rw-r--r--
2022-08-02 16:56
peachpuff.vim
2.61
KB
-rw-r--r--
2022-08-02 16:56
ron.vim
1.36
KB
-rw-r--r--
2022-08-02 16:56
shine.vim
2.66
KB
-rw-r--r--
2022-08-02 16:56
slate.vim
2.39
KB
-rw-r--r--
2022-08-02 16:56
torte.vim
1.59
KB
-rw-r--r--
2022-08-02 16:56
zellner.vim
1.8
KB
-rw-r--r--
2022-08-02 16:56
Save
Rename
" local syntax file - set colors on a per-machine basis: " vim: tw=0 ts=4 sw=4 " Vim color file " Maintainer: Steven Vertigan <steven@vertigan.wattle.id.au> " Last Change: 2006 Sep 23 " Revision #5: Switch main text from white to yellow for easier contrast, " fixed some problems with terminal backgrounds. set background=dark hi clear if exists("syntax_on") syntax reset endif let g:colors_name = "blue" hi Normal guifg=yellow guibg=darkBlue ctermfg=yellow ctermbg=darkBlue hi NonText guifg=magenta ctermfg=lightMagenta hi comment guifg=gray ctermfg=gray ctermbg=darkBlue gui=bold hi constant guifg=cyan ctermfg=cyan hi identifier guifg=gray ctermfg=red hi statement guifg=white ctermfg=white ctermbg=darkBlue gui=none hi preproc guifg=green ctermfg=green hi type guifg=orange ctermfg=lightRed ctermbg=darkBlue hi special guifg=magenta ctermfg=lightMagenta ctermbg=darkBlue hi Underlined guifg=cyan ctermfg=cyan gui=underline cterm=underline hi label guifg=yellow ctermfg=yellow hi operator guifg=orange gui=bold ctermfg=lightRed ctermbg=darkBlue hi ErrorMsg guifg=orange guibg=darkBlue ctermfg=lightRed hi WarningMsg guifg=cyan guibg=darkBlue ctermfg=cyan gui=bold hi ModeMsg guifg=yellow gui=NONE ctermfg=yellow hi MoreMsg guifg=yellow gui=NONE ctermfg=yellow hi Error guifg=red guibg=darkBlue gui=underline ctermfg=red hi Todo guifg=black guibg=orange ctermfg=black ctermbg=darkYellow hi Cursor guifg=black guibg=white ctermfg=black ctermbg=white hi Search guifg=black guibg=orange ctermfg=black ctermbg=darkYellow hi IncSearch guifg=black guibg=yellow ctermfg=black ctermbg=darkYellow hi LineNr guifg=cyan ctermfg=cyan hi title guifg=white gui=bold cterm=bold hi StatusLineNC gui=NONE guifg=black guibg=blue ctermfg=black ctermbg=blue hi StatusLine gui=bold guifg=cyan guibg=blue ctermfg=cyan ctermbg=blue hi VertSplit gui=none guifg=blue guibg=blue ctermfg=blue ctermbg=blue hi Visual term=reverse ctermfg=black ctermbg=darkCyan guifg=black guibg=darkCyan hi DiffChange guibg=darkGreen guifg=black ctermbg=darkGreen ctermfg=black hi DiffText guibg=olivedrab guifg=black ctermbg=lightGreen ctermfg=black hi DiffAdd guibg=slateblue guifg=black ctermbg=blue ctermfg=black hi DiffDelete guibg=coral guifg=black ctermbg=cyan ctermfg=black hi Folded guibg=orange guifg=black ctermbg=yellow ctermfg=black hi FoldColumn guibg=gray30 guifg=black ctermbg=gray ctermfg=black hi cIf0 guifg=gray ctermfg=gray