Changeset 3617:bb465743f804 for admin/js/codemirror/theme
- Timestamp:
- 12/11/17 15:59:17 (8 years ago)
- Branch:
- default
- Location:
- admin/js/codemirror/theme
- Files:
-
- 29 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/codemirror/theme/abcdef.css
r3251 r3617 15 15 .cm-s-abcdef span.cm-variable { color: #abcdef; } 16 16 .cm-s-abcdef span.cm-variable-2 { color: #cacbcc; } 17 .cm-s-abcdef span.cm-variable-3 { color: #def; }17 .cm-s-abcdef span.cm-variable-3, .cm-s-abcdef span.cm-type { color: #def; } 18 18 .cm-s-abcdef span.cm-property { color: #fedcba; } 19 19 .cm-s-abcdef span.cm-operator { color: #ff0; } -
admin/js/codemirror/theme/ambiance.css
r3251 r3617 12 12 .cm-s-ambiance .cm-variable { color: #ffb795; } 13 13 .cm-s-ambiance .cm-variable-2 { color: #eed1b3; } 14 .cm-s-ambiance .cm-variable-3 { color: #faded3; }14 .cm-s-ambiance .cm-variable-3, .cm-s-ambiance .cm-type { color: #faded3; } 15 15 .cm-s-ambiance .cm-property { color: #eed1b3; } 16 16 .cm-s-ambiance .cm-operator { color: #fa8d6a; } -
admin/js/codemirror/theme/cobalt.css
r3251 r3617 16 16 .cm-s-cobalt span.cm-meta { color: #ff9d00; } 17 17 .cm-s-cobalt span.cm-variable-2, .cm-s-cobalt span.cm-tag { color: #9effff; } 18 .cm-s-cobalt span.cm-variable-3, .cm-s-cobalt span.cm-def { color: white; }18 .cm-s-cobalt span.cm-variable-3, .cm-s-cobalt span.cm-def, .cm-s-cobalt .cm-type { color: white; } 19 19 .cm-s-cobalt span.cm-bracket { color: #d8d8d8; } 20 20 .cm-s-cobalt span.cm-builtin, .cm-s-cobalt span.cm-special { color: #ff9e59; } -
admin/js/codemirror/theme/colorforth.css
r3251 r3617 16 16 17 17 .cm-s-colorforth span.cm-variable-2 { color: #EEE; } 18 .cm-s-colorforth span.cm-variable-3 18 .cm-s-colorforth span.cm-variable-3, .cm-s-colorforth span.cm-type { color: #DDD; } 19 19 .cm-s-colorforth span.cm-property {} 20 20 .cm-s-colorforth span.cm-operator {} -
admin/js/codemirror/theme/dracula.css
r3532 r3617 35 35 .cm-s-dracula span.cm-property { color: #66d9ef; } 36 36 .cm-s-dracula span.cm-builtin { color: #50fa7b; } 37 .cm-s-dracula span.cm-variable-3 { color: #ffb86c; }37 .cm-s-dracula span.cm-variable-3, .cm-s-dracula span.cm-type { color: #ffb86c; } 38 38 39 39 .cm-s-dracula .CodeMirror-activeline-background { background: rgba(255,255,255,0.1); } -
admin/js/codemirror/theme/duotone-dark.css
r3532 r3617 25 25 .cm-s-duotone-dark span.cm-positive { color: #6a51e6; } 26 26 27 .cm-s-duotone-dark span.cm-variable-2, .cm-s-duotone-dark span.cm-variable-3, .cm-s-duotone-dark span.cm- string-2, .cm-s-duotone-dark span.cm-url { color: #7a63ee; }27 .cm-s-duotone-dark span.cm-variable-2, .cm-s-duotone-dark span.cm-variable-3, .cm-s-duotone-dark span.cm-type, .cm-s-duotone-dark span.cm-string-2, .cm-s-duotone-dark span.cm-url { color: #7a63ee; } 28 28 .cm-s-duotone-dark span.cm-def, .cm-s-duotone-dark span.cm-tag, .cm-s-duotone-dark span.cm-builtin, .cm-s-duotone-dark span.cm-qualifier, .cm-s-duotone-dark span.cm-header, .cm-s-duotone-dark span.cm-em { color: #eeebff; } 29 29 .cm-s-duotone-dark span.cm-bracket, .cm-s-duotone-dark span.cm-comment { color: #6c6783; } -
admin/js/codemirror/theme/duotone-light.css
r3532 r3617 24 24 .cm-s-duotone-light span.cm-positive { color: #896724; } 25 25 26 .cm-s-duotone-light span.cm-variable-2, .cm-s-duotone-light span.cm-variable-3, .cm-s-duotone-light span.cm- string-2, .cm-s-duotone-light span.cm-url { color: #896724; }26 .cm-s-duotone-light span.cm-variable-2, .cm-s-duotone-light span.cm-variable-3, .cm-s-duotone-light span.cm-type, .cm-s-duotone-light span.cm-string-2, .cm-s-duotone-light span.cm-url { color: #896724; } 27 27 .cm-s-duotone-light span.cm-def, .cm-s-duotone-light span.cm-tag, .cm-s-duotone-light span.cm-builtin, .cm-s-duotone-light span.cm-qualifier, .cm-s-duotone-light span.cm-header, .cm-s-duotone-light span.cm-em { color: #2d2006; } 28 28 .cm-s-duotone-light span.cm-bracket, .cm-s-duotone-light span.cm-comment { color: #b6ad9a; } -
admin/js/codemirror/theme/eclipse.css
r3251 r3617 6 6 .cm-s-eclipse span.cm-variable { color: black; } 7 7 .cm-s-eclipse span.cm-variable-2 { color: #0000C0; } 8 .cm-s-eclipse span.cm-variable-3 { color: #0000C0; }8 .cm-s-eclipse span.cm-variable-3, .cm-s-eclipse span.cm-type { color: #0000C0; } 9 9 .cm-s-eclipse span.cm-property { color: black; } 10 10 .cm-s-eclipse span.cm-operator { color: black; } -
admin/js/codemirror/theme/erlang-dark.css
r3251 r3617 28 28 .cm-s-erlang-dark span.cm-variable { color: #50fe50; } 29 29 .cm-s-erlang-dark span.cm-variable-2 { color: #e0e; } 30 .cm-s-erlang-dark span.cm-variable-3 { color: #ccc; }30 .cm-s-erlang-dark span.cm-variable-3, .cm-s-erlang-dark span.cm-type { color: #ccc; } 31 31 .cm-s-erlang-dark span.cm-error { color: #9d1e15; } 32 32 -
admin/js/codemirror/theme/icecoder.css
r3251 r3617 12 12 .cm-s-icecoder span.cm-variable { color: #6cb5d9; } /* blue */ 13 13 .cm-s-icecoder span.cm-variable-2 { color: #cc1e5c; } /* pink */ 14 .cm-s-icecoder span.cm-variable-3 { color: #f9602c; }/* orange */14 .cm-s-icecoder span.cm-variable-3, .cm-s-icecoder span.cm-type { color: #f9602c; } /* orange */ 15 15 16 16 .cm-s-icecoder span.cm-property { color: #eee; } /* off-white 1 */ -
admin/js/codemirror/theme/lesser-dark.css
r3251 r3617 28 28 .cm-s-lesser-dark span.cm-variable { color:#D9BF8C; } 29 29 .cm-s-lesser-dark span.cm-variable-2 { color: #669199; } 30 .cm-s-lesser-dark span.cm-variable-3 { color: white; }30 .cm-s-lesser-dark span.cm-variable-3, .cm-s-lesser-dark span.cm-type { color: white; } 31 31 .cm-s-lesser-dark span.cm-property { color: #92A75C; } 32 32 .cm-s-lesser-dark span.cm-operator { color: #92A75C; } -
admin/js/codemirror/theme/liquibyte.css
r3251 r3617 37 37 38 38 .cm-s-liquibyte span.cm-variable-2 { color: #007f7f; font-weight: bold; } 39 .cm-s-liquibyte span.cm-variable-3 39 .cm-s-liquibyte span.cm-variable-3, .cm-s-liquibyte span.cm-type { color: #c080ff; font-weight: bold; } 40 40 .cm-s-liquibyte span.cm-property { color: #999; font-weight: bold; } 41 41 .cm-s-liquibyte span.cm-operator { color: #fff; } … … 60 60 /* Scrollbars */ 61 61 /* Simple */ 62 .cm-s-liquibyte div.CodeMirror-simplescroll-horizontal div:hover, div.CodeMirror-simplescroll-vertical div:hover {62 .cm-s-liquibyte div.CodeMirror-simplescroll-horizontal div:hover, .cm-s-liquibyte div.CodeMirror-simplescroll-vertical div:hover { 63 63 background-color: rgba(80, 80, 80, .7); 64 64 } 65 .cm-s-liquibyte div.CodeMirror-simplescroll-horizontal div, div.CodeMirror-simplescroll-vertical div {65 .cm-s-liquibyte div.CodeMirror-simplescroll-horizontal div, .cm-s-liquibyte div.CodeMirror-simplescroll-vertical div { 66 66 background-color: rgba(80, 80, 80, .3); 67 67 border: 1px solid #404040; -
admin/js/codemirror/theme/material.css
r3532 r3617 28 28 .cm-s-material .cm-operator { color: rgba(233, 237, 237, 1); } 29 29 .cm-s-material .cm-variable-2 { color: #80CBC4; } 30 .cm-s-material .cm-variable-3 { color: #82B1FF; }30 .cm-s-material .cm-variable-3, .cm-s-material .cm-type { color: #82B1FF; } 31 31 .cm-s-material .cm-builtin { color: #DECB6B; } 32 32 .cm-s-material .cm-atom { color: #F77669; } … … 42 42 .cm-s-material .cm-property { color: #80CBAE; } 43 43 .cm-s-material .cm-qualifier { color: #DECB6B; } 44 .cm-s-material .cm-variable-3 { color: #DECB6B; }44 .cm-s-material .cm-variable-3, .cm-s-material .cm-type { color: #DECB6B; } 45 45 .cm-s-material .cm-tag { color: rgba(255, 83, 112, 1); } 46 46 .cm-s-material .cm-error { -
admin/js/codemirror/theme/mdn-like.css
r3251 r3617 22 22 .cm-s-mdn-like .cm-def { color: #8DA6CE; } 23 23 .cm-s-mdn-like span.cm-variable-2, .cm-s-mdn-like span.cm-tag { color: #690; } 24 .cm-s-mdn-like span.cm-variable-3, .cm-s-mdn-like span.cm-def { color: #07a; }24 .cm-s-mdn-like span.cm-variable-3, .cm-s-mdn-like span.cm-def, .cm-s-mdn-like span.cm-type { color: #07a; } 25 25 26 26 .cm-s-mdn-like .cm-variable { color: #07a; } -
admin/js/codemirror/theme/midnight.css
r3251 r3617 12 12 color: #D1EDFF; 13 13 } 14 15 .cm-s-midnight.CodeMirror { border-top: 1px solid black; border-bottom: 1px solid black; }16 14 17 15 .cm-s-midnight div.CodeMirror-selected { background: #314D67; } -
admin/js/codemirror/theme/monokai.css
r3251 r3617 22 22 .cm-s-monokai span.cm-variable { color: #f8f8f2; } 23 23 .cm-s-monokai span.cm-variable-2 { color: #9effff; } 24 .cm-s-monokai span.cm-variable-3 { color: #66d9ef; }24 .cm-s-monokai span.cm-variable-3, .cm-s-monokai span.cm-type { color: #66d9ef; } 25 25 .cm-s-monokai span.cm-def { color: #fd971f; } 26 26 .cm-s-monokai span.cm-bracket { color: #f8f8f2; } -
admin/js/codemirror/theme/night.css
r3251 r3617 18 18 .cm-s-night span.cm-meta { color: #7678e2; } 19 19 .cm-s-night span.cm-variable-2, .cm-s-night span.cm-tag { color: #99b2ff; } 20 .cm-s-night span.cm-variable-3, .cm-s-night span.cm-def { color: white; }20 .cm-s-night span.cm-variable-3, .cm-s-night span.cm-def, .cm-s-night span.cm-type { color: white; } 21 21 .cm-s-night span.cm-bracket { color: #8da6ce; } 22 22 .cm-s-night span.cm-builtin, .cm-s-night span.cm-special { color: #ff9e59; } -
admin/js/codemirror/theme/panda-syntax.css
r3532 r3617 53 53 color: #ff9ac1; 54 54 } 55 .cm-s-panda-syntax .cm-variable-3 {55 .cm-s-panda-syntax .cm-variable-3, .cm-s-panda-syntax .cm-type { 56 56 color: #ff9ac1; 57 57 } -
admin/js/codemirror/theme/pastel-on-dark.css
r3532 r3617 35 35 .cm-s-pastel-on-dark span.cm-variable { color: #AEB2F8; } 36 36 .cm-s-pastel-on-dark span.cm-variable-2 { color: #BEBF55; } 37 .cm-s-pastel-on-dark span.cm-variable-3 { color: #DE8E30; }37 .cm-s-pastel-on-dark span.cm-variable-3, .cm-s-pastel-on-dark span.cm-type { color: #DE8E30; } 38 38 .cm-s-pastel-on-dark span.cm-def { color: #757aD8; } 39 39 .cm-s-pastel-on-dark span.cm-bracket { color: #f8f8f2; } -
admin/js/codemirror/theme/rubyblue.css
r3251 r3617 16 16 .cm-s-rubyblue span.cm-meta { color: #F0F; } 17 17 .cm-s-rubyblue span.cm-variable-2, .cm-s-rubyblue span.cm-tag { color: #7BD827; } 18 .cm-s-rubyblue span.cm-variable-3, .cm-s-rubyblue span.cm-def { color: white; }18 .cm-s-rubyblue span.cm-variable-3, .cm-s-rubyblue span.cm-def, .cm-s-rubyblue span.cm-type { color: white; } 19 19 .cm-s-rubyblue span.cm-bracket { color: #F0F; } 20 20 .cm-s-rubyblue span.cm-link { color: #F4C20B; } -
admin/js/codemirror/theme/seti.css
r3251 r3617 39 39 .cm-s-seti span.cm-qualifier { color: #9fca56; } 40 40 .cm-s-seti span.cm-property { color: #a074c4; } 41 .cm-s-seti span.cm-variable-3 { color: #9fca56; }41 .cm-s-seti span.cm-variable-3, .cm-s-seti span.cm-type { color: #9fca56; } 42 42 .cm-s-seti span.cm-builtin { color: #9fca56; } 43 43 .cm-s-seti .CodeMirror-activeline-background { background: #101213; } -
admin/js/codemirror/theme/solarized.css
r3532 r3617 58 58 .cm-s-solarized .cm-variable { color: #839496; } 59 59 .cm-s-solarized .cm-variable-2 { color: #b58900; } 60 .cm-s-solarized .cm-variable-3 { color: #6c71c4; }60 .cm-s-solarized .cm-variable-3, .cm-s-solarized .cm-type { color: #6c71c4; } 61 61 62 62 .cm-s-solarized .cm-property { color: #2aa198; } … … 88 88 text-decoration-style: dotted; 89 89 } 90 .cm-s-solarized .cm-strong { color: #eee; }91 90 .cm-s-solarized .cm-error, 92 91 .cm-s-solarized .cm-invalidchar { -
admin/js/codemirror/theme/the-matrix.css
r3251 r3617 15 15 .cm-s-the-matrix span.cm-variable { color: #F6C; } 16 16 .cm-s-the-matrix span.cm-variable-2 { color: #C6F; } 17 .cm-s-the-matrix span.cm-variable-3 { color: #96F; }17 .cm-s-the-matrix span.cm-variable-3, .cm-s-the-matrix span.cm-type { color: #96F; } 18 18 .cm-s-the-matrix span.cm-property { color: #62FFA0; } 19 19 .cm-s-the-matrix span.cm-operator { color: #999; } -
admin/js/codemirror/theme/ttcn.css
r3251 r3617 30 30 .cm-s-ttcn .cm-variable { color: #8B2252; } 31 31 .cm-s-ttcn .cm-variable-2 { color: #05a; } 32 .cm-s-ttcn .cm-variable-3 { color: #085; }32 .cm-s-ttcn .cm-variable-3, .cm-s-ttcn .cm-type { color: #085; } 33 33 34 34 .cm-s-ttcn .cm-invalidchar { color: #f00; } -
admin/js/codemirror/theme/twilight.css
r3251 r3617 15 15 .cm-s-twilight .cm-def { color: #8DA6CE; } 16 16 .cm-s-twilight span.cm-variable-2, .cm-s-twilight span.cm-tag { color: #607392; } /**/ 17 .cm-s-twilight span.cm-variable-3, .cm-s-twilight span.cm-def { color: #607392; } /**/17 .cm-s-twilight span.cm-variable-3, .cm-s-twilight span.cm-def, .cm-s-twilight span.cm-type { color: #607392; } /**/ 18 18 .cm-s-twilight .cm-operator { color: #cda869; } /**/ 19 19 .cm-s-twilight .cm-comment { color:#777; font-style:italic; font-weight:normal; } /**/ -
admin/js/codemirror/theme/vibrant-ink.css
r3251 r3617 17 17 .cm-s-vibrant-ink .cm-def { color: #8DA6CE; } 18 18 .cm-s-vibrant-ink span.cm-variable-2, .cm-s-vibrant span.cm-tag { color: #FFC66D; } 19 .cm-s-vibrant-ink span.cm-variable-3, .cm-s-vibrant span.cm-def { color: #FFC66D; }19 .cm-s-vibrant-ink span.cm-variable-3, .cm-s-vibrant span.cm-def, .cm-s-vibrant span.cm-type { color: #FFC66D; } 20 20 .cm-s-vibrant-ink .cm-operator { color: #888; } 21 21 .cm-s-vibrant-ink .cm-comment { color: gray; font-weight: bold; } -
admin/js/codemirror/theme/xq-dark.css
r3251 r3617 37 37 .cm-s-xq-dark span.cm-variable { color: #FFF; } 38 38 .cm-s-xq-dark span.cm-variable-2 { color: #EEE; } 39 .cm-s-xq-dark span.cm-variable-3 { color: #DDD; }39 .cm-s-xq-dark span.cm-variable-3, .cm-s-xq-dark span.cm-type { color: #DDD; } 40 40 .cm-s-xq-dark span.cm-property {} 41 41 .cm-s-xq-dark span.cm-operator {} -
admin/js/codemirror/theme/xq-light.css
r3251 r3617 27 27 .cm-s-xq-light span.cm-variable { color: black; } 28 28 .cm-s-xq-light span.cm-variable-2 { color:black; } 29 .cm-s-xq-light span.cm-variable-3 { color: black; }29 .cm-s-xq-light span.cm-variable-3, .cm-s-xq-light span.cm-type { color: black; } 30 30 .cm-s-xq-light span.cm-property {} 31 31 .cm-s-xq-light span.cm-operator {} -
admin/js/codemirror/theme/yeti.css
r3251 r3617 40 40 .cm-s-yeti span.cm-property { color: #a074c4; } 41 41 .cm-s-yeti span.cm-builtin { color: #a074c4; } 42 .cm-s-yeti span.cm-variable-3 { color: #96c0d8; }42 .cm-s-yeti span.cm-variable-3, .cm-s-yeti span.cm-type { color: #96c0d8; } 43 43 .cm-s-yeti .CodeMirror-activeline-background { background: #E7E4E0; } 44 44 .cm-s-yeti .CodeMirror-matchingbracket { text-decoration: underline; }
Note: See TracChangeset
for help on using the changeset viewer.