/[sudobot]/trunk/extensions/archiver/public/syntax-highlight.css
ViewVC logotype

Annotation of /trunk/extensions/archiver/public/syntax-highlight.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 632 - (hide annotations)
Thu Oct 10 17:53:11 2024 UTC (5 months, 2 weeks ago) by rakinar2
File MIME type: text/css
File size: 1449 byte(s)
chore: synchronize

1 rakinar2 632 pre code.hljs {
2     display: block;
3     overflow-x: auto;
4     padding: 1em;
5     }
6    
7     code.hljs {
8     padding: 3px 5px;
9     }
10    
11     pre code.hljs {
12     display: block;
13     overflow-x: auto;
14     padding: 1em;
15     }
16     code.hljs {
17     padding: 3px 5px;
18     }
19    
20     /* purposely ignored */
21     .hljs-formula,
22     .hljs-attr,
23     .hljs-property,
24     .hljs-params {
25     color: #c1f6ff;
26     }
27    
28     .hljs-comment {
29     color: #697070;
30     }
31    
32     .hljs-tag,
33     .hljs-punctuation {
34     color: #444a;
35     }
36    
37     .hljs-tag .hljs-name,
38     .hljs-tag .hljs-attr {
39     color: #444;
40     }
41    
42     .hljs-keyword,
43     .hljs-attribute,
44     .hljs-selector-tag,
45     .hljs-meta .hljs-keyword,
46     .hljs-doctag,
47     .hljs-name {
48     font-weight: bold;
49     color: #b84eff;
50     }
51    
52     /* User color: hue: 0 */
53     .hljs-type,
54     .hljs-string,
55     .hljs-number,
56     .hljs-selector-id,
57     .hljs-selector-class,
58     .hljs-quote,
59     .hljs-template-tag,
60     .hljs-deletion {
61     color: #00e070;
62     }
63    
64     .hljs-title,
65     .hljs-section {
66     color: #5accef;
67     font-weight: bold;
68     }
69    
70     .hljs-regexp,
71     .hljs-symbol,
72     .hljs-variable,
73     .hljs-template-variable,
74     .hljs-link,
75     .hljs-selector-attr,
76     .hljs-operator,
77     .hljs-selector-pseudo {
78     color: #19dafa;
79     }
80    
81     /* Language color: hue: 90; */
82     .hljs-literal {
83     color: rgb(115, 204, 86);
84     }
85    
86     .hljs-built_in,
87     .hljs-bullet,
88     .hljs-code,
89     .hljs-addition {
90     color: #00cda4;
91     }
92    
93     /* Meta color: hue: 200 */
94     .hljs-meta {
95     color: #1f7199;
96     }
97    
98     .hljs-meta .hljs-string {
99     color: rgb(20, 170, 229);
100     }
101    
102     /* Misc effects */
103     .hljs-emphasis {
104     font-style: italic;
105     }
106    
107     .hljs-strong {
108     font-weight: bold;
109     }

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26