CSS   80
vs2012 black
Guest on 12th August 2022 12:37:42 AM


  1. /*
  2. Name: Vs2012 Black
  3. Description: Visual Studio 2012 Black Theme
  4. Version: 1.1
  5. Author: Nikolay Zahariev
  6. URL: http://nikolayzahariev.com/
  7. */
  8. .crayon-theme-vs2012-black {
  9.         border-width: 1px !important;
  10.         border-color: #999 !important;
  11.         border-style: solid !important;
  12.         text-shadow: none !important;
  13.         background: #363232 !important;
  14. }
  15. .crayon-theme-vs2012-black-inline {
  16.         border-width: 1px !important;
  17.         border-color: #ddd !important;
  18.         border-style: solid !important;
  19.         background: #1b5b89 !important;
  20. }
  21. .crayon-theme-vs2012-black .crayon-table .crayon-nums {
  22.         background: #363232 !important;
  23.         color: #1ba2c6 !important;
  24. }
  25. .crayon-theme-vs2012-black .crayon-striped-line {
  26.         background: #363232 !important;
  27. }
  28. .crayon-theme-vs2012-black .crayon-striped-num {
  29.         background: #363232 !important;
  30.         color: #1ba2c6 !important;
  31. }
  32. .crayon-theme-vs2012-black .crayon-marked-line {
  33.         background: #1b5b89 !important;
  34.         border-width: 1px !important;
  35.         border-color: #433636 !important;
  36. }
  37. .crayon-theme-vs2012-black .crayon-marked-num {
  38.         color: #1ba2c6 !important;
  39.         background: #363232 !important;
  40.         border-width: 1px !important;
  41.         border-color: #363232 !important;
  42. }
  43. .crayon-theme-vs2012-black .crayon-marked-line.crayon-striped-line {
  44.         background: #363232 !important;
  45. }
  46. .crayon-theme-vs2012-black .crayon-marked-num.crayon-striped-num {
  47.         background: #363232 !important;
  48.         color: #1ba2c6 !important;
  49. }
  50. .crayon-theme-vs2012-black .crayon-marked-line.crayon-top {
  51.         border-top-style: solid !important;
  52. }
  53. .crayon-theme-vs2012-black .crayon-marked-num.crayon-top {
  54.         border-top-style: solid !important;
  55. }
  56. .crayon-theme-vs2012-black .crayon-marked-line.crayon-bottom {
  57.         border-bottom-style: solid !important;
  58. }
  59. .crayon-theme-vs2012-black .crayon-marked-num.crayon-bottom {
  60.         border-bottom-style: solid !important;
  61. }
  62. .crayon-theme-vs2012-black .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-vs2012-black .crayon-toolbar {
  70.         background: #DDD !important;
  71.         border-bottom-width: 1px !important;
  72.         border-bottom-color: #BBB !important;
  73.         border-bottom-style: solid !important;
  74. }
  75. .crayon-theme-vs2012-black .crayon-toolbar > div {
  76.         float: left !important;
  77. }
  78. .crayon-theme-vs2012-black .crayon-toolbar .crayon-tools {
  79.         float: right !important;
  80. }
  81. .crayon-theme-vs2012-black .crayon-title {
  82.         color: #333 !important;
  83. }
  84. .crayon-theme-vs2012-black .crayon-language {
  85.         color: #999 !important;
  86. }
  87. .crayon-theme-vs2012-black a.crayon-button {
  88.         background-color: transparent !important;
  89. }
  90. .crayon-theme-vs2012-black a.crayon-button:hover {
  91.         background-color: #EEE !important;
  92.         color: #666;
  93. }
  94. .crayon-theme-vs2012-black a.crayon-button.crayon-pressed:hover {
  95.         background-color: #EEE !important;
  96.         color: #666;
  97. }
  98. .crayon-theme-vs2012-black a.crayon-button.crayon-pressed {
  99.         background-color: #BCBCBC !important;
  100.         color: #FFF;
  101. }
  102. .crayon-theme-vs2012-black a.crayon-button.crayon-pressed:active {
  103.         background-color: #BCBCBC !important;
  104.         color: #FFF;
  105. }
  106. .crayon-theme-vs2012-black a.crayon-button:active {
  107.         background-color: #BCBCBC !important;
  108.         color: #FFF;
  109. }
  110. .crayon-theme-vs2012-black .crayon-pre .crayon-c {
  111.         color: #458b45 !important;
  112. }
  113. .crayon-theme-vs2012-black .crayon-pre .crayon-s {
  114.         color: #b78686 !important;
  115. }
  116. .crayon-theme-vs2012-black .crayon-pre .crayon-p {
  117.         color: #7f7c79 !important;
  118. }
  119. .crayon-theme-vs2012-black .crayon-pre .crayon-ta {
  120.         color: #FF0000 !important;
  121. }
  122. .crayon-theme-vs2012-black .crayon-pre .crayon-k {
  123.         color: #94ccfd !important;
  124. }
  125. .crayon-theme-vs2012-black .crayon-pre .crayon-st {
  126.         color: #94ccfd !important;
  127. }
  128. .crayon-theme-vs2012-black .crayon-pre .crayon-r {
  129.         color: #94ccfd !important;
  130. }
  131. .crayon-theme-vs2012-black .crayon-pre .crayon-t {
  132.         color: #94ccfd !important;
  133. }
  134. .crayon-theme-vs2012-black .crayon-pre .crayon-m {
  135.         color: #94ccfd !important;
  136. }
  137. .crayon-theme-vs2012-black .crayon-pre .crayon-i {
  138.         color: #6bdacc !important;
  139. }
  140. .crayon-theme-vs2012-black .crayon-pre .crayon-e {
  141.         color: #ffffff !important;
  142. }
  143. .crayon-theme-vs2012-black .crayon-pre .crayon-v {
  144.         color: #e3e8ea !important;
  145. }
  146. .crayon-theme-vs2012-black .crayon-pre .crayon-cn {
  147.         color: #ffffff !important;
  148. }
  149. .crayon-theme-vs2012-black .crayon-pre .crayon-o {
  150.         color: #ffffff !important;
  151. }
  152. .crayon-theme-vs2012-black .crayon-pre .crayon-sy {
  153.         color: #ffffff !important;
  154. }
  155. .crayon-theme-vs2012-black .crayon-pre .crayon-n {
  156.         color: #666 !important;
  157.         font-style: italic !important;
  158. }
  159. .crayon-theme-vs2012-black .crayon-pre .crayon-f {
  160.         color: #ffffff !important;
  161. }
  162. .crayon-theme-vs2012-black .crayon-pre .crayon-h {
  163.         color: #006fe0 !important;
  164. }
  165. .crayon-theme-vs2012-black .crayon-pre {
  166.         color: #ffffff !important;
  167. }

Raw Paste

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