Skip to content

Commit

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

Expand Down Expand Up @@ -33,10 +33,10 @@
"tab_background_separator": "rgb(98, 114, 164)",
"tab_background_text": "rgb(199, 202, 210)",
"tab_loading": "rgb(98, 114, 164)",
"tab_selected": "rgb(68, 71, 90)",
"tab_line": "rgb(68, 71, 90)",
"tab_selected": "rgb(98, 114, 164)",
"tab_line": "rgb(98, 114, 164)",
"tab_text": "rgb(248, 248, 242)",
"toolbar": "rgb(40, 42, 54)",
"toolbar": "rgb(68, 71, 90)",
"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 e326426

Please sign in to comment.