Add some missing variables
This commit is contained in:
parent
4542a03f38
commit
961c40c34b
1 changed files with 7 additions and 5 deletions
|
@ -9,16 +9,15 @@ See the above repository for updates as well as full license text. */
|
||||||
--arrowpanel-color: cyan !important;
|
--arrowpanel-color: cyan !important;
|
||||||
--arrowpanel-dimmed: rgba(0,0,0,0.4) !important;
|
--arrowpanel-dimmed: rgba(0,0,0,0.4) !important;
|
||||||
/* window and toolbar background */
|
/* window and toolbar background */
|
||||||
--lwt-frame: purple !important;
|
--lwt-frame: red !important; /* pre fx94 */
|
||||||
|
--lwt-accent-color: red !important;
|
||||||
|
--lwt-accent-color-inactive: green !important;
|
||||||
--toolbar-bgcolor: rgba(0,0,0,0.4) !important;
|
--toolbar-bgcolor: rgba(0,0,0,0.4) !important;
|
||||||
/* tabs with system theme - text is not controlled by variable */
|
/* tabs with system theme - text is not controlled by variable */
|
||||||
--tab-selected-bgcolor: powderblue !important;
|
--tab-selected-bgcolor: powderblue !important;
|
||||||
/* tabs with any other theme */
|
/* tabs with any other theme */
|
||||||
--lwt-text-color: cyan !important;
|
--lwt-text-color: cyan !important;
|
||||||
--lwt-selected-tab-background-color: cornflowerblue !important;
|
--lwt-selected-tab-background-color: cornflowerblue !important;
|
||||||
/* line between nav-bar and tabs toolbar,
|
|
||||||
also fallback color for border around selected tab */
|
|
||||||
--lwt-tabs-border-color: cyan !important;
|
|
||||||
/* toolbar area */
|
/* toolbar area */
|
||||||
--toolbarbutton-icon-fill: white !important;
|
--toolbarbutton-icon-fill: white !important;
|
||||||
--lwt-toolbarbutton-hover-background: orange !important;
|
--lwt-toolbarbutton-hover-background: orange !important;
|
||||||
|
@ -41,6 +40,9 @@ See the above repository for updates as well as full license text. */
|
||||||
--lwt-sidebar-background-color: purple !important;
|
--lwt-sidebar-background-color: purple !important;
|
||||||
--lwt-sidebar-text-color: yellow !important;
|
--lwt-sidebar-text-color: yellow !important;
|
||||||
}
|
}
|
||||||
|
/* line between nav-bar and tabs toolbar,
|
||||||
|
also fallback color for border around selected tab */
|
||||||
|
#navigator-toolbox{ --lwt-tabs-border-color: cyan !important; }
|
||||||
/* Line above tabs */
|
/* Line above tabs */
|
||||||
#tabbrowser-tabs{ --lwt-tab-line-color: white !important; }
|
#tabbrowser-tabs{ --lwt-tab-line-color: white !important; }
|
||||||
/* the header-area of sidebar needs this to work */
|
/* the header-area of sidebar needs this to work */
|
||||||
|
|
Loading…
Reference in a new issue