__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/*
Solarized theme for code-mirror
http://ethanschoonover.com/solarized
*/
/*
Solarized color palette
http://ethanschoonover.com/solarized/img/solarized-palette.png
*/
.solarized.base03 { color: #002b36; }
.solarized.base02 { color: #073642; }
.solarized.base01 { color: #586e75; }
.solarized.base00 { color: #657b83; }
.solarized.base0 { color: #839496; }
.solarized.base1 { color: #93a1a1; }
.solarized.base2 { color: #eee8d5; }
.solarized.base3 { color: #fdf6e3; }
.solarized.solar-yellow { color: #b58900; }
.solarized.solar-orange { color: #cb4b16; }
.solarized.solar-red { color: #dc322f; }
.solarized.solar-magenta { color: #d33682; }
.solarized.solar-violet { color: #6c71c4; }
.solarized.solar-blue { color: #268bd2; }
.solarized.solar-cyan { color: #2aa198; }
.solarized.solar-green { color: #859900; }
/* Color scheme for code-mirror */
.cm-s-solarized {
line-height: 1.45em;
color-profile: sRGB;
rendering-intent: auto;
}
.cm-s-solarized.cm-s-dark {
color: #839496;
background-color: #002b36;
}
.cm-s-solarized.cm-s-light {
background-color: #fdf6e3;
color: #657b83;
}
.cm-s-solarized .CodeMirror-widget {
text-shadow: none;
}
.cm-s-solarized .cm-header { color: #586e75; }
.cm-s-solarized .cm-quote { color: #93a1a1; }
.cm-s-solarized .cm-keyword { color: #cb4b16; }
.cm-s-solarized .cm-atom { color: #d33682; }
.cm-s-solarized .cm-number { color: #d33682; }
.cm-s-solarized .cm-def { color: #2aa198; }
.cm-s-solarized .cm-variable { color: #839496; }
.cm-s-solarized .cm-variable-2 { color: #b58900; }
.cm-s-solarized .cm-variable-3, .cm-s-solarized .cm-type { color: #6c71c4; }
.cm-s-solarized .cm-property { color: #2aa198; }
.cm-s-solarized .cm-operator { color: #6c71c4; }
.cm-s-solarized .cm-comment { color: #586e75; font-style:italic; }
.cm-s-solarized .cm-string { color: #859900; }
.cm-s-solarized .cm-string-2 { color: #b58900; }
.cm-s-solarized .cm-meta { color: #859900; }
.cm-s-solarized .cm-qualifier { color: #b58900; }
.cm-s-solarized .cm-builtin { color: #d33682; }
.cm-s-solarized .cm-bracket { color: #cb4b16; }
.cm-s-solarized .CodeMirror-matchingbracket { color: #859900; }
.cm-s-solarized .CodeMirror-nonmatchingbracket { color: #dc322f; }
.cm-s-solarized .cm-tag { color: #93a1a1; }
.cm-s-solarized .cm-attribute { color: #2aa198; }
.cm-s-solarized .cm-hr {
color: transparent;
border-top: 1px solid #586e75;
display: block;
}
.cm-s-solarized .cm-link { color: #93a1a1; cursor: pointer; }
.cm-s-solarized .cm-special { color: #6c71c4; }
.cm-s-solarized .cm-em {
color: #999;
text-decoration: underline;
text-decoration-style: dotted;
}
.cm-s-solarized .cm-error,
.cm-s-solarized .cm-invalidchar {
color: #586e75;
border-bottom: 1px dotted #dc322f;
}
.cm-s-solarized.cm-s-dark div.CodeMirror-selected { background: #073642; }
.cm-s-solarized.cm-s-dark.CodeMirror ::selection { background: rgba(7, 54, 66, 0.99); }
.cm-s-solarized.cm-s-dark .CodeMirror-line::-moz-selection, .cm-s-dark .CodeMirror-line > span::-moz-selection, .cm-s-dark .CodeMirror-line > span > span::-moz-selection { background: rgba(7, 54, 66, 0.99); }
.cm-s-solarized.cm-s-light div.CodeMirror-selected { background: #eee8d5; }
.cm-s-solarized.cm-s-light .CodeMirror-line::selection, .cm-s-light .CodeMirror-line > span::selection, .cm-s-light .CodeMirror-line > span > span::selection { background: #eee8d5; }
.cm-s-solarized.cm-s-light .CodeMirror-line::-moz-selection, .cm-s-light .CodeMirror-line > span::-moz-selection, .cm-s-light .CodeMirror-line > span > span::-moz-selection { background: #eee8d5; }
/* Editor styling */
/* Little shadow on the view-port of the buffer view */
.cm-s-solarized.CodeMirror {
-moz-box-shadow: inset 7px 0 12px -6px #000;
-webkit-box-shadow: inset 7px 0 12px -6px #000;
box-shadow: inset 7px 0 12px -6px #000;
}
/* Remove gutter border */
.cm-s-solarized .CodeMirror-gutters {
border-right: 0;
}
/* Gutter colors and line number styling based of color scheme (dark / light) */
/* Dark */
.cm-s-solarized.cm-s-dark .CodeMirror-gutters {
background-color: #073642;
}
.cm-s-solarized.cm-s-dark .CodeMirror-linenumber {
color: #586e75;
}
/* Light */
.cm-s-solarized.cm-s-light .CodeMirror-gutters {
background-color: #eee8d5;
}
.cm-s-solarized.cm-s-light .CodeMirror-linenumber {
color: #839496;
}
/* Common */
.cm-s-solarized .CodeMirror-linenumber {
padding: 0 5px;
}
.cm-s-solarized .CodeMirror-guttermarker-subtle { color: #586e75; }
.cm-s-solarized.cm-s-dark .CodeMirror-guttermarker { color: #ddd; }
.cm-s-solarized.cm-s-light .CodeMirror-guttermarker { color: #cb4b16; }
.cm-s-solarized .CodeMirror-gutter .CodeMirror-gutter-text {
color: #586e75;
}
/* Cursor */
.cm-s-solarized .CodeMirror-cursor { border-left: 1px solid #819090; }
/* Fat cursor */
.cm-s-solarized.cm-s-light.cm-fat-cursor .CodeMirror-cursor { background: #77ee77; }
.cm-s-solarized.cm-s-light .cm-animate-fat-cursor { background-color: #77ee77; }
.cm-s-solarized.cm-s-dark.cm-fat-cursor .CodeMirror-cursor { background: #586e75; }
.cm-s-solarized.cm-s-dark .cm-animate-fat-cursor { background-color: #586e75; }
/* Active line */
.cm-s-solarized.cm-s-dark .CodeMirror-activeline-background {
background: rgba(255, 255, 255, 0.06);
}
.cm-s-solarized.cm-s-light .CodeMirror-activeline-background {
background: rgba(0, 0, 0, 0.06);
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| 3024-day.css | File | 1.94 KB | 0644 |
|
| 3024-night.css | File | 2.03 KB | 0644 |
|
| abbott.css | File | 7.52 KB | 0644 |
|
| abcdef.css | File | 1.92 KB | 0644 |
|
| ambiance-mobile.css | File | 103 B | 0644 |
|
| ambiance.css | File | 25.87 KB | 0644 |
|
| ayu-dark.css | File | 2.36 KB | 0644 |
|
| ayu-mirage.css | File | 2.48 KB | 0644 |
|
| base16-dark.css | File | 2.24 KB | 0644 |
|
| base16-light.css | File | 2.07 KB | 0644 |
|
| bespin.css | File | 1.38 KB | 0644 |
|
| blackboard.css | File | 1.89 KB | 0644 |
|
| cobalt.css | File | 1.69 KB | 0644 |
|
| colorforth.css | File | 1.64 KB | 0644 |
|
| darcula.css | File | 2.62 KB | 0644 |
|
| dracula.css | File | 1.99 KB | 0644 |
|
| duotone-dark.css | File | 2.55 KB | 0644 |
|
| duotone-light.css | File | 2.66 KB | 0644 |
|
| eclipse.css | File | 1.16 KB | 0644 |
|
| elegant.css | File | 781 B | 0644 |
|
| erlang-dark.css | File | 2.23 KB | 0644 |
|
| gruvbox-dark.css | File | 1.87 KB | 0644 |
|
| hopscotch.css | File | 1.43 KB | 0644 |
|
| icecoder.css | File | 2.46 KB | 0644 |
|
| idea.css | File | 1.63 KB | 0644 |
|
| isotope.css | File | 1.41 KB | 0644 |
|
| juejin.css | File | 517 B | 0644 |
|
| lesser-dark.css | File | 2.58 KB | 0644 |
|
| liquibyte.css | File | 3.9 KB | 0644 |
|
| lucario.css | File | 1.87 KB | 0644 |
|
| material-darker.css | File | 2.55 KB | 0644 |
|
| material-ocean.css | File | 2.7 KB | 0644 |
|
| material-palenight.css | File | 2.85 KB | 0644 |
|
| material.css | File | 2.47 KB | 0644 |
|
| mbo.css | File | 2.06 KB | 0644 |
|
| mdn-like.css | File | 5.07 KB | 0644 |
|
| midnight.css | File | 1.81 KB | 0644 |
|
| monokai.css | File | 2.13 KB | 0644 |
|
| moxer.css | File | 2.31 KB | 0644 |
|
| neat.css | File | 688 B | 0644 |
|
| neo.css | File | 947 B | 0644 |
|
| night.css | File | 1.71 KB | 0644 |
|
| nord.css | File | 2.04 KB | 0644 |
|
| oceanic-next.css | File | 2.38 KB | 0644 |
|
| panda-syntax.css | File | 1.76 KB | 0644 |
|
| paraiso-dark.css | File | 2.03 KB | 0644 |
|
| paraiso-light.css | File | 2.03 KB | 0644 |
|
| pastel-on-dark.css | File | 2.43 KB | 0644 |
|
| railscasts.css | File | 1.48 KB | 0644 |
|
| rubyblue.css | File | 1.76 KB | 0644 |
|
| seti.css | File | 1.96 KB | 0644 |
|
| shadowfox.css | File | 2.38 KB | 0644 |
|
| solarized.css | File | 5.21 KB | 0644 |
|
| ssms.css | File | 751 B | 0644 |
|
| the-matrix.css | File | 1.89 KB | 0644 |
|
| tomorrow-night-bright.css | File | 1.73 KB | 0644 |
|
| tomorrow-night-eighties.css | File | 2.38 KB | 0644 |
|
| ttcn.css | File | 2.38 KB | 0644 |
|
| twilight.css | File | 2.11 KB | 0644 |
|
| vibrant-ink.css | File | 2.09 KB | 0644 |
|
| xq-dark.css | File | 2.96 KB | 0644 |
|
| xq-light.css | File | 2.2 KB | 0644 |
|
| yeti.css | File | 1.84 KB | 0644 |
|
| yonce.css | File | 3 KB | 0644 |
|
| zenburn.css | File | 1.95 KB | 0644 |
|