Skip to content

Commit 000db0e

Browse files
committed
removed deprecate field and bumped addon
1 parent a8914ee commit 000db0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.idea/
2+
*.xpi

Addon/manifest.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"manifest_version": 3,
3-
"version": "1.9.4",
2+
"manifest_version": 2,
3+
"version": "1.10.0",
44
"name": "Dracula Dark Theme",
55
"short_name": "Dracula",
66

@@ -43,7 +43,6 @@
4343
"toolbar_field_border_focus": "rgb(189, 147, 249)",
4444
"toolbar_field_highlight": "rgb(68, 71, 90)",
4545
"toolbar_field_highlight_text": "rgb(248, 248, 242)",
46-
"toolbar_field_separator": "rgb(98, 114, 164)",
4746
"toolbar_field_text": "rgb(255, 255, 255)",
4847
"toolbar_text": "rgb(255, 255, 255)",
4948
"toolbar_top_separator": "rgb(40, 42, 54)",

0 commit comments

Comments
 (0)