Skip to content

Commit 08a5dba

Browse files
authored
Merge pull request #861 from epulla/master
refactor: Night Flat Theme
2 parents 92094c5 + d7d9278 commit 08a5dba

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ MySQL Proxy
4242

4343
![ScreenShot](./screenshots/editordarker.png)
4444

45+
### Night Flat theme
46+
47+
![ScreenShot](./screenshots/editornightflat.png)
48+
4549
### Retro theme
4650

4751
![ScreenShot](./screenshots/retro.png)

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@
125125
"path": "./themes/OneDark-Pro-mix.json"
126126
},
127127
{
128-
"label": "One Dark Pro More Darker Flat",
128+
"label": "One Dark Pro Night Flat",
129129
"uiTheme": "vs-dark",
130-
"path": "./themes/OneDark-Pro-more-darker-flat.json"
130+
"path": "./themes/OneDark-Pro-night-flat.json"
131131
}
132132
],
133133
"configuration": {
@@ -154,7 +154,8 @@
154154
"Tokyo",
155155
"Retro",
156156
"Gnome",
157-
"Dark Modern"
157+
"Dark Modern",
158+
"One Dark Pro Night Flat"
158159
]
159160
},
160161
"oneDarkPro.italic": {

screenshots/editornightflat.png

541 KB
Loading

themes/OneDark-Pro-more-darker-flat.json renamed to themes/OneDark-Pro-night-flat.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2202,6 +2202,7 @@
22022202
"settings.headerForeground": "#fff",
22032203
"sideBar.background": "#16191d",
22042204
"sideBar.foreground": "#abb2bf",
2205+
"sideBar.border": "#37393d",
22052206
"sideBarSectionHeader.background": "#16191d",
22062207
"sideBarSectionHeader.foreground": "#abb2bf",
22072208
"statusBar.background": "#16191d",

0 commit comments

Comments
 (0)