Skip to content

Commit 0a0f6e8

Browse files
committed
fixed #13: vertical bar was too bright
1 parent c03f4ac commit 0a0f6e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Addon/manifest.json

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

@@ -36,7 +36,7 @@
3636
"tab_selected": "rgb(68, 71, 90)",
3737
"tab_line": "rgb(68, 71, 90)",
3838
"tab_text": "rgb(248, 248, 242)",
39-
"toolbar": "rgb(68, 71, 90)",
39+
"toolbar": "rgb(40, 42, 54)",
4040
"toolbar_bottom_separator": "rgb(68, 71, 90)",
4141
"toolbar_field": "rgb(40, 42, 54)",
4242
"toolbar_field_border": "rgb(98, 114, 164)",

0 commit comments

Comments
 (0)