-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
4,675 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
root = true | ||
|
||
[*] | ||
indent_size = 2 | ||
indent_style = space | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
|
||
[*.md] | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"trailingComma": "all", | ||
"trailingComma": "es5", | ||
"tabWidth": 2, | ||
"semi": false, | ||
"singleQuote": true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,3 @@ | ||
<div align="center"> | ||
<img alt="orbit logo" src="https://github.com/hiukky/orbit/raw/develop/assets/brand.png"/> | ||
</div> | ||
<div align="center"> | ||
<a href="https://github.com/hiukky/orbit/blob/master/LICENSE"><img alt="GitHub license" src="https://img.shields.io/github/license/hiukky/orbit?color=%236BF178&style=flat-square"></a> | ||
<a href="https://marketplace.visualstudio.com/items?itemName=hiukky.orbit"><img alt="Visual Studio Marketplace Downloads" src="https://img.shields.io/visual-studio-marketplace/d/hiukky.orbit?color=A29BFE&style=flat-square"></a> | ||
<a href="https://github.com/hiukky/orbit/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/hiukky/orbit?color=%234ab2fc&style=flat-square"></a> | ||
<a href="https://github.com/hiukky/orbit/network"><img alt="GitHub forks" src="https://img.shields.io/github/forks/hiukky/orbit?color=%23ff595e&style=flat-square"></a> | ||
<a href="https://github.com/hiukky/orbit/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues/hiukky/orbit?color=%23FFEE93&style=flat-square"></a> | ||
<h3 align="center">Dark Colored Theme for VS Code.</h3> | ||
</div> | ||
|
||
<div align="center"> | ||
<sub>Built with ❤︎ by | ||
<a href="https://github.com/hiukky">Romullo</a> | ||
<br><br> | ||
</div> | ||
|
||
<div align="center"> | ||
<img align="center" src="https://github.com/hiukky/orbit/raw/develop/assets/vscode.png" /> | ||
<img alt="flate logo" src="https://github.com/hiukky/flate/raw/develop/assets/brand.png"/> | ||
</div> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"version": "0.0.0", | ||
"useWorkspaces": true, | ||
"packages": ["packages/*"], | ||
"npmClient": "yarn" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,27 @@ | ||
{ | ||
"name": "orbit", | ||
"displayName": "Orbit", | ||
"description": "Dark Colored Theme for VS Code.", | ||
"version": "0.3.0", | ||
"publisher": "hiukky", | ||
"icon": "assets/logo.png", | ||
"engines": { | ||
"vscode": "^1.44.0" | ||
"name": "root", | ||
"workspaces": { | ||
"packages": [ | ||
"packages/*" | ||
] | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/hiukky/orbit" | ||
"url": "git+https://github.com/hiukky/flate.git" | ||
}, | ||
"categories": [ | ||
"Themes" | ||
], | ||
"contributes": { | ||
"themes": [ | ||
{ | ||
"label": "Orbit (Bold)", | ||
"uiTheme": "vs-dark", | ||
"path": "./themes/orbit-color-theme.json" | ||
} | ||
] | ||
"author": "Romullo", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/hiukky/flate/issues" | ||
}, | ||
"homepage": "https://github.com/hiukky/flate#readme", | ||
"private": true, | ||
"devDependencies": { | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@types/node": "^14.0.9", | ||
"husky": "^4.2.5", | ||
"prettier": "^2.0.5", | ||
"react": "^16.13.1" | ||
"lerna": "^3.20.2", | ||
"prettier": "^2.0.5" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2020 R o m u l l o | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<div align="center"> | ||
<img alt="flate logo" src="https://github.com/hiukky/flate/raw/develop/assets/brand.png"/> | ||
<h3 align="center">Dark Colored Theme for Insomnia.</h3> | ||
<sub>Built with ❤︎ by | ||
<a href="https://github.com/hiukky">Romullo</a> | ||
<br><br> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
module.exports.themes = [require('./themes/flate.json')] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"name": "flate", | ||
"license": "MIT", | ||
"main": "index.js", | ||
"insomnia": { | ||
"name": "flate", | ||
"description": "Dark colored theme." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
{ | ||
"displayName": "Flate", | ||
"name": "flate", | ||
"theme": { | ||
"background": { | ||
"default": "#1c1d27", | ||
"success": "#6bf178", | ||
"notice": "#ffe066", | ||
"warning": "#f49e4c", | ||
"danger": "#e84855", | ||
"surprise": "#ff5d8f", | ||
"info": "#00cecb" | ||
}, | ||
"foreground": { "default": "#ffffff" }, | ||
"highlight": { | ||
"default": "rgba(66, 75, 84, 1)", | ||
"xxs": "rgba(66, 75, 84, 0.05)", | ||
"xs": "rgba(66, 75, 84, 0.1)", | ||
"sm": "rgba(66, 75, 84, 0.25)", | ||
"md": "rgba(66, 75, 84, 0.35)", | ||
"lg": "rgba(66, 75, 84, 0.5)", | ||
"xl": "rgba(66, 75, 84, 0.8)" | ||
}, | ||
"styles": { | ||
"dialog": { | ||
"background": { | ||
"surprise": "#6bf178", | ||
"success": "#ff5d8f" | ||
} | ||
}, | ||
"dialogFooter": {}, | ||
"dialogHeader": {}, | ||
"dropdown": {}, | ||
"editor": {}, | ||
"link": {}, | ||
"overlay": {}, | ||
"pane": { | ||
"foreground": { "default": "#FFE066" }, | ||
"highlight": { | ||
"default": "rgba(66, 75, 84, 1)", | ||
"xxs": "rgba(66, 75, 84, 0.05)", | ||
"xs": "rgba(66, 75, 84, 0.1)", | ||
"sm": "rgba(66, 75, 84, 0.25)", | ||
"md": "rgba(66, 75, 84, 0.35)", | ||
"lg": "rgba(66, 75, 84, 0.5)", | ||
"xl": "rgba(66, 75, 84, 0.8)" | ||
}, | ||
"background": { | ||
"default": "#1c1d27", | ||
"success": "#6bf178", | ||
"notice": "#ffffff", | ||
"surprise": "#eab464" | ||
} | ||
}, | ||
"paneHeader": { | ||
"background": { | ||
"default": "#1c1d27", | ||
"success": "#6bf178", | ||
"surprise": "#ff5d8f" | ||
}, | ||
"foreground": { "default": "#ffffff" }, | ||
"highlight": { | ||
"default": "rgba(66, 75, 84, 1)", | ||
"xxs": "rgba(66, 75, 84, 0.05)", | ||
"xs": "rgba(66, 75, 84, 0.1)", | ||
"sm": "rgba(66, 75, 84, 0.25)", | ||
"md": "rgba(66, 75, 84, 0.35)", | ||
"lg": "rgba(66, 75, 84, 0.5)", | ||
"xl": "rgba(66, 75, 84, 0.8)" | ||
} | ||
}, | ||
"sidebar": { | ||
"foreground": { "default": "#6bf178" }, | ||
"highlight": { | ||
"default": "rgba(66, 75, 84, 1)", | ||
"xxs": "rgba(66, 75, 84, 0.05)", | ||
"xs": "rgba(66, 75, 84, 0.1)", | ||
"sm": "rgba(66, 75, 84, 0.25)", | ||
"md": "rgba(66, 75, 84, 0.35)", | ||
"lg": "rgba(66, 75, 84, 0.5)", | ||
"xl": "rgba(66, 75, 84, 0.8)" | ||
}, | ||
"background": { "surprise": "#6bf178", "success": "#ff5d8f" } | ||
}, | ||
"sidebarHeader": { | ||
"background": { "default": "#6bf178" }, | ||
"highlight": { | ||
"default": "rgba(66, 75, 84, 1)", | ||
"xxs": "rgba(66, 75, 84, 0.05)", | ||
"xs": "rgba(66, 75, 84, 0.1)", | ||
"sm": "rgba(66, 75, 84, 0.25)", | ||
"md": "rgba(66, 75, 84, 0.35)", | ||
"lg": "rgba(66, 75, 84, 0.5)", | ||
"xl": "rgba(66, 75, 84, 0.8)" | ||
}, | ||
"foreground": { "default": "#1c1d27" } | ||
}, | ||
"sidebarList": { | ||
"foreground": { "default": "#ffffff" } | ||
}, | ||
"tooltip": {}, | ||
"transparentOverlay": {} | ||
} | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2020 R o m u l l o | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<div align="center"> | ||
<img alt="flate logo" src="https://github.com/hiukky/flate/raw/develop/assets/brand.png"/> | ||
</div> | ||
<div align="center"> | ||
<a href="https://github.com/hiukky/flate/blob/master/LICENSE"><img alt="GitHub license" src="https://img.shields.io/github/license/hiukky/flate?color=%236BF178&style=flat-square"></a> | ||
<a href="https://marketplace.visualstudio.com/items?itemName=hiukky.flate"><img alt="Visual Studio Marketplace Downloads" src="https://img.shields.io/visual-studio-marketplace/d/hiukky.flate?color=A29BFE&style=flat-square"></a> | ||
<a href="https://github.com/hiukky/flate/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/hiukky/flate?color=%234ab2fc&style=flat-square"></a> | ||
<a href="https://github.com/hiukky/flate/network"><img alt="GitHub forks" src="https://img.shields.io/github/forks/hiukky/flate?color=%23ff595e&style=flat-square"></a> | ||
<a href="https://github.com/hiukky/flate/issues"><img alt="GitHub issues" src="https://img.shields.io/github/issues/hiukky/flate?color=%23FFEE93&style=flat-square"></a> | ||
<h3 align="center">Dark Colored Theme for VS Code.</h3> | ||
</div> | ||
|
||
<div align="center"> | ||
<sub>Built with ❤︎ by | ||
<a href="https://github.com/hiukky">Romullo</a> | ||
<br><br> | ||
</div> | ||
|
||
<div align="center"> | ||
<img align="center" src="https://github.com/hiukky/flate/blob/develop/packages/vscode/assets/vscode.png?raw=true" /> | ||
</div> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"name": "Orbit", | ||
"name": "Flate", | ||
"description": " Dark Neutral Theme for VS Code", | ||
"keywords": ["Theme", "VScode"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Orbit | ||
# Flate | ||
|
||
> Dark Colored Theme for VS Code. | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"name": "flate", | ||
"displayName": "Flate", | ||
"description": "Dark Colored Theme for VS Code.", | ||
"version": "0.3.1", | ||
"publisher": "hiukky", | ||
"icon": "assets/logo.png", | ||
"engines": { | ||
"vscode": "^1.44.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/hiukky/flate" | ||
}, | ||
"categories": [ | ||
"Themes" | ||
], | ||
"contributes": { | ||
"themes": [ | ||
{ | ||
"label": "Flate (Bold)", | ||
"uiTheme": "vs-dark", | ||
"path": "./themes/flate-color-theme.json" | ||
} | ||
] | ||
}, | ||
"devDependencies": { | ||
"react": "^16.13.1" | ||
} | ||
} |
Oops, something went wrong.