From 5578aa9d2d15cbfcb6152cc6d2e6136513bdd289 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Mon, 6 Dec 2021 09:40:10 +0200 Subject: [PATCH] color-variables: add some variables that are used with system theme --- chrome/color_variable_template.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/chrome/color_variable_template.css b/chrome/color_variable_template.css index 626289e..d9137db 100644 --- a/chrome/color_variable_template.css +++ b/chrome/color_variable_template.css @@ -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; /* window and toolbar background */ --lwt-frame: purple !important; - --toolbar-bgcolor: rgba(0,0,0,0.4) !important; - /* tabs */ + --toolbar-bgcolor: rgba(0,0,0,0.4) !important; + /* 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-selected-tab-background-color: cornflowerblue !important; /* toolbar area */ --toolbarbutton-icon-fill: white !important; --lwt-toolbarbutton-hover-background: orange !important;