comparison third_party/highlight/styles/1c-light.css @ 157:2db6253f355d

[ThirdParty] Added highlight library for better readability on blog.
author June Park <parkjune1995@gmail.com>
date Tue, 13 Jan 2026 19:18:47 -0800
parents
children
comparison
equal deleted inserted replaced
156:cd35e600ae34 157:2db6253f355d
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 <[email protected]>
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 }
28 /* purposely ignored */
29 .hljs-formula,
30 .hljs-attr,
31 .hljs-property {
32
33 }
34 .hljs-comment {
35 color: #008000
36 }
37 .hljs-tag {
38 color: #444a
39 }
40 .hljs-tag .hljs-name,
41 .hljs-tag .hljs-attr {
42 color: #444
43 }
44 .hljs-punctuation,
45 .hljs-function,
46 .hljs-keyword,
47 .hljs-attribute,
48 .hljs-selector-tag,
49 .hljs-doctag,
50 .hljs-name {
51 color: #ff0000
52 }
53 .hljs-type,
54 .hljs-params {
55 color: #0000ff
56 }
57 /* User color: hue: 0 */
58 .hljs-string,
59 .hljs-number,
60 .hljs-selector-id,
61 .hljs-selector-class,
62 .hljs-quote,
63 .hljs-template-tag,
64 .hljs-symbol,
65 .hljs-deletion {
66 color: #000000
67 }
68 .hljs-title,
69 .hljs-section {
70 color: #0000ff
71 }
72 .hljs-regexp,
73 .hljs-variable,
74 .hljs-template-variable,
75 .hljs-link,
76 .hljs-selector-attr,
77 .hljs-operator,
78 .hljs-selector-pseudo {
79 color: #ab5656
80 }
81 /* Language color: hue: 90; */
82 .hljs-literal {
83 color: #ff0000
84 }
85 .hljs-built_in,
86 .hljs-bullet,
87 .hljs-code,
88 .hljs-addition {
89 color: #0000ff
90 }
91 /* Meta color: hue: 200 */
92 .hljs-meta {
93 color: #963200
94 }
95 .hljs-meta .hljs-string {
96 color: #963200
97 }
98 .hljs-meta .hljs-keyword {
99 color: #963200
100 }
101 /* Misc effects */
102 .hljs-emphasis {
103 font-style: italic
104 }
105 .hljs-strong {
106 font-weight: bold
107 }