Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 051c3c1

Browse files
authored
Merge pull request #385 from Julian-Marius-Fairfax/master
Add apollo-notype theme
2 parents 2f306bd + 719c7d9 commit 051c3c1

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"colors": {
3+
"r": 235,
4+
"g": 235,
5+
"b": 235,
6+
"black": "#000000",
7+
"light_black": "#191919",
8+
"grey": "#262827"
9+
},
10+
"cssvars": {
11+
"font_main": "United Sans Medium",
12+
"font_main_light": "United Sans Light"
13+
},
14+
"terminal": {
15+
"fontFamily": "Fira Mono",
16+
"cursorStyle": "block",
17+
"foreground": "#ebebeb",
18+
"background": "#191919",
19+
"cursor": "#ebebeb",
20+
"cursorAccent": "#ebebeb",
21+
"selection": "rgba(235,235,235,0.3)"
22+
},
23+
"globe": {
24+
"base": "#000000",
25+
"marker": "#ebebeb",
26+
"pin": "#ebebeb",
27+
"satellite": "#ebebeb"
28+
},
29+
"injectCSS": "section#filesystem{left:0;width:100vw}section#filesystem>h3.title,section#filesystem>div{width:100vw}section#keyboard{display:none;}"
30+
}

0 commit comments

Comments
 (0)