Made notebook stack color a mix of widget bg and window bg

This commit is contained in:
Eudaimon 2022-06-06 11:15:48 +02:00
parent d88394da68
commit 0b5caad422
1 changed files with 4 additions and 3 deletions

View File

@ -2858,7 +2858,7 @@ notebook > header {
padding: 0px;
border-color: @borders;
border-width: 0px;
background-color: mix(@window_bg, @text_widget_bg, 0.5); }
background-color: mix(@window_bg, @text_widget_bg, 0.2); }
/*notebook > header:backdrop {
border-color: @unfocused_borders;
background-color: @window_bg; }*/
@ -2972,7 +2972,7 @@ notebook > header tab:hover {
}
notebook > header tab:checked {
background-color: @text_widget_bg;/*@selected_bg; */
background-color: mix(@window_bg, @text_widget_bg, 0.5); /*@text_widget_bg; @selected_bg; */
color: @text_widget_fg; /*@selected_fg;*/
/*font-weight: bold;*/
/*border-color: black;*/
@ -3092,7 +3092,8 @@ box-shadow: -1px 3px 2px -2px black,
padding-top: 4px; }*/
notebook > stack:not(:only-child) {
background-color: @text_widget_bg; }
background-color: mix(@window_bg, @text_widget_bg, 0.5); /*@text_widget_bg; */
}
/*notebook > stack:not(:only-child):backdrop {
background-color: @text_widget_bg; }*/