mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 04:10:32 -08:00
Add: Option - Fully color
This commit is contained in:
parent
aac7d92899
commit
bdbfcd118d
3 changed files with 5 additions and 1 deletions
|
|
@ -28,7 +28,9 @@
|
|||
*/
|
||||
|
||||
@import "theme/proton_color";
|
||||
@import "theme/fully_color";
|
||||
@include Option($fullyColor) {
|
||||
@import "theme/fully_color";
|
||||
}
|
||||
|
||||
/* Fully Dark Mode ************************************************************/
|
||||
@import "theme/fully_dark";
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ $compatibility: "userChrome.theme.compatibility";
|
|||
$compatibilityTheme: "userChrome.theme.compatibility.theme";
|
||||
$compatibilityOS: "userChrome.theme.compatibility.os";
|
||||
$systemDefault: "userChrome.theme.system_default";
|
||||
$fullyColor: "userChrome.theme.fully_color";
|
||||
|
||||
@mixin Option($optionName) {
|
||||
@supports -moz-bool-pref("#{$optionName}") {
|
||||
|
|
|
|||
1
user.js
1
user.js
|
|
@ -41,6 +41,7 @@ user_pref("userChrome.theme.compatibility", true);
|
|||
user_pref("userChrome.theme.compatibility.theme", true);
|
||||
user_pref("userChrome.theme.compatibility.os", true);
|
||||
user_pref("userChrome.theme.system_default", true);
|
||||
user_pref("userChrome.theme.fully_color", true);
|
||||
|
||||
// ** Useful Options ***********************************************************
|
||||
// Integrated calculator at urlbar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue