Add: Option - Fully color

This commit is contained in:
alstjr7375 2021-12-28 16:12:03 +09:00
parent aac7d92899
commit bdbfcd118d
3 changed files with 5 additions and 1 deletions

View file

@ -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";

View file

@ -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}") {

View file

@ -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