Skip to content

Commit

Permalink
ADD: Firefox Cyberpunk Neon v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Roboron3042 committed Feb 23, 2024
1 parent 154459a commit 258b395
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Cyberpunk Neon Fedilab theme is featured on [https://fedilab.app/themes/](https:

## Firefox

The official theme of Cyberpunk Neon is available in [Firefox Addons](https://addons.mozilla.org/es/firefox/addon/cyberpunk-neon/) (by Thomas Leon Highbaugh).
The official theme of Cyberpunk Neon is available in [Firefox Addons](https://addons.mozilla.org/es/firefox/addon/cyberpunk-neon-v2). Please use the "v2" version, as the previous one is not made by me and has some contrast issues.

## Tabletop Simulator

Expand Down
Binary file added apps/firefox/cyberpunk-neon-v2.xpi
Binary file not shown.
Binary file added apps/firefox/cyberpunk-neon-v2.zip
Binary file not shown.
36 changes: 36 additions & 0 deletions apps/firefox/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"manifest_version": 2,
"version": "2.0",
"name": "Cyberpunk Neon",
"theme": {
"images": {},
"properties": {},
"colors": {
"toolbar": "rgb(9, 24, 51)",
"toolbar_text": "rgb(10, 189, 198)",
"frame": "rgb(0, 11, 30)",
"tab_background_text": "rgb(234, 0, 217)",
"toolbar_field": "rgb(11, 41, 86)",
"toolbar_field_text": "rgb(10, 189, 198)",
"tab_line": "rgb(234, 0, 217)",
"popup": "rgb(9, 24, 51)",
"popup_text": "rgb(10, 189, 198)",
"button_background_active": "rgb(50, 25, 89)",
"button_background_hover": "rgb(11, 41, 86)",
"popup_border": "rgb(5, 117, 131)",
"popup_highlight_text": "rgb(234, 0, 217)",
"popup_highlight": "rgb(50, 25, 89)",
"sidebar_border": "rgb(1, 47, 63)",
"sidebar_highlight_text": "rgb(234, 0, 217)",
"sidebar_highlight": "rgb(140, 3, 142)",
"sidebar_text": "rgb(10, 189, 198)",
"sidebar": "rgb(9, 24, 51)",
"tab_loading": "rgb(245, 120, 0)",
"tab_text": "rgb(234, 0, 217)",
"toolbar_field_border": "rgb(5, 117, 131)",
"ntp_background": "rgb(0, 11, 30)",
"ntp_card_background": "rgb(11, 41, 86)",
"ntp_text": "rgb(10, 189, 198)"
}
}
}

0 comments on commit 258b395

Please sign in to comment.