Skip to content

Commit c63336a

Browse files
authored
Add Primer themes (#2377)
2 parents d06731f + e276a5d commit c63336a

File tree

2 files changed

+142
-0
lines changed

2 files changed

+142
-0
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
[Main]
2+
name = Primer Dark
3+
mode = dark
4+
author = Myian (adaptation)
5+
credit = GitHub Inc.
6+
url = https://github.com/primer
7+
license = MIT License
8+
licenseurl = https://github.com/primer/brand/blob/main/LICENSE
9+
10+
[Base]
11+
default = #f0f6fc
12+
faded = #a3b0be
13+
red = #ff7b72
14+
orange = #ffa657
15+
yellow = #f8e3a1
16+
green = #7ee787
17+
cyan = #57CCC5
18+
blue = #79c0ff
19+
purple = #bc8cff
20+
21+
[Project]
22+
root = purple
23+
folder = orange
24+
file = default
25+
title = green
26+
chapter = red
27+
scene = blue
28+
note = yellow
29+
30+
[Palette]
31+
window = #141b23
32+
windowtext = default
33+
base = #0c1117
34+
alternatebase = #1e242a
35+
text = default
36+
tooltipbase = yellow
37+
tooltiptext = #0c1117
38+
button = #212830
39+
buttontext = default
40+
brighttext = default
41+
highlight = #104C35
42+
highlightedtext = default
43+
link = blue
44+
linkvisited = blue
45+
46+
[GUI]
47+
helptext = faded
48+
fadedtext = faded:128
49+
errortext = #f85149
50+
51+
[Syntax]
52+
background = #0c1117
53+
text = faded
54+
link = blue
55+
headertext = default
56+
headertag = faded
57+
emphasis = #97ee9e
58+
dialog = default
59+
altdialog = default
60+
note = yellow
61+
hidden = faded:128
62+
shortcode = #ff9bce
63+
keyword = #4493f8
64+
tag = blue
65+
value = #ffc680
66+
optional = #a5d6ff
67+
spellcheckline = #f85149
68+
errorline = cyan
69+
replacetag = purple
70+
modifier = orange
71+
texthighlight = faded:32
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
[Main]
2+
name = Primer Light
3+
mode = light
4+
author = Myian (adaptation)
5+
credit = GitHub Inc.
6+
url = https://github.com/primer
7+
license = MIT License
8+
licenseurl = https://github.com/primer/brand/blob/main/LICENSE
9+
10+
[Base]
11+
default = #1f2328
12+
faded = #59636e
13+
red = #fa4549
14+
orange = #e16f24
15+
yellow = #d4a72c
16+
green = #2da44e
17+
cyan = #339D9B
18+
blue = #0969da
19+
purple = #a475f9
20+
21+
[Project]
22+
root = purple
23+
folder = orange
24+
file = faded
25+
title = green
26+
chapter = red
27+
scene = blue
28+
note = yellow
29+
30+
[Palette]
31+
window = #eaeef2
32+
windowtext = default
33+
base = #ffffff
34+
alternatebase = #dfe4e9
35+
text = default
36+
tooltipbase = #fae17d
37+
tooltiptext = #0c1117
38+
button = #f6f8fa
39+
buttontext = default
40+
brighttext = faded
41+
highlight = #dafbe1
42+
highlightedtext = #1a7f37
43+
link = blue
44+
linkvisited = blue
45+
46+
[GUI]
47+
helptext = faded
48+
fadedtext = faded:128
49+
errortext = #cf222e
50+
51+
[Syntax]
52+
background = #ffffff
53+
text = faded
54+
link = blue
55+
headertext = default
56+
headertag = faded:128
57+
emphasis = green
58+
dialog = default
59+
altdialog = default
60+
note = #d4a72c
61+
hidden = faded:128
62+
shortcode = #e85aad
63+
keyword = blue
64+
tag = #218bff
65+
value = #fb8f44
66+
optional = #54aeff
67+
spellcheckline = #cf222e
68+
errorline = cyan
69+
replacetag = purple
70+
modifier = orange
71+
texthighlight = faded:32

0 commit comments

Comments
 (0)