CSS   320
tomorrow night css
Guest on 12th August 2022 12:42:26 AM


  1. /*
  2. Name: Tomorrow Night
  3. Description: Based on https://github.com/ChrisKempson/Tomorrow-Theme/
  4. Version: 1.1
  5. Author: Aram Kocharyan
  6. */
  7. .crayon-theme-tomorrow-night {
  8.         border-width: 1px !important;
  9.         border-color: #000000 !important;
  10.         border-style: solid !important;
  11.         text-shadow: none !important;
  12.         background: #27292c !important;
  13. }
  14. .crayon-theme-tomorrow-night-inline {
  15.         border-width: 1px !important;
  16.         border-color: #000000 !important;
  17.         border-style: solid !important;
  18.         background: #27292c !important;
  19. }
  20. .crayon-theme-tomorrow-night .crayon-table .crayon-nums {
  21.         background: #4b4d4f !important;
  22.         color: #898989 !important;
  23.         border-right-width: 1px !important;
  24. }
  25. .crayon-theme-tomorrow-night .crayon-striped-line {
  26.         background: #202326 !important;
  27. }
  28. .crayon-theme-tomorrow-night .crayon-striped-num {
  29.         background: #3a3c3d !important;
  30.         color: #979797 !important;
  31. }
  32. .crayon-theme-tomorrow-night .crayon-marked-line {
  33.         background: #303030 !important;
  34.         border-width: 1px !important;
  35.         border-color: #3a3a47 !important;
  36. }
  37. .crayon-theme-tomorrow-night .crayon-marked-num {
  38.         color: #9e9e9e !important;
  39.         background: #434343 !important;
  40.         border-width: 1px !important;
  41.         border-color: #595959 !important;
  42. }
  43. .crayon-theme-tomorrow-night .crayon-marked-line.crayon-striped-line {
  44.         background: #2b2b2b !important;
  45. }
  46. .crayon-theme-tomorrow-night .crayon-marked-num.crayon-striped-num {
  47.         background: #383838 !important;
  48.         color: #9e9e9e !important;
  49. }
  50. .crayon-theme-tomorrow-night .crayon-marked-line.crayon-top {
  51.         border-top-style: solid !important;
  52. }
  53. .crayon-theme-tomorrow-night .crayon-marked-num.crayon-top {
  54.         border-top-style: solid !important;
  55. }
  56. .crayon-theme-tomorrow-night .crayon-marked-line.crayon-bottom {
  57.         border-bottom-style: solid !important;
  58. }
  59. .crayon-theme-tomorrow-night .crayon-marked-num.crayon-bottom {
  60.         border-bottom-style: solid !important;
  61. }
  62. .crayon-theme-tomorrow-night .crayon-info {
  63.         background: #faf9d7 !important;
  64.         border-bottom-width: 1px !important;
  65.         border-bottom-color: #b1af5e !important;
  66.         border-bottom-style: solid !important;
  67.         color: #7e7d34 !important;
  68. }
  69. .crayon-theme-tomorrow-night .crayon-toolbar {
  70.         background: #919191 !important;
  71.         border-bottom-width: 1px !important;
  72.         border-bottom-color: #2e2e2e !important;
  73.         border-bottom-style: solid !important;
  74. }
  75. .crayon-theme-tomorrow-night .crayon-toolbar > div {
  76.         float: left !important;
  77. }
  78. .crayon-theme-tomorrow-night .crayon-toolbar .crayon-tools {
  79.         float: right !important;
  80. }
  81. .crayon-theme-tomorrow-night .crayon-title {
  82.         color: #2a2a2a !important;
  83. }
  84. .crayon-theme-tomorrow-night .crayon-language {
  85.         color: #494949 !important;
  86. }
  87. .crayon-theme-tomorrow-night .crayon-button {
  88. }
  89. .crayon-theme-tomorrow-night .crayon-button:hover {
  90.         background-color: #bcbcbc !important;
  91.         color: #666;
  92. }
  93. .crayon-theme-tomorrow-night .crayon-button.crayon-pressed:hover {
  94.         background-color: #bcbcbc !important;
  95.         color: #666;
  96. }
  97. .crayon-theme-tomorrow-night .crayon-button.crayon-pressed {
  98.         background-color: #626262 !important;
  99.         color: #FFF;
  100. }
  101. .crayon-theme-tomorrow-night .crayon-button.crayon-pressed:active {
  102.         background-color: #626262 !important;
  103.         color: #FFF;
  104. }
  105. .crayon-theme-tomorrow-night .crayon-button:active {
  106.         background-color: #bcbcbc !important;
  107.         color: #FFF;
  108. }
  109. .crayon-theme-tomorrow-night .crayon-pre .crayon-c {
  110.         color: #a7a8a2 !important;
  111. }
  112. .crayon-theme-tomorrow-night .crayon-pre .crayon-s {
  113.         color: #b2af75 !important;
  114. }
  115. .crayon-theme-tomorrow-night .crayon-pre .crayon-p {
  116.         color: #b85c00 !important;
  117. }
  118. .crayon-theme-tomorrow-night .crayon-pre .crayon-ta {
  119.         color: #e79663 !important;
  120. }
  121. .crayon-theme-tomorrow-night .crayon-pre .crayon-k {
  122.         color: #92afc1 !important;
  123. }
  124. .crayon-theme-tomorrow-night .crayon-pre .crayon-st {
  125.         color: #92afc1 !important;
  126. }
  127. .crayon-theme-tomorrow-night .crayon-pre .crayon-r {
  128.         color: #92afc1 !important;
  129. }
  130. .crayon-theme-tomorrow-night .crayon-pre .crayon-t {
  131.         color: #bba7c5 !important;
  132. }
  133. .crayon-theme-tomorrow-night .crayon-pre .crayon-m {
  134.         color: #bba7c5 !important;
  135. }
  136. .crayon-theme-tomorrow-night .crayon-pre .crayon-i {
  137.         color: #c7c7c7 !important;
  138. }
  139. .crayon-theme-tomorrow-night .crayon-pre .crayon-e {
  140.         color: #e8ce91 !important;
  141. }
  142. .crayon-theme-tomorrow-night .crayon-pre .crayon-v {
  143.         color: #d87c7b !important;
  144. }
  145. .crayon-theme-tomorrow-night .crayon-pre .crayon-cn {
  146.         color: #e7a37a !important;
  147. }
  148. .crayon-theme-tomorrow-night .crayon-pre .crayon-o {
  149.         color: #99c9c4 !important;
  150. }
  151. .crayon-theme-tomorrow-night .crayon-pre .crayon-sy {
  152.         color: #c9d2d1 !important;
  153. }
  154. .crayon-theme-tomorrow-night .crayon-pre .crayon-n {
  155.         color: #666 !important;
  156.         font-style: italic !important;
  157. }
  158. .crayon-theme-tomorrow-night .crayon-pre .crayon-f {
  159.         color: #999 !important;
  160. }
  161. .crayon-theme-tomorrow-night .crayon-pre .crayon-h {
  162.         color: #006fe0 !important;
  163. }
  164. .crayon-theme-tomorrow-night .crayon-pre {
  165.         color: #ffffff !important;
  166. }

Raw Paste

Login or Register to edit or fork this paste. It's free.