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

Commit

Permalink
feat: added new 'Navy' theme (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kungger-git authored Feb 24, 2021
1 parent a6dbc0b commit 3512a9d
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 0 deletions.
45 changes: 45 additions & 0 deletions src/assets/themes/navy-notype.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"colors": {
"r": 20,
"g": 119,
"b": 205,
"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": "#87b7cc",
"background": "#222430",
"cursor": "#87b7cc",
"cursorAccent": "#16739c",
"selection": "rgba(239,240,235,0.3)"
},
"globe": {
"base": "#16739c",
"marker": "#ad0c0c",
"pin": "#04b80a",
"satellite": "#e3f213"
},
"injectCSS": "section#filesystem{left:0;width:100vw}section#filesystem>h3.title,section#filesystem>div{width:100vw}section#keyboard{display:none;}"
}
44 changes: 44 additions & 0 deletions src/assets/themes/navy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"colors": {
"r": 20,
"g": 119,
"b": 205,
"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": "#87b7cc",
"background": "#222430",
"cursor": "#87b7cc",
"cursorAccent": "#16739c",
"selection": "rgba(239,240,235,0.3)"
},
"globe": {
"base": "#16739c",
"marker": "#ad0c0c",
"pin": "#04b80a",
"satellite": "#e3f213"
}
}

0 comments on commit 3512a9d

Please sign in to comment.