Attachment 'github-dark.css'

Download

   1 /*
   2    Copyright 2014 GitHub Inc.
   3 
   4    Licensed under the Apache License, Version 2.0 (the "License");
   5    you may not use this file except in compliance with the License.
   6    You may obtain a copy of the License at
   7 
   8        http://www.apache.org/licenses/LICENSE-2.0
   9 
  10    Unless required by applicable law or agreed to in writing, software
  11    distributed under the License is distributed on an "AS IS" BASIS,
  12    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13    See the License for the specific language governing permissions and
  14    limitations under the License.
  15 
  16 */
  17 
  18 .pl-c /* comment */ {
  19   color: #969896;
  20 }
  21 
  22 .pl-c1      /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */,
  23 .pl-s .pl-v /* string variable */ {
  24   color: #0099cd;
  25 }
  26 
  27 .pl-e  /* entity */,
  28 .pl-en /* entity.name */ {
  29   color: #9774cb;
  30 }
  31 
  32 .pl-s .pl-s1 /* string source */,
  33 .pl-smi      /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ {
  34   color: #ddd;
  35 }
  36 
  37 .pl-ent /* entity.name.tag */ {
  38   color: #7bcc72;
  39 }
  40 
  41 .pl-k /* keyword, storage, storage.type */ {
  42   color: #cc2372;
  43 }
  44 
  45 .pl-pds              /* punctuation.definition.string, string.regexp.character-class */,
  46 .pl-s                /* string */,
  47 .pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
  48 .pl-sr               /* string.regexp */,
  49 .pl-sr .pl-cce       /* string.regexp constant.character.escape */,
  50 .pl-sr .pl-sra       /* string.regexp string.regexp.arbitrary-repitition */,
  51 .pl-sr .pl-sre       /* string.regexp source.ruby.embedded */ {
  52   color: #3c66e2;
  53 }
  54 
  55 .pl-v /* variable */ {
  56   color: #fb8764;
  57 }
  58 
  59 .pl-id /* invalid.deprecated */ {
  60   color: #e63525;
  61 }
  62 
  63 .pl-ii /* invalid.illegal */ {
  64   background-color: #e63525;
  65   color: #f8f8f8;
  66 }
  67 
  68 .pl-sr .pl-cce /* string.regexp constant.character.escape */ {
  69   color: #7bcc72;
  70   font-weight: bold;
  71 }
  72 
  73 .pl-ml /* markup.list */ {
  74   color: #c26b2b;
  75 }
  76 
  77 .pl-mh        /* markup.heading */,
  78 .pl-mh .pl-en /* markup.heading entity.name */,
  79 .pl-ms        /* meta.separator */ {
  80   color: #264ec5;
  81   font-weight: bold;
  82 }
  83 
  84 .pl-mq /* markup.quote */ {
  85   color: #00acac;
  86 }
  87 
  88 .pl-mi /* markup.italic */ {
  89   color: #ddd;
  90   font-style: italic;
  91 }
  92 
  93 .pl-mb /* markup.bold */ {
  94   color: #ddd;
  95   font-weight: bold;
  96 }
  97 
  98 .pl-md /* markup.deleted, meta.diff.header.from-file */ {
  99   background-color: #ffecec;
 100   color: #bd2c00;
 101 }
 102 
 103 .pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
 104   background-color: #eaffea;
 105   color: #55a532;
 106 }
 107 
 108 .pl-mdr /* meta.diff.range */ {
 109   color: #9774cb;
 110   font-weight: bold;
 111 }
 112 
 113 .pl-mo /* meta.output */ {
 114   color: #264ec5;
 115 }

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.

You are not allowed to attach a file to this page.