Skip to content

Instantly share code, notes, and snippets.

@GitSquared
Created April 7, 2019 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GitSquared/cd80852833bd04b68349c075734f54b8 to your computer and use it in GitHub Desktop.
Save GitSquared/cd80852833bd04b68349c075734f54b8 to your computer and use it in GitHub Desktop.
{
"colors": {
"r": 170,
"g": 207,
"b": 209,
"black": "#000000",
"light_black": "#05080d",
"grey": "#262828"
},
"cssvars": {
"font_main": "United Sans Medium",
"font_main_light": "United Sans Light"
},
"terminal": {
"fontFamily": "Fira Mono",
"cursorStyle": "block",
"foreground": "#aacfd1",
"background": "#05080d",
"cursor": "#aacfd1",
"cursorAccent": "#aacfd1",
"selection": "rgba(170,207,209,0.3)"
},
"globe": {
"base": "#000000",
"marker": "#aacfd1",
"pin": "#aacfd1",
"satellite": "#aacfd1"
},
"injectCSS": "section#filesystem{left: 0;width:100vw; display: block !important;} section#filesystem>h3.title, section#filesystem>div{width:100vw} section#keyboard{display:none;}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment