Skip to content

Commit a396a92

Browse files
authored
add dracula theme folder (codesandbox#2257)
1 parent 4f295f7 commit a396a92

File tree

6 files changed

+2468
-5
lines changed

6 files changed

+2468
-5
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
node_modules
2-
theme
32
src/tests
43
bin

standalone-packages/vscode-extensions/out/extensions/dracula-theme.theme-dracula-2.17.0/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.18.0
4+
5+
### Minor
6+
7+
- Add support for `statusBarItem.remoteBackground` (currently available in insiders) #105
8+
39
## 2.17.0
410

511
### Minor

standalone-packages/vscode-extensions/out/extensions/dracula-theme.theme-dracula-2.17.0/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "theme-dracula",
3-
"version": "2.17.0",
3+
"version": "2.18.0",
44
"displayName": "Dracula Official",
55
"homepage": "https://draculatheme.com/",
66
"description": "Official Dracula Theme. A dark theme for many editors, shells, and more.",
@@ -63,8 +63,8 @@
6363
]
6464
},
6565
"devDependencies": {
66-
"js-yaml": "^3.12.0",
67-
"prettier": "^1.14.3",
66+
"js-yaml": "^3.13.1",
67+
"prettier": "^1.17.0",
6868
"tinycolor2": "^1.4.1"
6969
},
7070
"__metadata": {

0 commit comments

Comments
 (0)