Skip to content

Commit

Permalink
Merge branch 'release/0.4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
hiukky committed Jun 9, 2020
2 parents 6a75e4f + e6ce38a commit 2142cbf
Show file tree
Hide file tree
Showing 18 changed files with 193 additions and 163 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,27 @@
<img alt="GitHub license" src="https://img.shields.io/github/license/hiukky/flate?color=%236BF178&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" />
<img alt="GitHub stars" src="https://img.shields.io/github/stars/hiukky/flate?color=%23a29bfe&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" />
<img alt="GitHub issues" src="https://img.shields.io/github/issues/hiukky/flate?color=%23eab464&style=flat-square" />
</a>
</p>

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

<div align="center" style="font-size: 1.3rem; font-weight: 600;">
<a href="https://github.com/hiukky/flate/blob/master/packages/vscode/README.md"> VS Code </a><br/>
<a href="https://github.com/hiukky/flate/blob/master/packages/insomnia/README.md"> Insomnia </a>
</div>
<h2 align="center"> A package of dark themes with a mix of cool colors. </h2>

### [VS Code](https://github.com/hiukky/flate/blob/master/packages/vscode/README.md)

<img src="https://github.com/hiukky/flate/blob/develop/packages/vscode/assets/vscode.png?raw=true" />

### [Insomnia](https://github.com/hiukky/flate/blob/master/packages/insomnia/README.md)

<img src="https://github.com/hiukky/flate/blob/master/packages/insomnia/assets/insomnia.png?raw=true" />
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@types/node": "^14.0.10",
"@types/node": "^14.0.13",
"husky": "^4.2.5",
"lerna": "^3.22.0",
"lerna": "^3.22.1",
"prettier": "^2.0.5"
}
}
18 changes: 18 additions & 0 deletions packages/insomnia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Change Log

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

## [0.4.2]

Changes

- Changing the color of the JSON object keys

Fixes

- Correcting the colours of the JSON object in the dialog
- Fixes and improviments

## [0.4.0]

- Initial release
4 changes: 2 additions & 2 deletions packages/insomnia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<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" />
<img alt="GitHub stars" src="https://img.shields.io/github/stars/hiukky/flate?color=%23a29bfe&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" />
<img alt="GitHub issues" src="https://img.shields.io/github/issues/hiukky/flate?color=%23eab464&style=flat-square" />
</a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion packages/insomnia/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports.themes = [require('./themes/flate.json')]
module.exports.themes = [require('./themes/flate')]
2 changes: 1 addition & 1 deletion packages/insomnia/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flate/insomnia",
"description": "Dark colored theme for Insomnia.",
"version": "0.4.1",
"version": "0.4.2",
"main": "index.js",
"author": {
"name": "Romullo",
Expand Down
108 changes: 108 additions & 0 deletions packages/insomnia/themes/flate.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
module.exports = {
name: 'flate',
displayName: '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)',
},
rawCss: `
.CodeMirror {
color: #E4CE05 !important;
}
`,
styles: {
dialog: {
background: {
success: '#6bf178',
notice: '#ffffff',
},
},
dropdown: {
background: {
success: '#ff5d8f',
notice: '#ffffff',
surprise: '#6bf178',
notice: '#ffe066',
},
},
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: {
success: '#6bf178',
notice: '#ffffff',
surprise: '#eab464',
},
},
paneHeader: {
background: {
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' },
},
},
},
}
105 changes: 0 additions & 105 deletions packages/insomnia/themes/flate.json

This file was deleted.

9 changes: 9 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## [0.4.2]

Fixes

- Color of binding pattern array
- Color for media query bracket css/scss
- Control operator css/scss
- Fixes and improviments

## [0.4.0]

Fixes
Expand Down
14 changes: 11 additions & 3 deletions packages/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
<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" />
<img alt="Visual Studio Marketplace Downloads" src="https://img.shields.io/visual-studio-marketplace/d/hiukky.flate?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" />
<img alt="GitHub stars" src="https://img.shields.io/github/stars/hiukky/flate?color=%23a29bfe&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" />
<img alt="GitHub issues" src="https://img.shields.io/github/issues/hiukky/flate?color=%23eab464&style=flat-square" />
</a>
</p>

Expand All @@ -29,6 +29,14 @@
<br/><br/>
</p>

<h2> Screenshots </h2>

<div align="center">
<img src="https://github.com/hiukky/flate/blob/develop/packages/vscode/assets/vscode.png?raw=true" />
<br/><br/>
<img src="https://github.com/hiukky/flate/blob/develop/packages/vscode/assets/screen-1.png?raw=true" />
<br/><br/>
<img src="https://github.com/hiukky/flate/blob/develop/packages/vscode/assets/screen-2.png?raw=true" />
<br/><br/>
<img src="https://github.com/hiukky/flate/blob/develop/packages/vscode/assets/screen-3.png?raw=true" />
</div>
Binary file added packages/vscode/assets/screen-1.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/screen-2.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/screen-3.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 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.
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "flate",
"displayName": "Flate",
"description": "Dark Colored Theme for VS Code.",
"version": "0.4.1",
"version": "0.4.2",
"publisher": "hiukky",
"author": {
"name": "Romullo",
Expand Down
Loading

0 comments on commit 2142cbf

Please sign in to comment.