mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-02-01 13:10:40 -08:00
Add: Option - userContent.page.proton_color
This commit is contained in:
parent
797a4fbe5b
commit
18be425aed
2 changed files with 7 additions and 4 deletions
|
|
@ -18,7 +18,9 @@
|
|||
|
||||
/** Fully Dark Mode ***********************************************************/
|
||||
/*= Fully Dark Mode - Dark Mode Colors =======================================*/
|
||||
@import "theme/proton_color";
|
||||
@include Option("userContent.page.proton_color") {
|
||||
@import "theme/proton_color";
|
||||
}
|
||||
@include Option("userContent.page.dark_mode") {
|
||||
@import "contents/dark_mode";
|
||||
}
|
||||
|
|
|
|||
7
user.js
7
user.js
|
|
@ -118,9 +118,10 @@ user_pref("userContent.newTab.full_icon", true);
|
|||
user_pref("userContent.newTab.animate", true);
|
||||
user_pref("userContent.newTab.searchbar", true);
|
||||
|
||||
user_pref("userContent.page.illustration", true);
|
||||
user_pref("userContent.page.dark_mode", true);
|
||||
user_pref("userContent.page.proton", true);
|
||||
user_pref("userContent.page.illustration", true);
|
||||
user_pref("userContent.page.proton_color", true);
|
||||
user_pref("userContent.page.dark_mode", true); // Need proton_color
|
||||
user_pref("userContent.page.proton", true); // Need proton_color
|
||||
|
||||
// ** Useful Options ***********************************************************
|
||||
// Integrated calculator at urlbar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue