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

Commit 790fe97

Browse files
authored
Merge pull request #288 from rslay/master
Added theme without keyboard
2 parents 2dace0b + 5997db6 commit 790fe97

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

src/assets/themes/tron-notype.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"colors": {
3+
"r": 170,
4+
"g": 207,
5+
"b": 209,
6+
"black": "#000000",
7+
"light_black": "#05080d",
8+
"grey": "#262828"
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": "#aacfd1",
18+
"background": "#05080d",
19+
"cursor": "#aacfd1",
20+
"cursorAccent": "#aacfd1",
21+
"selection": "rgba(170,207,209,0.3)"
22+
},
23+
"globe": {
24+
"base": "#000000",
25+
"marker": "#aacfd1",
26+
"pin": "#aacfd1",
27+
"satellite": "#aacfd1"
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)