color-variables: add some variables that are used with system theme

This commit is contained in:
MrOtherGuy 2021-12-06 09:40:10 +02:00
parent 05ffcd19c3
commit 5578aa9d2d

View file

@ -10,9 +10,12 @@ See the above repository for updates as well as full license text. */
--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: purple !important;
--toolbar-bgcolor: rgba(0,0,0,0.4) !important; --toolbar-bgcolor: rgba(0,0,0,0.4) !important;
/* tabs */ /* tabs with system theme - text is not controlled by variable */
--tab-selected-bgcolor: powderblue !important;
/* tabs with any other theme */
--lwt-text-color: cyan !important; --lwt-text-color: cyan !important;
--lwt-selected-tab-background-color: cornflowerblue !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;