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

Commit

Permalink
💄 Update default theme tron
Browse files Browse the repository at this point in the history
Now it actually looks like something from the movies and not this bloody green-matrix fetish sh*t
t
  • Loading branch information
GitSquared committed Aug 29, 2018
1 parent 0bc46ab commit 1811e8c
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
28 changes: 14 additions & 14 deletions src/assets/themes/tron-disrupted.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"colors": {
"r": 190,
"g": 230,
"b": 193,
"r": 170,
"g": 207,
"b": 209,
"black": "#000000",
"light_black": "#090B0A",
"grey": "#262827"
"light_black": "#05080d",
"grey": "#262828"
},
"cssvars": {
"font_main": "United Sans Medium",
Expand All @@ -14,17 +14,17 @@
"terminal": {
"fontFamily": "Fira Mono",
"cursorStyle": "block",
"foreground": "#bee6c1",
"background": "#090B0A",
"cursor": "#bee6c1",
"cursorAccent": "#bee6c1",
"selection": "rgba(190,230,193,0.3)"
"foreground": "#aacfd1",
"background": "#05080d",
"cursor": "#aacfd1",
"cursorAccent": "#aacfd1",
"selection": "rgba(170,207,209,0.3)"
},
"globe": {
"base": "#bee6c1",
"marker": "#ffffff",
"pin": "#ffffff",
"satellite": "#bee6c1"
"base": "#000000",
"marker": "#aacfd1",
"pin": "#aacfd1",
"satellite": "#aacfd1"
},
"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;}"
}
28 changes: 14 additions & 14 deletions src/assets/themes/tron-typeleft.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"colors": {
"r": 190,
"g": 230,
"b": 193,
"r": 170,
"g": 207,
"b": 209,
"black": "#000000",
"light_black": "#090B0A",
"grey": "#262827"
"light_black": "#05080d",
"grey": "#262828"
},
"cssvars": {
"font_main": "United Sans Medium",
Expand All @@ -14,17 +14,17 @@
"terminal": {
"fontFamily": "Fira Mono",
"cursorStyle": "block",
"foreground": "#bee6c1",
"background": "#090B0A",
"cursor": "#bee6c1",
"cursorAccent": "#bee6c1",
"selection": "rgba(190,230,193,0.3)"
"foreground": "#aacfd1",
"background": "#05080d",
"cursor": "#aacfd1",
"cursorAccent": "#aacfd1",
"selection": "rgba(170,207,209,0.3)"
},
"globe": {
"base": "#bee6c1",
"marker": "#ffffff",
"pin": "#ffffff",
"satellite": "#bee6c1"
"base": "#000000",
"marker": "#aacfd1",
"pin": "#aacfd1",
"satellite": "#aacfd1"
},
"injectCSS": "section#filesystem{left: 55vw;} section#keyboard{right: 44vw;}"
}
28 changes: 14 additions & 14 deletions src/assets/themes/tron.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"colors": {
"r": 190,
"g": 230,
"b": 193,
"r": 170,
"g": 207,
"b": 209,
"black": "#000000",
"light_black": "#090B0A",
"grey": "#262827"
"light_black": "#05080d",
"grey": "#262828"
},
"cssvars": {
"font_main": "United Sans Medium",
Expand All @@ -14,16 +14,16 @@
"terminal": {
"fontFamily": "Fira Mono",
"cursorStyle": "block",
"foreground": "#bee6c1",
"background": "#090B0A",
"cursor": "#bee6c1",
"cursorAccent": "#bee6c1",
"selection": "rgba(190,230,193,0.3)"
"foreground": "#aacfd1",
"background": "#05080d",
"cursor": "#aacfd1",
"cursorAccent": "#aacfd1",
"selection": "rgba(170,207,209,0.3)"
},
"globe": {
"base": "#bee6c1",
"marker": "#ffffff",
"pin": "#ffffff",
"satellite": "#bee6c1"
"base": "#000000",
"marker": "#aacfd1",
"pin": "#aacfd1",
"satellite": "#aacfd1"
}
}

0 comments on commit 1811e8c

Please sign in to comment.