Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 13.58.229.23
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
vim /
vim74 /
colors /
Delete
Unzip
Name
Size
Permission
Date
Action
README.txt
2.26
KB
-rw-r--r--
2020-12-15 16:44
blue.vim
2.42
KB
-rw-r--r--
2020-12-15 16:44
darkblue.vim
2.92
KB
-rw-r--r--
2020-12-15 16:44
default.vim
548
B
-rw-r--r--
2020-12-15 16:44
delek.vim
2.34
KB
-rw-r--r--
2020-12-15 16:44
desert.vim
2.75
KB
-rw-r--r--
2020-12-15 16:44
elflord.vim
1.63
KB
-rw-r--r--
2020-12-15 16:44
evening.vim
2.42
KB
-rw-r--r--
2020-12-15 16:44
koehler.vim
3.39
KB
-rw-r--r--
2020-12-15 16:44
morning.vim
2.4
KB
-rw-r--r--
2020-12-15 16:44
murphy.vim
1.96
KB
-rw-r--r--
2020-12-15 16:44
pablo.vim
1.01
KB
-rw-r--r--
2020-12-15 16:44
peachpuff.vim
2.61
KB
-rw-r--r--
2020-12-15 16:44
ron.vim
1.36
KB
-rw-r--r--
2020-12-15 16:44
shine.vim
2.66
KB
-rw-r--r--
2020-12-15 16:44
slate.vim
2.39
KB
-rw-r--r--
2020-12-15 16:44
torte.vim
1.59
KB
-rw-r--r--
2020-12-15 16:44
zellner.vim
1.8
KB
-rw-r--r--
2020-12-15 16:44
Save
Rename
" Vim color file " Maintainer: Thorsten Maerz <info@netztorte.de> " Last Change: 2006 Dec 07 " grey on black " optimized for TFT panels set background=dark hi clear if exists("syntax_on") syntax reset endif "colorscheme default let g:colors_name = "torte" " hardcoded colors : " GUI Comment : #80a0ff = Light blue " GUI highlight Normal guifg=Grey80 guibg=Black highlight Search guifg=Black guibg=Red gui=bold highlight Visual guifg=#404040 gui=bold highlight Cursor guifg=Black guibg=Green gui=bold highlight Special guifg=Orange highlight Comment guifg=#80a0ff highlight StatusLine guifg=blue guibg=white highlight Statement guifg=Yellow gui=NONE highlight Type gui=NONE " Console highlight Normal ctermfg=LightGrey ctermbg=Black highlight Search ctermfg=Black ctermbg=Red cterm=NONE highlight Visual cterm=reverse highlight Cursor ctermfg=Black ctermbg=Green cterm=bold highlight Special ctermfg=Brown highlight Comment ctermfg=Blue highlight StatusLine ctermfg=blue ctermbg=white highlight Statement ctermfg=Yellow cterm=NONE highlight Type cterm=NONE " only for vim 5 if has("unix") if v:version<600 highlight Normal ctermfg=Grey ctermbg=Black cterm=NONE guifg=Grey80 guibg=Black gui=NONE highlight Search ctermfg=Black ctermbg=Red cterm=bold guifg=Black guibg=Red gui=bold highlight Visual ctermfg=Black ctermbg=yellow cterm=bold guifg=#404040 gui=bold highlight Special ctermfg=LightBlue cterm=NONE guifg=LightBlue gui=NONE highlight Comment ctermfg=Cyan cterm=NONE guifg=LightBlue gui=NONE endif endif