Skip to content

Commit

Permalink
Merge branch 'release/0.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
hiukky committed Jun 4, 2020
2 parents 58e0c46 + 4a8be44 commit 1de57c7
Show file tree
Hide file tree
Showing 43 changed files with 4,755 additions and 173 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
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
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"trailingComma": "all",
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
Expand Down
20 changes: 1 addition & 19 deletions README.md
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>
Binary file modified assets/brand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/vscode.png
Binary file not shown.
6 changes: 6 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": "0.0.0",
"useWorkspaces": true,
"packages": ["packages/*"],
"npmClient": "yarn"
}
44 changes: 20 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,31 @@
{
"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/*"
]
},
"author": {
"name": "Romullo",
"email": "developermarsh@gmail.com",
"url": "https://hiukky.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hiukky/flate/issues"
},
"homepage": "https://github.com/hiukky/flate#readme",
"repository": {
"type": "git",
"url": "https://github.com/hiukky/orbit"
},
"categories": [
"Themes"
],
"contributes": {
"themes": [
{
"label": "Orbit (Bold)",
"uiTheme": "vs-dark",
"path": "./themes/orbit-color-theme.json"
}
]
"url": "https://github.com/hiukky/flate"
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@types/node": "^14.0.9",
"@types/node": "^14.0.10",
"husky": "^4.2.5",
"prettier": "^2.0.5",
"react": "^16.13.1"
"lerna": "^3.22.0",
"prettier": "^2.0.5"
}
}
21 changes: 21 additions & 0 deletions packages/insomnia/LICENSE
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.
48 changes: 48 additions & 0 deletions packages/insomnia/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<div align="center">
<img alt="flate logo" src="https://github.com/hiukky/flate/raw/develop/assets/brand.png"/>
<h3>Dark Colored Theme for Insomnia.</h3>
</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://www.npmjs.com/package/@flate/insomnia"><img alt="npm" src="https://img.shields.io/npm/dt/@flate/insomnia?color=%2300CECB&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>
</div>

<div align="center">
<sub>Built with ❤︎ by
<a href="https://github.com/hiukky">Romullo</a>
<br><br>
</div>

<div align="center">
<img src="./assets/insomnia.png?raw=true" />
</div>

# Install

### Preferences

To install this theme go to Insomnia **preferences**.

<div align="center">
<img src="./assets/preferences.png?raw=true" />
</div>

### Preferences > Plugins

In the **plugins** session text field, type `@flate/insomnia` and click the **Install Plugin** button.

<div align="center">
<img src="./assets/plugins.png?raw=true" />
</div>

### Preferences > Themes

After installing and activating the plugin, click on the **themes** tab and look for the **Flate** theme. Once you have done that, select the same and that's it, theme installed successfully!

<div align="center">
<img src="./assets/themes.png?raw=true" />
</div>
Binary file added packages/insomnia/assets/insomnia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/insomnia/assets/plugins.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/insomnia/assets/preferences.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/insomnia/assets/themes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/insomnia/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports.themes = [require('./themes/flate.json')]
26 changes: 26 additions & 0 deletions packages/insomnia/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "@flate/insomnia",
"version": "0.4.0",
"main": "index.js",
"author": {
"name": "Romullo",
"email": "developermarsh@gmail.com",
"url": "https://hiukky.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hiukky/flate/issues"
},
"homepage": "https://github.com/hiukky/flate#readme",
"repository": {
"type": "git",
"url": "https://github.com/hiukky/flate"
},
"categories": [
"Themes"
],
"insomnia": {
"name": "flate",
"description": "Dark colored theme."
}
}
105 changes: 105 additions & 0 deletions packages/insomnia/themes/flate.json
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.
11 changes: 10 additions & 1 deletion CHANGELOG.md → packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log

All notable changes to the "orbit" extension will be documented in this file.
All notable changes to the "flate" extension will be documented in this file.

## [0.4.0]

Fixes

- Color of bracers in css/scss functions
- Color of constants css/scss
- Color of the template expressions
- Fixes and improviments

## [0.3.0]

Expand Down
21 changes: 21 additions & 0 deletions packages/vscode/LICENSE
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.
22 changes: 22 additions & 0 deletions packages/vscode/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<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>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 src="https://github.com/hiukky/flate/blob/develop/packages/vscode/assets/vscode.png?raw=true" />
</div>
Binary file added packages/vscode/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/vscode/assets/vscode.png
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.
2 changes: 1 addition & 1 deletion examples/.html → packages/vscode/examples/.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Orbit</title>
<title>Flate</title>
</head>
<body>
<h1>Dark Neutral Theme for VS Code</h1>
Expand Down
2 changes: 1 addition & 1 deletion examples/.js → packages/vscode/examples/.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const dirs = [process.cwd(), __dirname]
let nickname = 'hiukky'
var age = 23

console.log({ dirs, nickname, age })
console.log({ dirs, nickname: `${nickname}`, age })

class Class {
constructor() {}
Expand Down
2 changes: 1 addition & 1 deletion examples/.json → packages/vscode/examples/.json
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"]
}
Loading

0 comments on commit 1de57c7

Please sign in to comment.