-
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.
Merge branch 'release/0.6.0' into master
- Loading branch information
Showing
79 changed files
with
3,331 additions
and
528 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
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,3 +1,5 @@ | ||
node_modules/ | ||
dist/ | ||
.nyc_output/ | ||
coverage/ | ||
*.vsix |
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,8 @@ | ||
{ | ||
"extends": "@istanbuljs/nyc-config-typescript", | ||
"all": true, | ||
"check-coverage": true, | ||
"reporter": ["text", "lcov"], | ||
"include": ["packages/core"], | ||
"exclude": ["**/types.ts", "**/index.ts", "**/*.spec.ts"] | ||
} |
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,25 @@ | ||
language: node_js | ||
|
||
sudo: false | ||
|
||
node_js: | ||
- 'node' | ||
|
||
before_install: | ||
- if [ $TRAVIS_OS_NAME == "linux" ]; then | ||
export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0; | ||
sh -e /etc/init.d/xvfb start; | ||
sleep 3; | ||
fi | ||
|
||
install: | ||
- npm install | ||
- npm i ./packages/core packages/insomnia | ||
- npm i ./packages/core packages/vscode | ||
- npm run build | ||
|
||
script: | ||
- npm test --silent | ||
|
||
after_success: | ||
- npm run coverage |
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,33 +1,46 @@ | ||
<div align="center"> | ||
<img alt="flate logo" src="https://github.com/hiukky/flate/raw/develop/assets/brand.png"/> | ||
<img alt="flate logo" src="./assets/banner.svg"/> | ||
</div> | ||
|
||
<p align="center"> | ||
<a href="httdivs://github.com/hiukky/flate/blob/develop/LICENSE"> | ||
<img alt="GitHub license" src="https://img.shields.io/github/license/hiukky/flate?color=%236BF178&style=flat-square" /> | ||
<a href="https://travis-ci.org/github/hiukky/flate"> | ||
<img alt="Travis (.org) branch" src="https://img.shields.io/travis/hiukky/flate/develop?color=%2323d18c&style=for-the-badge&colorA=1C1D27"> | ||
</a> | ||
<a href="https://codecov.io/gh/hiukky/flate"> | ||
<img alt="Codecov branch" src="https://img.shields.io/codecov/c/github/hiukky/flate/develop?color=%23ff5d8f&style=for-the-badge&colorA=1C1D27"> | ||
</a> | ||
<a href="https://github.com/hiukky/flate/stargazers"> | ||
<img alt="GitHub stars" src="https://img.shields.io/github/stars/hiukky/flate?color=%23a29bfe&style=flat-square" /> | ||
<img alt="GitHub stars" src="https://img.shields.io/github/stars/hiukky/flate?color=%2300cecb&style=for-the-badge&colorA=1C1D27"> | ||
</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" /> | ||
<img alt="GitHub forks" src="https://img.shields.io/github/forks/hiukky/flate?color=%23a29bfe&style=for-the-badge&colorA=1C1D27"> | ||
</a> | ||
<a href="https://github.com/hiukky/flate/issues"> | ||
<img alt="GitHub issues" src="https://img.shields.io/github/issues/hiukky/flate?color=%23eab464&style=flat-square" /> | ||
<img alt="GitHub issues" src="https://img.shields.io/github/issues/hiukky/flate?style=for-the-badge&color=ffe066&colorA=1C1D27"> | ||
</a> | ||
<a href="httdivs://github.com/hiukky/flate/blob/develop/LICENSE"> | ||
<img alt="GitHub license" src="https://img.shields.io/github/license/hiukky/flate?color=%23eab464&style=for-the-badge&colorA=1C1D27" /> | ||
</a> | ||
</p> | ||
|
||
<h3 align="center"> A package of dark themes with a mix of cool colors. </h3> | ||
|
||
<p align="center"> | ||
<sub>Built with ❤︎ by <a href="https://hiukky.com">Hiukky</a> | ||
<br/> | ||
</p> | ||
|
||
<h2 align="center"> A package of dark themes with a mix of cool colors. </h2> | ||
<br> | ||
|
||
## Packages | ||
|
||
Available packages. | ||
|
||
### [VS Code](https://github.com/hiukky/flate/blob/develop/packages/vscode/README.md) | ||
- [Core](https://github.com/hiukky/flate/tree/master/packages/core) | ||
|
||
<img src="https://github.com/hiukky/flate/blob/develop/packages/vscode/assets/vscode.png?raw=true" /> | ||
## Themes | ||
|
||
### [Insomnia](https://github.com/hiukky/flate/blob/develop/packages/insomnia/README.md) | ||
Available themes. | ||
|
||
<img src="https://github.com/hiukky/flate/blob/develop/packages/insomnia/assets/insomnia.png?raw=true" /> | ||
- [VS Code](https://github.com/hiukky/flate/tree/master/packages/vscode) | ||
- [Insomnia](https://github.com/hiukky/flate/tree/master/packages/insomnia) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
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 @@ | ||
{ | ||
"enabled": true, | ||
"relativeSourcePath": "packages/**", | ||
"relativeCoverageDir": "packages/**/coverage", | ||
"ignorePatterns": ["**/node_modules/**"], | ||
"includePid": false, | ||
"reports": ["json", "html", "lcov"], | ||
"verbose": 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
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,54 @@ | ||
<div align="center"> | ||
<img alt="flate logo" src="https://raw.githubusercontent.com/hiukky/flate/7590ad5c0cc7cc2c1b73de04aff5f04bda6187c0/packages/core/assets/banner.svg"/> | ||
</div> | ||
|
||
<p align="center"> | ||
<a href="https://travis-ci.org/github/hiukky/flate"> | ||
<img alt="Travis (.org) branch" src="https://img.shields.io/travis/hiukky/flate/develop?color=%2323d18c&style=for-the-badge&colorA=1C1D27"> | ||
</a> | ||
<a href="https://codecov.io/gh/hiukky/flate"> | ||
<img alt="Codecov branch" src="https://img.shields.io/codecov/c/github/hiukky/flate/develop?color=%23ff5d8f&style=for-the-badge&colorA=1C1D27"> | ||
</a> | ||
<a href="https://github.com/hiukky/flate/stargazers"> | ||
<img alt="GitHub stars" src="https://img.shields.io/github/stars/hiukky/flate?color=%2300cecb&style=for-the-badge&colorA=1C1D27"> | ||
</a> | ||
<a href="https://github.com/hiukky/flate/network"> | ||
<img alt="GitHub forks" src="https://img.shields.io/github/forks/hiukky/flate?color=%23a29bfe&style=for-the-badge&colorA=1C1D27"> | ||
</a> | ||
<a href="https://github.com/hiukky/flate/issues"> | ||
<img alt="GitHub issues" src="https://img.shields.io/github/issues/hiukky/flate?style=for-the-badge&color=ffe066&colorA=1C1D27"> | ||
</a> | ||
<a href="httdivs://github.com/hiukky/flate/blob/develop/LICENSE"> | ||
<img alt="GitHub license" src="https://img.shields.io/github/license/hiukky/flate?color=%23eab464&style=for-the-badge&colorA=1C1D27" /> | ||
</a> | ||
</p> | ||
|
||
<h3 align="center"> The Heart of Flate! </h3> | ||
|
||
<p align="center"> | ||
<sub>Built with ❤︎ by <a href="https://hiukky.com">Hiukky</a> | ||
<br/> | ||
</p> | ||
|
||
<br> | ||
|
||
<h2> Colors </h2> | ||
|
||
<h3>Palette</h3> | ||
Flate has a very varied color scheme, being formed by 13 color variations and 3 dark bases which are <strong>Flate</strong>, <strong>Flate Arc</strong> and <strong>Flate Punk</strong>. | ||
|
||
<div> | ||
<br> | ||
<img alt="flate colors" src="https://raw.githubusercontent.com/hiukky/flate/7590ad5c0cc7cc2c1b73de04aff5f04bda6187c0/packages/core/assets/colors.svg"/> | ||
</div> | ||
|
||
<h3> Variants </h3> | ||
These are the 3 variants available for Flate at the moment! I tried :/... if any of the variants doesn't suit your tastes, feel free to use your creativity and share your PR with your suggestions. | ||
|
||
<div> | ||
<br> | ||
<img alt="flate variants" src="https://raw.githubusercontent.com/hiukky/flate/7590ad5c0cc7cc2c1b73de04aff5f04bda6187c0/packages/core/assets/variants.svg"/> | ||
</div> | ||
|
||
<h2> Tools </h2> | ||
This package will be independent in the future. Here are the tools you need to make creating your themes very easy and productive. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.