[ SYSTEM ]: Windows NT SWD-ELEARN-11 10.0 build 20348 (Windows Server 2016) AMD64
[ SERVER ]: Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.9 | PHP: 7.3.9
[ USER ]: Elearn | IP: 10.201.204.156
GEFORCE FILE MANAGER
/
C:
/
xampp
/
htdocs
/
Ajaji
/
media
/
vendor
/
codemirror
/
theme
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 3024-night.css
2,076 B
SET
[ EDIT ]
|
[ DEL ]
📄 abbott.css
7,702 B
SET
[ EDIT ]
|
[ DEL ]
📄 ambiance.css
26,493 B
SET
[ EDIT ]
|
[ DEL ]
📄 ayu-dark.css
2,421 B
SET
[ EDIT ]
|
[ DEL ]
📄 base16-light.css
2,124 B
SET
[ EDIT ]
|
[ DEL ]
📄 blackboard.css
1,931 B
SET
[ EDIT ]
|
[ DEL ]
📄 cobalt.css
1,726 B
SET
[ EDIT ]
|
[ DEL ]
📄 colorforth.css
1,677 B
SET
[ EDIT ]
|
[ DEL ]
📄 darcula.css
2,686 B
SET
[ EDIT ]
|
[ DEL ]
📄 duotone-dark.css
2,614 B
SET
[ EDIT ]
|
[ DEL ]
📄 eclipse.css
1,187 B
SET
[ EDIT ]
|
[ DEL ]
📄 elegant.css
781 B
SET
[ EDIT ]
|
[ DEL ]
📄 gruvbox-dark.css
1,918 B
SET
[ EDIT ]
|
[ DEL ]
📄 hopscotch.css
1,469 B
SET
[ EDIT ]
|
[ DEL ]
📄 idea.css
1,672 B
SET
[ EDIT ]
|
[ DEL ]
📄 juejin.css
517 B
SET
[ EDIT ]
|
[ DEL ]
📄 lesser-dark.css
2,637 B
SET
[ EDIT ]
|
[ DEL ]
📄 material-darker.css
2,607 B
SET
[ EDIT ]
|
[ DEL ]
📄 material-palenight.css
2,923 B
SET
[ EDIT ]
|
[ DEL ]
📄 material.css
2,533 B
SET
[ EDIT ]
|
[ DEL ]
📄 mbo.css
2,112 B
SET
[ EDIT ]
|
[ DEL ]
📄 midnight.css
1,856 B
SET
[ EDIT ]
|
[ DEL ]
📄 monokai.css
2,179 B
SET
[ EDIT ]
|
[ DEL ]
📄 moxer.css
2,369 B
SET
[ EDIT ]
|
[ DEL ]
📄 neo.css
947 B
SET
[ EDIT ]
|
[ DEL ]
📄 night.css
1,746 B
SET
[ EDIT ]
|
[ DEL ]
📄 nord.css
2,088 B
SET
[ EDIT ]
|
[ DEL ]
📄 pastel-on-dark.css
2,485 B
SET
[ EDIT ]
|
[ DEL ]
📄 railscasts.css
1,514 B
SET
[ EDIT ]
|
[ DEL ]
📄 seti.css
2,009 B
SET
[ EDIT ]
|
[ DEL ]
📄 shadowfox.css
2,440 B
SET
[ EDIT ]
|
[ DEL ]
📄 ssms.css
751 B
SET
[ EDIT ]
|
[ DEL ]
📄 the-matrix.css
1,940 B
SET
[ EDIT ]
|
[ DEL ]
📄 tomorrow-night-bright.css
1,769 B
SET
[ EDIT ]
|
[ DEL ]
📄 tomorrow-night-eighties.css
2,439 B
SET
[ EDIT ]
|
[ DEL ]
📄 ttcn.css
2,440 B
SET
[ EDIT ]
|
[ DEL ]
📄 vibrant-ink.css
2,142 B
SET
[ EDIT ]
|
[ DEL ]
📄 xq-dark.css
3,033 B
SET
[ EDIT ]
|
[ DEL ]
📄 yeti.css
1,884 B
SET
[ EDIT ]
|
[ DEL ]
📄 yonce.css
3,075 B
SET
[ EDIT ]
|
[ DEL ]
📄 zenburn.css
2,001 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: base16-light.css
/* Name: Base16 Default Light Author: Chris Kempson (http://chriskempson.com) CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror) Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ .cm-s-base16-light.CodeMirror { background: #f5f5f5; color: #202020; } .cm-s-base16-light div.CodeMirror-selected { background: #e0e0e0; } .cm-s-base16-light .CodeMirror-line::selection, .cm-s-base16-light .CodeMirror-line > span::selection, .cm-s-base16-light .CodeMirror-line > span > span::selection { background: #e0e0e0; } .cm-s-base16-light .CodeMirror-line::-moz-selection, .cm-s-base16-light .CodeMirror-line > span::-moz-selection, .cm-s-base16-light .CodeMirror-line > span > span::-moz-selection { background: #e0e0e0; } .cm-s-base16-light .CodeMirror-gutters { background: #f5f5f5; border-right: 0px; } .cm-s-base16-light .CodeMirror-guttermarker { color: #ac4142; } .cm-s-base16-light .CodeMirror-guttermarker-subtle { color: #b0b0b0; } .cm-s-base16-light .CodeMirror-linenumber { color: #b0b0b0; } .cm-s-base16-light .CodeMirror-cursor { border-left: 1px solid #505050; } .cm-s-base16-light span.cm-comment { color: #8f5536; } .cm-s-base16-light span.cm-atom { color: #aa759f; } .cm-s-base16-light span.cm-number { color: #aa759f; } .cm-s-base16-light span.cm-property, .cm-s-base16-light span.cm-attribute { color: #90a959; } .cm-s-base16-light span.cm-keyword { color: #ac4142; } .cm-s-base16-light span.cm-string { color: #f4bf75; } .cm-s-base16-light span.cm-variable { color: #90a959; } .cm-s-base16-light span.cm-variable-2 { color: #6a9fb5; } .cm-s-base16-light span.cm-def { color: #d28445; } .cm-s-base16-light span.cm-bracket { color: #202020; } .cm-s-base16-light span.cm-tag { color: #ac4142; } .cm-s-base16-light span.cm-link { color: #aa759f; } .cm-s-base16-light span.cm-error { background: #ac4142; color: #505050; } .cm-s-base16-light .CodeMirror-activeline-background { background: #DDDCDC; } .cm-s-base16-light .CodeMirror-matchingbracket { color: #f5f5f5 !important; background-color: #6A9FB5 !important}