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

Commit

Permalink
Added chalkboard-notype theme (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
bilbu committed Nov 12, 2020
1 parent 1e9a600 commit e88017d
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions src/assets/themes/chalkboard-notype.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"colors": {
"r": 239,
"g": 240,
"b": 235,
"black": "#282a36",
"light_black": "#222430",
"grey": "#222430",
"red": "#ff5c57",
"green": "#5af78e",
"yellow": "#f3f99d",
"blue": "#57c7ff",
"magenta": "#ff6ac1",
"cyan": "#9aedfe",
"white": "#f1f1f0",
"brightBlack": "#686868",
"brightRed": "#ff5c57",
"brightGreen": "#5af78e",
"brightYellow": "#f3f99d",
"brightBlue": "#57c7ff",
"brightMagenta": "#ff6ac1",
"brightCyan": "#9aedfe",
"brightWhite": "#eff0eb"
},
"cssvars": {
"font_main": "United Sans Medium",
"font_main_light": "United Sans Light"
},
"terminal": {
"fontFamily": "Fira Mono",
"cursorStyle": "block",
"foreground": "#eff0eb",
"background": "#282a36",
"cursor": "#97979b",
"cursorAccent": "#282a36",
"selection": "rgba(239,240,235,0.3)"
},
"globe": {
"base": "#000000",
"marker": "#f3f99d",
"pin": "#eff0eb",
"satellite": "#ff5c57"
},
"injectCSS": "section#filesystem{left:0;width:100vw}section#filesystem>h3.title,section#filesystem>div{width:100vw}section#keyboard{display:none;}"
}

0 comments on commit e88017d

Please sign in to comment.