mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-30 20:30:36 -08:00
Add: builtInContrast Option
This commit is contained in:
parent
c9ec7bc97b
commit
90fdecf75a
3 changed files with 8 additions and 1 deletions
|
|
@ -6,7 +6,9 @@
|
|||
@namespace html "http://www.w3.org/1999/xhtml";
|
||||
|
||||
/** Default Thme - Contrast ***************************************************/
|
||||
@import "theme/built_in";
|
||||
@include Option($builtInContrast) {
|
||||
@import "theme/built_in";
|
||||
}
|
||||
|
||||
/** Theme - Compatibility *****************************************************/
|
||||
@import "theme/theme_compatibility";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
$tabProton: "userChrome.tab.proton";
|
||||
|
||||
$builtInContrast: "userChrome.theme.builtInContrast";
|
||||
|
||||
@mixin Option($optionName) {
|
||||
@supports -moz-bool-pref("#{$optionName}") {
|
||||
@content;
|
||||
|
|
|
|||
3
user.js
3
user.js
|
|
@ -35,6 +35,9 @@ user_pref("userChrome.tab.connect_to_window", true); // Original, Photon
|
|||
user_pref("userChrome.panel.proton", true); // Original, Proton
|
||||
// user_pref("userChrome.panel.photon", true); // Photon
|
||||
|
||||
// == Theme Default Settings ===================================================
|
||||
user_pref("userChrome.theme.builtInContrast");
|
||||
|
||||
// ** Useful Options ***********************************************************
|
||||
// Integrated calculator at urlbar
|
||||
user_pref("browser.urlbar.suggest.calculator", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue