OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
old_sendy
/
js
/
ckeditor
/
plugins
/
codemirror
/
theme
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/12/2024 09:31:13 AM
rwxr-xr-x
📄
3024-day.css
1.71 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
3024-night.css
1.78 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
ambiance-mobile.css
103 bytes
11/12/2024 09:44:50 AM
rw-r--r--
📄
ambiance.css
25.63 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
base16-dark.css
1.82 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
base16-light.css
1.82 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
blackboard.css
1.67 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
cobalt.css
1.47 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
colorforth.css
1.64 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
eclipse.css
1.1 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
elegant.css
768 bytes
11/12/2024 09:44:50 AM
rw-r--r--
📄
erlang-dark.css
1.99 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
lesser-dark.css
2.3 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
liquibyte.css
3.65 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
mbo.css
1.83 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
mdn-like.css
4.82 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
midnight.css
1.86 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
monokai.css
1.58 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
neat.css
693 bytes
11/12/2024 09:44:50 AM
rw-r--r--
📄
neo.css
932 bytes
11/12/2024 09:44:50 AM
rw-r--r--
📄
night.css
1.53 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
paraiso-dark.css
1.78 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
paraiso-light.css
1.77 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
pastel-on-dark.css
2.19 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
rubyblue.css
1.53 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
solarized.css
4.71 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
the-matrix.css
1.61 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
tomorrow-night-bright.css
1.72 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
tomorrow-night-eighties.css
2.08 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
ttcn.css
1.96 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
twilight.css
1.88 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
vibrant-ink.css
1.84 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
xq-dark.css
2.7 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
xq-light.css
2.15 KB
11/12/2024 09:44:50 AM
rw-r--r--
📄
zenburn.css
1.95 KB
11/12/2024 09:44:50 AM
rw-r--r--
Editing: vibrant-ink.css
Close
/* Taken from the popular Visual Studio Vibrant Ink Schema */ .cm-s-vibrant-ink.CodeMirror { background: black; color: white; } .cm-s-vibrant-ink .CodeMirror-selected { background: #35493c !important; } .cm-s-vibrant-ink.CodeMirror ::selection { background: rgba(53, 73, 60, 0.99); } .cm-s-vibrant-ink.CodeMirror ::-moz-selection { background: rgba(53, 73, 60, 0.99); } .cm-s-vibrant-ink .CodeMirror-gutters { background: #002240; border-right: 1px solid #aaa; } .cm-s-vibrant-ink .CodeMirror-guttermarker { color: white; } .cm-s-vibrant-ink .CodeMirror-guttermarker-subtle { color: #d0d0d0; } .cm-s-vibrant-ink .CodeMirror-linenumber { color: #d0d0d0; } .cm-s-vibrant-ink .CodeMirror-cursor { border-left: 1px solid white !important; } .cm-s-vibrant-ink .cm-keyword { color: #CC7832; } .cm-s-vibrant-ink .cm-atom { color: #FC0; } .cm-s-vibrant-ink .cm-number { color: #FFEE98; } .cm-s-vibrant-ink .cm-def { color: #8DA6CE; } .cm-s-vibrant-ink span.cm-variable-2, .cm-s-vibrant span.cm-tag { color: #FFC66D } .cm-s-vibrant-ink span.cm-variable-3, .cm-s-vibrant span.cm-def { color: #FFC66D } .cm-s-vibrant-ink .cm-operator { color: #888; } .cm-s-vibrant-ink .cm-comment { color: gray; font-weight: bold; } .cm-s-vibrant-ink .cm-string { color: #A5C25C } .cm-s-vibrant-ink .cm-string-2 { color: red } .cm-s-vibrant-ink .cm-meta { color: #D8FA3C; } .cm-s-vibrant-ink .cm-builtin { color: #8DA6CE; } .cm-s-vibrant-ink .cm-tag { color: #8DA6CE; } .cm-s-vibrant-ink .cm-attribute { color: #8DA6CE; } .cm-s-vibrant-ink .cm-header { color: #FF6400; } .cm-s-vibrant-ink .cm-hr { color: #AEAEAE; } .cm-s-vibrant-ink .cm-link { color: blue; } .cm-s-vibrant-ink .cm-error { border-bottom: 1px solid red; } .cm-s-vibrant-ink .CodeMirror-activeline-background {background: #27282E !important;} .cm-s-vibrant-ink .CodeMirror-matchingbracket {outline:1px solid grey; color:white !important;}