Skip to content

Commit

Permalink
add: light-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
danisec committed May 6, 2022
1 parent 8206282 commit b72f966
Show file tree
Hide file tree
Showing 6 changed files with 443 additions and 53 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
</div>

<p align="center">
<img src="https://github.com/danisec/assets/blob/main/images/cool-theme/walpaper-preview/0-cool-theme%231-preview.png?raw=true" alt="Aura Theme" width="70%" />
<img src="https://github.com/danisec/assets/blob/main/images/cool-theme/walpaper-preview/0-cool-theme%231-preview.png?raw=true" alt="Cool Theme" width="100%" />
</p>

<p align="center">
<img src="https://github.com/danisec/assets/blob/main/images/cool-theme/walpaper-preview/0-cool-theme%232-preview.png?raw=true" alt="Cool Theme" width="100%" />
</p>

### Installing
Expand All @@ -23,7 +27,7 @@
2. Search for `Cool theme` - by **Dani Aprilyanto**
3. Click **Install** to install it.
4. Click **Reload** to reload the your editor
5. Code > Preferences > Color Theme > **Cool**
5. Code > Preferences > Color Theme > **Cool theme**

## Author

Expand Down
41 changes: 0 additions & 41 deletions icons/cool-icon-theme.json

This file was deleted.

9 changes: 0 additions & 9 deletions icons/images/cool-theme.svg

This file was deleted.

14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cool-theme",
"displayName": "Cool theme",
"description": "A cool theme for Visual Studio Code",
"version": "1.0.2",
"version": "2.0.0",
"icon": "images/cool-theme.png",
"engines": {
"vscode": "^1.66.0"
Expand All @@ -16,12 +16,24 @@
"categories": [
"Themes"
],
"keywords": [
"cool",
"themes",
"theme",
"light",
"dark"
],
"contributes": {
"themes": [
{
"label": "Cool theme - dark blue",
"uiTheme": "vs-dark",
"path": "./themes/cool-color-theme.json"
},
{
"label": "Cool theme - light blue",
"uiTheme": "vs",
"path": "./themes/cool-light-color-theme.json"
}
]
},
Expand Down
1 change: 1 addition & 0 deletions themes/cool-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"statusBar.background": "#1f1a27",
"statusBar.foreground": "#adacae",
"statusBar.border": "#141414",
"statusBar.noFolderBackground": "#1A132F",
"statusBar.debuggingForeground": "#21202e",
"statusBar.debuggingBackground": "#a19c77",
"statusBarItem.activeBackground": "#a277ff",
Expand Down
Loading

0 comments on commit b72f966

Please sign in to comment.