選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

github-light.css 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. /*
  2. Copyright 2014 GitHub Inc.
  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. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. */
  13. .pl-c /* comment */ {
  14. color: #969896;
  15. }
  16. .pl-c1 /* constant, markup.raw, meta.diff.header, meta.module-reference, meta.property-name, support, support.constant, support.variable, variable.other.constant */,
  17. .pl-s .pl-v /* string variable */ {
  18. color: #0086b3;
  19. }
  20. .pl-e /* entity */,
  21. .pl-en /* entity.name */ {
  22. color: #795da3;
  23. }
  24. .pl-s .pl-s1 /* string source */,
  25. .pl-smi /* storage.modifier.import, storage.modifier.package, storage.type.java, variable.other, variable.parameter.function */ {
  26. color: #333;
  27. }
  28. .pl-ent /* entity.name.tag */ {
  29. color: #63a35c;
  30. }
  31. .pl-k /* keyword, storage, storage.type */ {
  32. color: #a71d5d;
  33. }
  34. .pl-pds /* punctuation.definition.string, string.regexp.character-class */,
  35. .pl-s /* string */,
  36. .pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */,
  37. .pl-sr /* string.regexp */,
  38. .pl-sr .pl-cce /* string.regexp constant.character.escape */,
  39. .pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */,
  40. .pl-sr .pl-sre /* string.regexp source.ruby.embedded */ {
  41. color: #183691;
  42. }
  43. .pl-v /* variable */ {
  44. color: #ed6a43;
  45. }
  46. .pl-id /* invalid.deprecated */ {
  47. color: #b52a1d;
  48. }
  49. .pl-ii /* invalid.illegal */ {
  50. background-color: #b52a1d;
  51. color: #f8f8f8;
  52. }
  53. .pl-sr .pl-cce /* string.regexp constant.character.escape */ {
  54. color: #63a35c;
  55. font-weight: bold;
  56. }
  57. .pl-ml /* markup.list */ {
  58. color: #693a17;
  59. }
  60. .pl-mh /* markup.heading */,
  61. .pl-mh .pl-en /* markup.heading entity.name */,
  62. .pl-ms /* meta.separator */ {
  63. color: #1d3e81;
  64. font-weight: bold;
  65. }
  66. .pl-mq /* markup.quote */ {
  67. color: #008080;
  68. }
  69. .pl-mi /* markup.italic */ {
  70. color: #333;
  71. font-style: italic;
  72. }
  73. .pl-mb /* markup.bold */ {
  74. color: #333;
  75. font-weight: bold;
  76. }
  77. .pl-md /* markup.deleted, meta.diff.header.from-file */ {
  78. background-color: #ffecec;
  79. color: #bd2c00;
  80. }
  81. .pl-mi1 /* markup.inserted, meta.diff.header.to-file */ {
  82. background-color: #eaffea;
  83. color: #55a532;
  84. }
  85. .pl-mdr /* meta.diff.range */ {
  86. color: #795da3;
  87. font-weight: bold;
  88. }
  89. .pl-mo /* meta.output */ {
  90. color: #1d3e81;
  91. }