istio.io/istio@v0.0.0-20240520182934-d79c90f27776/pkg/ctrlz/assets/static/css/dark_syntax-1.14.0.css (about)

     1  /* // Copyright Istio Authors */
     2  /* // */
     3  /* // Licensed under the Apache License, Version 2.0 (the "License"); */
     4  /* // you may not use this file except in compliance with the License. */
     5  /* // You may obtain a copy of the License at */
     6  /* // */
     7  /* //     http://www.apache.org/licenses/LICENSE-2.0 */
     8  /* // */
     9  /* // Unless required by applicable law or agreed to in writing, software */
    10  /* // distributed under the License is distributed on an "AS IS" BASIS, */
    11  /* // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. */
    12  /* // See the License for the specific language governing permissions and */
    13  /* // limitations under the License. */
    14  
    15  /* PrismJS 1.14.0
    16  http://prismjs.com/download.html#themes=prism-tomorrow&languages=clike+javascript+bash+docker+go+java+protobuf+python+yaml */
    17  /**
    18   * prism.js tomorrow night eighties for JavaScript, CoffeeScript, CSS and HTML
    19   * Based on https://github.com/chriskempson/tomorrow-theme
    20   * @author Rose Pritchard
    21   */
    22  
    23  .token.comment,
    24  .token.block-comment,
    25  .token.prolog,
    26  .token.doctype,
    27  .token.cdata {
    28      color: #999;
    29  }
    30  
    31  .token.punctuation {
    32      color: #ccc;
    33  }
    34  
    35  .token.tag,
    36  .token.attr-name,
    37  .token.namespace,
    38  .token.deleted {
    39      color: #e2777a;
    40  }
    41  
    42  .token.function-name {
    43      color: #6196cc;
    44  }
    45  
    46  .token.boolean,
    47  .token.number,
    48  .token.function {
    49      color: #f08d49;
    50  }
    51  
    52  .token.property,
    53  .token.class-name,
    54  .token.constant,
    55  .token.symbol {
    56      color: #f8c555;
    57  }
    58  
    59  .token.selector,
    60  .token.important,
    61  .token.atrule,
    62  .token.keyword,
    63  .token.builtin {
    64      color: #cc99cd;
    65  }
    66  
    67  .token.string,
    68  .token.char,
    69  .token.attr-value,
    70  .token.regex,
    71  .token.variable {
    72      color: #7ec699;
    73  }
    74  
    75  .token.operator,
    76  .token.entity,
    77  .token.url {
    78      color: #67cdcc;
    79  }
    80  
    81  .token.important,
    82  .token.bold {
    83      font-weight: bold;
    84  }
    85  .token.italic {
    86      font-style: italic;
    87  }
    88  
    89  .token.entity {
    90      cursor: help;
    91  }
    92  
    93  .token.inserted {
    94      color: green;
    95  }
    96