comparison third_party/highlight/styles/xt256.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 xt256.css
11
12 Contact: initbar [at] protonmail [dot] ch
13 : github.com/initbar
14 */
15 .hljs {
16 color: #eaeaea;
17 background: #000
18 }
19 .hljs-subst {
20 color: #eaeaea
21 }
22 .hljs-emphasis {
23 font-style: italic
24 }
25 .hljs-strong {
26 font-weight: bold
27 }
28 .hljs-type {
29 color: #eaeaea
30 }
31 .hljs-params {
32 color: #da0000
33 }
34 .hljs-literal,
35 .hljs-number,
36 .hljs-name {
37 color: #ff0000;
38 font-weight: bolder
39 }
40 .hljs-comment {
41 color: #969896
42 }
43 .hljs-selector-id,
44 .hljs-quote {
45 color: #00ffff
46 }
47 .hljs-template-variable,
48 .hljs-variable,
49 .hljs-title {
50 color: #00ffff;
51 font-weight: bold
52 }
53 .hljs-selector-class,
54 .hljs-keyword,
55 .hljs-symbol {
56 color: #fff000
57 }
58 .hljs-string,
59 .hljs-bullet {
60 color: #00ff00
61 }
62 .hljs-tag,
63 .hljs-section {
64 color: #000fff
65 }
66 .hljs-selector-tag {
67 color: #000fff;
68 font-weight: bold
69 }
70 .hljs-attribute,
71 .hljs-built_in,
72 .hljs-regexp,
73 .hljs-link {
74 color: #ff00ff
75 }
76 .hljs-meta {
77 color: #fff;
78 font-weight: bolder
79 }