Skip to content

Commit

Permalink
release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasvelasco353 committed May 29, 2021
1 parent bf4d42d commit 510a683
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 15 deletions.
Binary file modified .DS_Store
Binary file not shown.
16 changes: 10 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Change Log

All notable changes to the "midnight-blue" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]

- Initial release
## [1.0.0]
- Initial release

## [1.0.1]
### added
- statusBar.noFolder is #372c69.
- editor.lineHighlightBackground is #1a1f25.
- Theme icon.
### changed
- StatusBar.debugging changed to #4c646a.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Midnight Blue - vscode theme

![Marketplace version](https://vsmarketplacebadge.apphb.com/version-short/SebastianVelasco.midnight-blue.svg)
![MidnightBlue screenshot](./images/screenshot.png)

## Colors:
Expand Down
Binary file modified images/.DS_Store
Binary file not shown.
Binary file added images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,21 @@
"name": "midnight-blue",
"displayName": "midnight blue",
"description": "midnight blue its a vscode theme inspired in the colors blue, yellow and white.",
"version": "0.0.1",
"version": "1.0.1",
"publisher": "SebastianVelasco",
"icon": "./images/icon.png",
"repository": {
"type": "git",
"url": "https://github.com/sebasvelasco353/midnightBlue-vscode"
},
"keywords": [
"theme",
"dark theme",
"velascode_",
"midnight",
"blue",
"midnight blue"
],
"engines": {
"vscode": "^1.56.0"
},
Expand Down
11 changes: 4 additions & 7 deletions themes/midnight blue-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"progressBar.background": "#F9D768",
// editor
"editor.background": "#14171C",
"editor.lineHighlightBackground": "#1a1f25",
// activityBar
"activityBar.background": "#283246",
"activityBar.border": null,
Expand All @@ -31,15 +32,11 @@
// status bar
"statusBar.background": "#283246",
"statusBar.border": null,
"statusBar.debuggingBackground": "#2C4069",
"statusBar.debuggingBackground": "#4c646a",
"statusBar.debuggingForeground": "#ffffff",
"statusBar.debuggingBorder": null,
"statusBar.foreground": "#fff",
// "statusBar.noFolderBackground": "#",
// "statusBar.noFolderForeground": "#",
// "statusBarItem.activeBackground": "#",
// "statusBarItem.hoverBackground": "#",
// "statusBarItem.prominentBackground": "#",
// "statusBarItem.prominentHoverBackground": "#",
"statusBar.noFolderBackground": "#372c69",
// tab
"tab.activeBackground": "#283246",
"tab.activeForeground": "#fff",
Expand Down

0 comments on commit 510a683

Please sign in to comment.