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

Commit 1811e8c

Browse files
committed
💄 Update default theme tron
Now it actually looks like something from the movies and not this bloody green-matrix fetish sh*t t
1 parent 0bc46ab commit 1811e8c

File tree

3 files changed

+42
-42
lines changed

3 files changed

+42
-42
lines changed
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"colors": {
3-
"r": 190,
4-
"g": 230,
5-
"b": 193,
3+
"r": 170,
4+
"g": 207,
5+
"b": 209,
66
"black": "#000000",
7-
"light_black": "#090B0A",
8-
"grey": "#262827"
7+
"light_black": "#05080d",
8+
"grey": "#262828"
99
},
1010
"cssvars": {
1111
"font_main": "United Sans Medium",
@@ -14,17 +14,17 @@
1414
"terminal": {
1515
"fontFamily": "Fira Mono",
1616
"cursorStyle": "block",
17-
"foreground": "#bee6c1",
18-
"background": "#090B0A",
19-
"cursor": "#bee6c1",
20-
"cursorAccent": "#bee6c1",
21-
"selection": "rgba(190,230,193,0.3)"
17+
"foreground": "#aacfd1",
18+
"background": "#05080d",
19+
"cursor": "#aacfd1",
20+
"cursorAccent": "#aacfd1",
21+
"selection": "rgba(170,207,209,0.3)"
2222
},
2323
"globe": {
24-
"base": "#bee6c1",
25-
"marker": "#ffffff",
26-
"pin": "#ffffff",
27-
"satellite": "#bee6c1"
24+
"base": "#000000",
25+
"marker": "#aacfd1",
26+
"pin": "#aacfd1",
27+
"satellite": "#aacfd1"
2828
},
2929
"injectCSS": "section#main_shell{position:relative;left:29vh;}section#main_shell>h3.title{left:calc(29vh + 16.5vw)!important;}section#mod_column_right{left:28.5vh!important;}section#mod_column_right>h3.title{left:29.6vh!important;}div#mod_netstat_inner{height:6.85vh;padding-top:.5vh;}div#mod_globe_innercontainer{padding-bottom:.95vh;}div#mod_conninfo canvas{height:8vh!important;}"
3030
}
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"colors": {
3-
"r": 190,
4-
"g": 230,
5-
"b": 193,
3+
"r": 170,
4+
"g": 207,
5+
"b": 209,
66
"black": "#000000",
7-
"light_black": "#090B0A",
8-
"grey": "#262827"
7+
"light_black": "#05080d",
8+
"grey": "#262828"
99
},
1010
"cssvars": {
1111
"font_main": "United Sans Medium",
@@ -14,17 +14,17 @@
1414
"terminal": {
1515
"fontFamily": "Fira Mono",
1616
"cursorStyle": "block",
17-
"foreground": "#bee6c1",
18-
"background": "#090B0A",
19-
"cursor": "#bee6c1",
20-
"cursorAccent": "#bee6c1",
21-
"selection": "rgba(190,230,193,0.3)"
17+
"foreground": "#aacfd1",
18+
"background": "#05080d",
19+
"cursor": "#aacfd1",
20+
"cursorAccent": "#aacfd1",
21+
"selection": "rgba(170,207,209,0.3)"
2222
},
2323
"globe": {
24-
"base": "#bee6c1",
25-
"marker": "#ffffff",
26-
"pin": "#ffffff",
27-
"satellite": "#bee6c1"
24+
"base": "#000000",
25+
"marker": "#aacfd1",
26+
"pin": "#aacfd1",
27+
"satellite": "#aacfd1"
2828
},
2929
"injectCSS": "section#filesystem{left: 55vw;} section#keyboard{right: 44vw;}"
3030
}

src/assets/themes/tron.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"colors": {
3-
"r": 190,
4-
"g": 230,
5-
"b": 193,
3+
"r": 170,
4+
"g": 207,
5+
"b": 209,
66
"black": "#000000",
7-
"light_black": "#090B0A",
8-
"grey": "#262827"
7+
"light_black": "#05080d",
8+
"grey": "#262828"
99
},
1010
"cssvars": {
1111
"font_main": "United Sans Medium",
@@ -14,16 +14,16 @@
1414
"terminal": {
1515
"fontFamily": "Fira Mono",
1616
"cursorStyle": "block",
17-
"foreground": "#bee6c1",
18-
"background": "#090B0A",
19-
"cursor": "#bee6c1",
20-
"cursorAccent": "#bee6c1",
21-
"selection": "rgba(190,230,193,0.3)"
17+
"foreground": "#aacfd1",
18+
"background": "#05080d",
19+
"cursor": "#aacfd1",
20+
"cursorAccent": "#aacfd1",
21+
"selection": "rgba(170,207,209,0.3)"
2222
},
2323
"globe": {
24-
"base": "#bee6c1",
25-
"marker": "#ffffff",
26-
"pin": "#ffffff",
27-
"satellite": "#bee6c1"
24+
"base": "#000000",
25+
"marker": "#aacfd1",
26+
"pin": "#aacfd1",
27+
"satellite": "#aacfd1"
2828
}
2929
}

0 commit comments

Comments
 (0)