OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
vim
/
vim80
/
colors
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:13:33 AM
rwxr-xr-x
📄
README.txt
2.91 KB
04/18/2023 09:20:34 AM
rw-r--r--
📄
blue.vim
2.42 KB
04/18/2023 09:20:34 AM
rw-r--r--
📄
darkblue.vim
2.92 KB
04/18/2023 09:20:34 AM
rw-r--r--
📄
default.vim
548 bytes
04/18/2023 09:20:34 AM
rw-r--r--
📄
delek.vim
2.46 KB
04/18/2023 09:20:34 AM
rw-r--r--
📄
desert.vim
2.75 KB
04/18/2023 09:20:34 AM
rw-r--r--
📄
elflord.vim
1.63 KB
04/18/2023 09:20:34 AM
rw-r--r--
📄
evening.vim
2.39 KB
04/18/2023 09:20:34 AM
rw-r--r--
📄
industry.vim
1.91 KB
04/18/2023 09:20:34 AM
rw-r--r--
📄
koehler.vim
3.47 KB
04/18/2023 09:20:34 AM
rw-r--r--
📄
morning.vim
2.4 KB
04/18/2023 09:20:34 AM
rw-r--r--
📄
murphy.vim
1.96 KB
04/18/2023 09:20:34 AM
rw-r--r--
📄
pablo.vim
1.01 KB
04/18/2023 09:20:34 AM
rw-r--r--
📄
peachpuff.vim
2.61 KB
04/18/2023 09:20:34 AM
rw-r--r--
📄
ron.vim
1.36 KB
04/18/2023 09:20:34 AM
rw-r--r--
📄
shine.vim
2.66 KB
04/18/2023 09:20:34 AM
rw-r--r--
📄
slate.vim
2.39 KB
04/18/2023 09:20:34 AM
rw-r--r--
📄
torte.vim
1.59 KB
04/18/2023 09:20:34 AM
rw-r--r--
📄
zellner.vim
1.8 KB
04/18/2023 09:20:34 AM
rw-r--r--
Editing: default.vim
Close
" Vim color file " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2001 Jul 23 " This is the default color scheme. It doesn't define the Normal " highlighting, it uses whatever the colors used to be. " Set 'background' back to the default. The value can't always be estimated " and is then guessed. hi clear Normal set bg& " Remove all existing highlighting and set the defaults. hi clear " Load the syntax highlighting defaults, if it's enabled. if exists("syntax_on") syntax reset endif let colors_name = "default" " vim: sw=2