Dotclear


Ignore:
Timestamp:
12/11/17 15:59:17 (8 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Update CodeMirror? from 5.25.1 to 5.32.1

Location:
admin/js/codemirror/theme
Files:
29 edited

Legend:

Unmodified
Added
Removed
  • admin/js/codemirror/theme/abcdef.css

    r3251 r3617  
    1515.cm-s-abcdef span.cm-variable { color: #abcdef; } 
    1616.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; } 
    1818.cm-s-abcdef span.cm-property { color: #fedcba; } 
    1919.cm-s-abcdef span.cm-operator { color: #ff0; } 
  • admin/js/codemirror/theme/ambiance.css

    r3251 r3617  
    1212.cm-s-ambiance .cm-variable { color: #ffb795; } 
    1313.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; } 
    1515.cm-s-ambiance .cm-property { color: #eed1b3; } 
    1616.cm-s-ambiance .cm-operator { color: #fa8d6a; } 
  • admin/js/codemirror/theme/cobalt.css

    r3251 r3617  
    1616.cm-s-cobalt span.cm-meta { color: #ff9d00; } 
    1717.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; } 
    1919.cm-s-cobalt span.cm-bracket { color: #d8d8d8; } 
    2020.cm-s-cobalt span.cm-builtin, .cm-s-cobalt span.cm-special { color: #ff9e59; } 
  • admin/js/codemirror/theme/colorforth.css

    r3251 r3617  
    1616 
    1717.cm-s-colorforth span.cm-variable-2  { color: #EEE; } 
    18 .cm-s-colorforth span.cm-variable-3  { color: #DDD; } 
     18.cm-s-colorforth span.cm-variable-3, .cm-s-colorforth span.cm-type { color: #DDD; } 
    1919.cm-s-colorforth span.cm-property    {} 
    2020.cm-s-colorforth span.cm-operator    {} 
  • admin/js/codemirror/theme/dracula.css

    r3532 r3617  
    3535.cm-s-dracula span.cm-property { color: #66d9ef; } 
    3636.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; } 
    3838 
    3939.cm-s-dracula .CodeMirror-activeline-background { background: rgba(255,255,255,0.1); } 
  • admin/js/codemirror/theme/duotone-dark.css

    r3532 r3617  
    2525.cm-s-duotone-dark span.cm-positive { color: #6a51e6; } 
    2626 
    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; } 
    2828.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; } 
    2929.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  
    2424.cm-s-duotone-light span.cm-positive { color: #896724; } 
    2525 
    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; } 
    2727.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; } 
    2828.cm-s-duotone-light span.cm-bracket, .cm-s-duotone-light span.cm-comment { color: #b6ad9a; } 
  • admin/js/codemirror/theme/eclipse.css

    r3251 r3617  
    66.cm-s-eclipse span.cm-variable { color: black; } 
    77.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; } 
    99.cm-s-eclipse span.cm-property { color: black; } 
    1010.cm-s-eclipse span.cm-operator { color: black; } 
  • admin/js/codemirror/theme/erlang-dark.css

    r3251 r3617  
    2828.cm-s-erlang-dark span.cm-variable   { color: #50fe50; } 
    2929.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; } 
    3131.cm-s-erlang-dark span.cm-error      { color: #9d1e15; } 
    3232 
  • admin/js/codemirror/theme/icecoder.css

    r3251 r3617  
    1212.cm-s-icecoder span.cm-variable { color: #6cb5d9; }                /* blue */ 
    1313.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 */ 
    1515 
    1616.cm-s-icecoder span.cm-property { color: #eee; }                   /* off-white 1 */ 
  • admin/js/codemirror/theme/lesser-dark.css

    r3251 r3617  
    2828.cm-s-lesser-dark span.cm-variable { color:#D9BF8C; } 
    2929.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; } 
    3131.cm-s-lesser-dark span.cm-property { color: #92A75C; } 
    3232.cm-s-lesser-dark span.cm-operator { color: #92A75C; } 
  • admin/js/codemirror/theme/liquibyte.css

    r3251 r3617  
    3737 
    3838.cm-s-liquibyte span.cm-variable-2  { color: #007f7f; font-weight: bold; } 
    39 .cm-s-liquibyte span.cm-variable-3  { color: #c080ff; font-weight: bold; } 
     39.cm-s-liquibyte span.cm-variable-3, .cm-s-liquibyte span.cm-type { color: #c080ff; font-weight: bold; } 
    4040.cm-s-liquibyte span.cm-property    { color: #999; font-weight: bold; } 
    4141.cm-s-liquibyte span.cm-operator    { color: #fff; } 
     
    6060/* Scrollbars */ 
    6161/* 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 { 
    6363     background-color: rgba(80, 80, 80, .7); 
    6464} 
    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 { 
    6666     background-color: rgba(80, 80, 80, .3); 
    6767     border: 1px solid #404040; 
  • admin/js/codemirror/theme/material.css

    r3532 r3617  
    2828.cm-s-material .cm-operator { color: rgba(233, 237, 237, 1); } 
    2929.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; } 
    3131.cm-s-material .cm-builtin { color: #DECB6B; } 
    3232.cm-s-material .cm-atom { color: #F77669; } 
     
    4242.cm-s-material .cm-property { color: #80CBAE; } 
    4343.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; } 
    4545.cm-s-material .cm-tag { color: rgba(255, 83, 112, 1); } 
    4646.cm-s-material .cm-error { 
  • admin/js/codemirror/theme/mdn-like.css

    r3251 r3617  
    2222.cm-s-mdn-like .cm-def { color: #8DA6CE; } 
    2323.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; } 
    2525 
    2626.cm-s-mdn-like .cm-variable { color: #07a; } 
  • admin/js/codemirror/theme/midnight.css

    r3251 r3617  
    1212    color: #D1EDFF; 
    1313} 
    14  
    15 .cm-s-midnight.CodeMirror { border-top: 1px solid black; border-bottom: 1px solid black; } 
    1614 
    1715.cm-s-midnight div.CodeMirror-selected { background: #314D67; } 
  • admin/js/codemirror/theme/monokai.css

    r3251 r3617  
    2222.cm-s-monokai span.cm-variable { color: #f8f8f2; } 
    2323.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; } 
    2525.cm-s-monokai span.cm-def { color: #fd971f; } 
    2626.cm-s-monokai span.cm-bracket { color: #f8f8f2; } 
  • admin/js/codemirror/theme/night.css

    r3251 r3617  
    1818.cm-s-night span.cm-meta { color: #7678e2; } 
    1919.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; } 
    2121.cm-s-night span.cm-bracket { color: #8da6ce; } 
    2222.cm-s-night span.cm-builtin, .cm-s-night span.cm-special { color: #ff9e59; } 
  • admin/js/codemirror/theme/panda-syntax.css

    r3532 r3617  
    5353     color: #ff9ac1; 
    5454} 
    55 .cm-s-panda-syntax .cm-variable-3 { 
     55.cm-s-panda-syntax .cm-variable-3, .cm-s-panda-syntax .cm-type { 
    5656     color: #ff9ac1; 
    5757} 
  • admin/js/codemirror/theme/pastel-on-dark.css

    r3532 r3617  
    3535.cm-s-pastel-on-dark span.cm-variable { color: #AEB2F8; } 
    3636.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; } 
    3838.cm-s-pastel-on-dark span.cm-def { color: #757aD8; } 
    3939.cm-s-pastel-on-dark span.cm-bracket { color: #f8f8f2; } 
  • admin/js/codemirror/theme/rubyblue.css

    r3251 r3617  
    1616.cm-s-rubyblue span.cm-meta { color: #F0F; } 
    1717.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; } 
    1919.cm-s-rubyblue span.cm-bracket { color: #F0F; } 
    2020.cm-s-rubyblue span.cm-link { color: #F4C20B; } 
  • admin/js/codemirror/theme/seti.css

    r3251 r3617  
    3939.cm-s-seti span.cm-qualifier { color: #9fca56; } 
    4040.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; } 
    4242.cm-s-seti span.cm-builtin { color: #9fca56; } 
    4343.cm-s-seti .CodeMirror-activeline-background { background: #101213; } 
  • admin/js/codemirror/theme/solarized.css

    r3532 r3617  
    5858.cm-s-solarized .cm-variable { color: #839496; } 
    5959.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; } 
    6161 
    6262.cm-s-solarized .cm-property { color: #2aa198; } 
     
    8888  text-decoration-style: dotted; 
    8989} 
    90 .cm-s-solarized .cm-strong { color: #eee; } 
    9190.cm-s-solarized .cm-error, 
    9291.cm-s-solarized .cm-invalidchar { 
  • admin/js/codemirror/theme/the-matrix.css

    r3251 r3617  
    1515.cm-s-the-matrix span.cm-variable { color: #F6C; } 
    1616.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; } 
    1818.cm-s-the-matrix span.cm-property { color: #62FFA0; } 
    1919.cm-s-the-matrix span.cm-operator { color: #999; } 
  • admin/js/codemirror/theme/ttcn.css

    r3251 r3617  
    3030.cm-s-ttcn .cm-variable { color: #8B2252; } 
    3131.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; } 
    3333 
    3434.cm-s-ttcn .cm-invalidchar { color: #f00; } 
  • admin/js/codemirror/theme/twilight.css

    r3251 r3617  
    1515.cm-s-twilight .cm-def { color: #8DA6CE; } 
    1616.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; } /**/ 
    1818.cm-s-twilight .cm-operator { color: #cda869; } /**/ 
    1919.cm-s-twilight .cm-comment { color:#777; font-style:italic; font-weight:normal; } /**/ 
  • admin/js/codemirror/theme/vibrant-ink.css

    r3251 r3617  
    1717.cm-s-vibrant-ink .cm-def { color: #8DA6CE; } 
    1818.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; } 
    2020.cm-s-vibrant-ink .cm-operator { color: #888; } 
    2121.cm-s-vibrant-ink .cm-comment { color: gray; font-weight: bold; } 
  • admin/js/codemirror/theme/xq-dark.css

    r3251 r3617  
    3737.cm-s-xq-dark span.cm-variable { color: #FFF; } 
    3838.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; } 
    4040.cm-s-xq-dark span.cm-property {} 
    4141.cm-s-xq-dark span.cm-operator {} 
  • admin/js/codemirror/theme/xq-light.css

    r3251 r3617  
    2727.cm-s-xq-light span.cm-variable { color: black; } 
    2828.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; } 
    3030.cm-s-xq-light span.cm-property {} 
    3131.cm-s-xq-light span.cm-operator {} 
  • admin/js/codemirror/theme/yeti.css

    r3251 r3617  
    4040.cm-s-yeti span.cm-property { color: #a074c4; } 
    4141.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; } 
    4343.cm-s-yeti .CodeMirror-activeline-background { background: #E7E4E0; } 
    4444.cm-s-yeti .CodeMirror-matchingbracket { text-decoration: underline; } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map