Skip to content

Commit

Permalink
Merge pull request #5 from FaBjE/master
Browse files Browse the repository at this point in the history
Add "Properties" section to select dark theme
  • Loading branch information
RaphGL committed Jun 9, 2022
2 parents a115a71 + 1ec26bd commit 486ae40
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "1.9.2",
"version": "1.9.3",
"name": "Dracula Dark Theme",
"short_name": "Dracula",
"theme": {
Expand Down Expand Up @@ -39,6 +39,14 @@
"toolbar_text": "rgb(255, 255, 255)",
"toolbar_top_separator": "rgb(40, 42, 54)",
"toolbar_vertical_separator": "rgb(98, 114, 164)"
},
"properties": {
"color_scheme": "dark",
"panel_hover": "color-mix(in srgb, currentColor 9%, transparent)",
"panel_active": "color-mix(in srgb, currentColor 14%, transparent)",
"panel_active_darker": "color-mix(in srgb, currentColor 25%, transparent)",
"toolbar_field_icon_opacity": "1",
"zap_gradient": "linear-gradient(90deg, #9059FF 0%, #FF4AA2 52.08%, #FFBD4F 100%)"
}
}
}

0 comments on commit 486ae40

Please sign in to comment.