Skip to content

Commit 510a683

Browse files
release v1.0.1
1 parent bf4d42d commit 510a683

File tree

7 files changed

+30
-15
lines changed

7 files changed

+30
-15
lines changed

.DS_Store

0 Bytes
Binary file not shown.

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Change Log
2-
3-
All notable changes to the "midnight-blue" extension will be documented in this file.
4-
5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6-
72
## [Unreleased]
83

9-
- Initial release
4+
## [1.0.0]
5+
- Initial release
6+
7+
## [1.0.1]
8+
### added
9+
- statusBar.noFolder is #372c69.
10+
- editor.lineHighlightBackground is #1a1f25.
11+
- Theme icon.
12+
### changed
13+
- StatusBar.debugging changed to #4c646a.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Midnight Blue - vscode theme
2-
2+
![Marketplace version](https://vsmarketplacebadge.apphb.com/version-short/SebastianVelasco.midnight-blue.svg)
33
![MidnightBlue screenshot](./images/screenshot.png)
44

55
## Colors:

images/.DS_Store

0 Bytes
Binary file not shown.

images/icon.png

6.74 KB
Loading

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@
22
"name": "midnight-blue",
33
"displayName": "midnight blue",
44
"description": "midnight blue its a vscode theme inspired in the colors blue, yellow and white.",
5-
"version": "0.0.1",
5+
"version": "1.0.1",
6+
"publisher": "SebastianVelasco",
7+
"icon": "./images/icon.png",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/sebasvelasco353/midnightBlue-vscode"
11+
},
12+
"keywords": [
13+
"theme",
14+
"dark theme",
15+
"velascode_",
16+
"midnight",
17+
"blue",
18+
"midnight blue"
19+
],
620
"engines": {
721
"vscode": "^1.56.0"
822
},

themes/midnight blue-color-theme.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"progressBar.background": "#F9D768",
77
// editor
88
"editor.background": "#14171C",
9+
"editor.lineHighlightBackground": "#1a1f25",
910
// activityBar
1011
"activityBar.background": "#283246",
1112
"activityBar.border": null,
@@ -31,15 +32,11 @@
3132
// status bar
3233
"statusBar.background": "#283246",
3334
"statusBar.border": null,
34-
"statusBar.debuggingBackground": "#2C4069",
35+
"statusBar.debuggingBackground": "#4c646a",
36+
"statusBar.debuggingForeground": "#ffffff",
3537
"statusBar.debuggingBorder": null,
3638
"statusBar.foreground": "#fff",
37-
// "statusBar.noFolderBackground": "#",
38-
// "statusBar.noFolderForeground": "#",
39-
// "statusBarItem.activeBackground": "#",
40-
// "statusBarItem.hoverBackground": "#",
41-
// "statusBarItem.prominentBackground": "#",
42-
// "statusBarItem.prominentHoverBackground": "#",
39+
"statusBar.noFolderBackground": "#372c69",
4340
// tab
4441
"tab.activeBackground": "#283246",
4542
"tab.activeForeground": "#fff",

0 commit comments

Comments
 (0)