1c-light.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. pre code.hljs {
  2. display: block;
  3. overflow-x: auto;
  4. padding: 1em
  5. }
  6. code.hljs {
  7. padding: 3px 5px
  8. }
  9. /*!
  10. Theme: 1c-light
  11. Description: Style IDE 1C:Enterprise 8
  12. Author: (c) Barilko Vitaliy <barilkovetal@gmail.com>
  13. Maintainer: @Diversus23
  14. Website: https://softonit.ru/
  15. License: see project LICENSE
  16. Touched: 2023
  17. */
  18. /* end baseline CSS */
  19. .hljs {
  20. color: #0000ff;
  21. background: #ffffff
  22. }
  23. /* Base color: saturation 0; */
  24. .hljs-subst {
  25. /* default */
  26. }
  27. /* purposely ignored */
  28. .hljs-formula,
  29. .hljs-attr,
  30. .hljs-property {
  31. }
  32. .hljs-comment {
  33. color: #008000
  34. }
  35. .hljs-tag {
  36. color: #444a
  37. }
  38. .hljs-tag .hljs-name,
  39. .hljs-tag .hljs-attr {
  40. color: #444
  41. }
  42. .hljs-punctuation,
  43. .hljs-function,
  44. .hljs-keyword,
  45. .hljs-attribute,
  46. .hljs-selector-tag,
  47. .hljs-doctag,
  48. .hljs-name {
  49. color: #ff0000
  50. }
  51. .hljs-type,
  52. .hljs-params {
  53. color: #0000ff
  54. }
  55. /* User color: hue: 0 */
  56. .hljs-string,
  57. .hljs-number,
  58. .hljs-selector-id,
  59. .hljs-selector-class,
  60. .hljs-quote,
  61. .hljs-template-tag,
  62. .hljs-symbol,
  63. .hljs-deletion {
  64. color: #000000
  65. }
  66. .hljs-title,
  67. .hljs-section {
  68. color: #0000ff
  69. }
  70. .hljs-regexp,
  71. .hljs-variable,
  72. .hljs-template-variable,
  73. .hljs-link,
  74. .hljs-selector-attr,
  75. .hljs-operator,
  76. .hljs-selector-pseudo {
  77. color: #ab5656
  78. }
  79. /* Language color: hue: 90; */
  80. .hljs-literal {
  81. color: #ff0000
  82. }
  83. .hljs-built_in,
  84. .hljs-bullet,
  85. .hljs-code,
  86. .hljs-addition {
  87. color: #0000ff
  88. }
  89. /* Meta color: hue: 200 */
  90. .hljs-meta {
  91. color: #963200
  92. }
  93. .hljs-meta .hljs-string {
  94. color: #963200
  95. }
  96. .hljs-meta .hljs-keyword {
  97. color: #963200
  98. }
  99. /* Misc effects */
  100. .hljs-emphasis {
  101. font-style: italic
  102. }
  103. .hljs-strong {
  104. font-weight: bold
  105. }