Skip to content

Commit

Permalink
Merge branch 'release/0.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
hiukky committed Jun 3, 2020
2 parents a7e7cb3 + c5f11e7 commit 63d20d5
Show file tree
Hide file tree
Showing 8 changed files with 205 additions and 166 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [0.3.0]

Changes

- New color scheme
- Fixes and improviments

## [0.2.4]

Fixes
Expand Down
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<div align="center">
<img alt="orbit logo" src="https://github.com/hiukky/orbit/raw/develop/assets/logo.png" width="300x300" height="300" />
<h1> Orbit </h1>
<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://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>
<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">
Expand Down
Binary file added 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 modified 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.
9 changes: 7 additions & 2 deletions examples/.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
@import "https://fonts.googleapis.com/css?family=Inter:400,500,700|Lato:400,700|Nunito:400,600,700&display=swap";

$font: "Nunito", sans-serif;
@function gtkalpha($c, $a) {
@return unquote('alpha(#{$c},#{$a})');
}

$font: "Nunito",
sans-serif;
$background-color: #2d3436;

html,
Expand All @@ -17,4 +22,4 @@ body {
#id {
position: absolute;
display: flex;
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "orbit",
"displayName": "Orbit",
"description": "Dark Colored Theme for VS Code.",
"version": "0.2.4",
"version": "0.3.0",
"publisher": "hiukky",
"icon": "assets/logo.png",
"engines": {
Expand Down
Loading

0 comments on commit 63d20d5

Please sign in to comment.