Skip to content

Commit 809de69

Browse files
committed
Add "Inspired GitHub" theme
1 parent bde3001 commit 809de69

File tree

1 file changed

+95
-0
lines changed

1 file changed

+95
-0
lines changed

src/Themes/Css/inspired-github.css

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
pre, code {
2+
color: #323232;
3+
background-color: #ffffff;
4+
}
5+
6+
.hl-keyword {
7+
color: #a71d5d;
8+
font-weight: bold;
9+
}
10+
11+
.hl-property {
12+
color: #795da3;
13+
}
14+
15+
.hl-attribute {
16+
font-style: italic;
17+
}
18+
19+
.hl-type {
20+
color: #0086b3;
21+
}
22+
23+
.hl-generic {
24+
color: #795da3;
25+
}
26+
27+
.hl-number,
28+
.hl-literal,
29+
.hl-value {
30+
color: #0086b3;
31+
}
32+
33+
.hl-variable {
34+
color: #323232;
35+
}
36+
37+
.hl-comment {
38+
color: #969896;
39+
font-style: italic;
40+
}
41+
42+
.hl-string {
43+
color: #183691;
44+
}
45+
46+
.hl-function-name {
47+
color: #795da3;
48+
font-weight: bold;
49+
}
50+
51+
.hl-tag {
52+
color: #63a35c;
53+
}
54+
55+
.hl-blur {
56+
filter: blur(2px);
57+
}
58+
59+
.hl-strong {
60+
font-weight: bold;
61+
}
62+
63+
.hl-em {
64+
font-style: italic;
65+
}
66+
67+
.hl-addition {
68+
display: inline-block;
69+
min-width: 100%;
70+
background-color: #eaffea;
71+
}
72+
73+
.hl-deletion {
74+
display: inline-block;
75+
min-width: 100%;
76+
background-color: #ffecec;
77+
}
78+
79+
.hl-gutter {
80+
display: inline-block;
81+
font-size: 0.9em;
82+
color: #b3b3b3;
83+
padding: 0 1ch;
84+
user-select: none;
85+
}
86+
87+
.hl-gutter-addition {
88+
background-color: #55a532;
89+
color: #fff;
90+
}
91+
92+
.hl-gutter-deletion {
93+
background-color: #bd2c00;
94+
color: #fff;
95+
}

0 commit comments

Comments
 (0)