Skip to content

Commit

Permalink
added alucard theme
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphGL committed Feb 6, 2025
1 parent 1bcbc53 commit 1eb2e12
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
File renamed without changes.
61 changes: 61 additions & 0 deletions Addon/light/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"manifest_version": 2,
"version": "1.0",
"name": "Dracula Light Theme",
"short_name": "Alucard",

"browser_specific_settings": {
"gecko": {
"id": "{b743f56d-1cc1-4048-8ba6-f9c2ab7aa54d}",
"strict_min_version": "109.0"
}
},

"theme": {
"colors": {
"button_background_active": "rgb(210, 210, 210)",
"button_background_hover": "rgb(230, 230, 230)",
"frame": "rgb(230, 230, 230)",
"icons": "rgb(40, 42, 54)",
"icons_attention": "rgb(189, 147, 249)",
"ntp_background": "rgb(230, 230, 230)",
"ntp_text": "rgb(255, 42, 54)",
"popup": "rgb(230, 230, 230)",
"popup_text": "rgb(40, 42, 54)",
"popup_border": "rgb(98, 114, 164)",
"popup_highlight": "rgb(98, 114, 164)",
"popup_highlight_text": "rgb(248, 248, 242)",
"sidebar": "rgb(230, 230, 230)",
"sidebar_border": "rgb(98, 114, 164)",
"sidebar_highlight": "rgb(98, 114, 164)",
"sidebar_highlight_text": "rgb(248, 248, 242)",
"sidebar_text": "rgb(40, 42, 54)",
"tab_background_separator": "rgb(98, 114, 164)",
"tab_background_text": "rgb(68, 71, 90)",
"tab_loading": "rgb(98, 114, 164)",
"tab_selected": "rgb(248, 248, 242)",
"tab_line": "rgb(255, 248, 242)",
"tab_text": "rgb(40, 42, 54)",
"toolbar": "rgb(248, 248, 242)",
"toolbar_bottom_separator": "rgb(68, 71, 90)",
"toolbar_field": "rgb(230, 230, 230)",
"toolbar_field_border": "rgb(98, 114, 164)",
"toolbar_field_border_focus": "rgb(98, 114, 164)",
"toolbar_field_highlight": "rgb(98, 114, 164)",
"toolbar_field_highlight_text": "rgb(248, 248, 242)",
"toolbar_field_text": "rgb(40, 42, 54)",
"toolbar_text": "rgb(40, 42, 54)",
"toolbar_top_separator": "rgb(40, 42, 54)",
"toolbar_vertical_separator": "rgb(98, 114, 164)"
},

"properties": {
"color_scheme": "light",
"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 1eb2e12

Please sign in to comment.