Skip to content

Instantly share code, notes, and snippets.

@odmishien
Created April 29, 2019 07:48
Show Gist options
  • Save odmishien/00a1df17d6809aac097c86f313cfc9d2 to your computer and use it in GitHub Desktop.
Save odmishien/00a1df17d6809aac097c86f313cfc9d2 to your computer and use it in GitHub Desktop.
This is my setting for edex-ui theme.
{
"colors": {
"r": 170,
"g": 207,
"b": 209,
"black": "#000000",
"light_black": "#05080d",
"grey": "#452259"
},
"cssvars": {
"font_main": "Stellar Light",
"font_main_light": "Stellar Light"
},
"terminal": {
"fontFamily": "Ubuntu Mono",
"cursorStyle": "underline",
"foreground": "#cc1458",
"background": "#05080d",
"cursor": "#cc1458",
"cursorAccent": "#00C7D1",
"selection": "rgba(170,207,209,0.3)"
},
"globe": {
"base": "#000000",
"marker":"#D1322A",
"pin": "#D1322A",
"satellite": "#D1322A"
},
"injectCSS": "section#keyboard{width: 100vw;} div.keyboard_key{margin: 0vh 0.8vh;} div.keyboard_key#keyboard_spacebar{width: 53.5vh;min-width: 53.5vh;} section#filesystem{display:none;}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment