Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 3.137.169.229
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
vim /
vim82 /
colors /
Delete
Unzip
Name
Size
Permission
Date
Action
lists
[ DIR ]
drwxr-xr-x
2025-04-08 06:39
tools
[ DIR ]
drwxr-xr-x
2025-04-08 06:39
blue.vim
2.42
KB
-rw-r--r--
2025-04-02 12:39
darkblue.vim
2.92
KB
-rw-r--r--
2025-04-02 12:39
default.vim
548
B
-rw-r--r--
2025-04-02 12:39
delek.vim
2.46
KB
-rw-r--r--
2025-04-02 12:39
desert.vim
2.75
KB
-rw-r--r--
2025-04-02 12:39
elflord.vim
1.63
KB
-rw-r--r--
2025-04-02 12:39
evening.vim
2.39
KB
-rw-r--r--
2025-04-02 12:39
industry.vim
1.91
KB
-rw-r--r--
2025-04-02 12:39
koehler.vim
3.47
KB
-rw-r--r--
2025-04-02 12:39
morning.vim
2.4
KB
-rw-r--r--
2025-04-02 12:39
murphy.vim
1.96
KB
-rw-r--r--
2025-04-02 12:39
pablo.vim
1.01
KB
-rw-r--r--
2025-04-02 12:39
peachpuff.vim
2.61
KB
-rw-r--r--
2025-04-02 12:39
ron.vim
1.36
KB
-rw-r--r--
2025-04-02 12:39
shine.vim
2.66
KB
-rw-r--r--
2025-04-02 12:39
slate.vim
2.39
KB
-rw-r--r--
2025-04-02 12:39
torte.vim
1.59
KB
-rw-r--r--
2025-04-02 12:39
zellner.vim
1.8
KB
-rw-r--r--
2025-04-02 12:39
Save
Rename
" Vim color file " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2006 Apr 15 " This color scheme uses a light grey background. " First remove all existing highlighting. set background=light hi clear if exists("syntax_on") syntax reset endif let colors_name = "morning" hi Normal ctermfg=Black ctermbg=LightGrey guifg=Black guibg=grey90 " Groups used in the 'highlight' and 'guicursor' options default value. hi ErrorMsg term=standout ctermbg=DarkRed ctermfg=White guibg=Red guifg=White hi IncSearch term=reverse cterm=reverse gui=reverse hi ModeMsg term=bold cterm=bold gui=bold hi StatusLine term=reverse,bold cterm=reverse,bold gui=reverse,bold hi StatusLineNC term=reverse cterm=reverse gui=reverse hi VertSplit term=reverse cterm=reverse gui=reverse hi Visual term=reverse ctermbg=grey guibg=grey80 hi VisualNOS term=underline,bold cterm=underline,bold gui=underline,bold hi DiffText term=reverse cterm=bold ctermbg=Red gui=bold guibg=Red hi Cursor guibg=Green guifg=NONE hi lCursor guibg=Cyan guifg=NONE hi Directory term=bold ctermfg=DarkBlue guifg=Blue hi LineNr term=underline ctermfg=Brown guifg=Brown hi MoreMsg term=bold ctermfg=DarkGreen gui=bold guifg=SeaGreen hi NonText term=bold ctermfg=Blue gui=bold guifg=Blue guibg=grey80 hi Question term=standout ctermfg=DarkGreen gui=bold guifg=SeaGreen hi Search term=reverse ctermbg=Yellow ctermfg=NONE guibg=Yellow guifg=NONE hi SpecialKey term=bold ctermfg=DarkBlue guifg=Blue hi Title term=bold ctermfg=DarkMagenta gui=bold guifg=Magenta hi WarningMsg term=standout ctermfg=DarkRed guifg=Red hi WildMenu term=standout ctermbg=Yellow ctermfg=Black guibg=Yellow guifg=Black hi Folded term=standout ctermbg=Grey ctermfg=DarkBlue guibg=LightGrey guifg=DarkBlue hi FoldColumn term=standout ctermbg=Grey ctermfg=DarkBlue guibg=Grey guifg=DarkBlue hi DiffAdd term=bold ctermbg=LightBlue guibg=LightBlue hi DiffChange term=bold ctermbg=LightMagenta guibg=LightMagenta hi DiffDelete term=bold ctermfg=Blue ctermbg=LightCyan gui=bold guifg=Blue guibg=LightCyan hi CursorLine term=underline cterm=underline guibg=grey80 hi CursorColumn term=reverse ctermbg=grey guibg=grey80 " Colors for syntax highlighting hi Constant term=underline ctermfg=DarkRed guifg=Magenta guibg=grey95 hi Special term=bold ctermfg=DarkMagenta guifg=SlateBlue guibg=grey95 if &t_Co > 8 hi Statement term=bold cterm=bold ctermfg=Brown gui=bold guifg=Brown endif hi Ignore ctermfg=LightGrey guifg=grey90 " vim: sw=2