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

Commit 3512a9d

Browse files
authored
feat: added new 'Navy' theme (#1053)
1 parent a6dbc0b commit 3512a9d

File tree

2 files changed

+89
-0
lines changed

2 files changed

+89
-0
lines changed

src/assets/themes/navy-notype.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"colors": {
3+
"r": 20,
4+
"g": 119,
5+
"b": 205,
6+
"black": "#282a36",
7+
"light_black": "#222430",
8+
"grey": "#222430",
9+
"red": "#ff5c57",
10+
"green": "#5af78e",
11+
"yellow": "#f3f99d",
12+
"blue": "#57c7ff",
13+
"magenta": "#ff6ac1",
14+
"cyan": "#9aedfe",
15+
"white": "#f1f1f0",
16+
"brightBlack": "#686868",
17+
"brightRed": "#ff5c57",
18+
"brightGreen": "#5af78e",
19+
"brightYellow": "#f3f99d",
20+
"brightBlue": "#57c7ff",
21+
"brightMagenta": "#ff6ac1",
22+
"brightCyan": "#9aedfe",
23+
"brightWhite": "#eff0eb"
24+
},
25+
"cssvars": {
26+
"font_main": "United Sans Medium",
27+
"font_main_light": "United Sans Light"
28+
},
29+
"terminal": {
30+
"fontFamily": "Fira Mono",
31+
"cursorStyle": "block",
32+
"foreground": "#87b7cc",
33+
"background": "#222430",
34+
"cursor": "#87b7cc",
35+
"cursorAccent": "#16739c",
36+
"selection": "rgba(239,240,235,0.3)"
37+
},
38+
"globe": {
39+
"base": "#16739c",
40+
"marker": "#ad0c0c",
41+
"pin": "#04b80a",
42+
"satellite": "#e3f213"
43+
},
44+
"injectCSS": "section#filesystem{left:0;width:100vw}section#filesystem>h3.title,section#filesystem>div{width:100vw}section#keyboard{display:none;}"
45+
}

src/assets/themes/navy.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"colors": {
3+
"r": 20,
4+
"g": 119,
5+
"b": 205,
6+
"black": "#282a36",
7+
"light_black": "#222430",
8+
"grey": "#222430",
9+
"red": "#ff5c57",
10+
"green": "#5af78e",
11+
"yellow": "#f3f99d",
12+
"blue": "#57c7ff",
13+
"magenta": "#ff6ac1",
14+
"cyan": "#9aedfe",
15+
"white": "#f1f1f0",
16+
"brightBlack": "#686868",
17+
"brightRed": "#ff5c57",
18+
"brightGreen": "#5af78e",
19+
"brightYellow": "#f3f99d",
20+
"brightBlue": "#57c7ff",
21+
"brightMagenta": "#ff6ac1",
22+
"brightCyan": "#9aedfe",
23+
"brightWhite": "#eff0eb"
24+
},
25+
"cssvars": {
26+
"font_main": "United Sans Medium",
27+
"font_main_light": "United Sans Light"
28+
},
29+
"terminal": {
30+
"fontFamily": "Fira Mono",
31+
"cursorStyle": "block",
32+
"foreground": "#87b7cc",
33+
"background": "#222430",
34+
"cursor": "#87b7cc",
35+
"cursorAccent": "#16739c",
36+
"selection": "rgba(239,240,235,0.3)"
37+
},
38+
"globe": {
39+
"base": "#16739c",
40+
"marker": "#ad0c0c",
41+
"pin": "#04b80a",
42+
"satellite": "#e3f213"
43+
}
44+
}

0 commit comments

Comments
 (0)