Skip to content

Commit

Permalink
fixed #13: vertical bar was too bright
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphGL committed Dec 19, 2024
1 parent c03f4ac commit 0a0f6e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Addon/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "1.10.0",
"version": "1.10.1",
"name": "Dracula Dark Theme",
"short_name": "Dracula",

Expand Down Expand Up @@ -36,7 +36,7 @@
"tab_selected": "rgb(68, 71, 90)",
"tab_line": "rgb(68, 71, 90)",
"tab_text": "rgb(248, 248, 242)",
"toolbar": "rgb(68, 71, 90)",
"toolbar": "rgb(40, 42, 54)",
"toolbar_bottom_separator": "rgb(68, 71, 90)",
"toolbar_field": "rgb(40, 42, 54)",
"toolbar_field_border": "rgb(98, 114, 164)",
Expand Down

0 comments on commit 0a0f6e8

Please sign in to comment.