Import newer upstream.

This commit is contained in:
2023-09-25 16:54:03 -07:00
parent a8611b8b16
commit 098531073c
66 changed files with 13399 additions and 10203 deletions

View File

@ -127,6 +127,11 @@ notebook stack {
background-color: @bg-color;
}
notebook header {
background-color: @bg-color;
border-color: @strong-border-color;
}
/* Use this to make a border or padding around each tab */
notebook header tabs tab {
padding: 1px;
@ -236,10 +241,6 @@ scrolledwindow viewport grid, scrolledwindow viewport box {
border: 0px solid @bg-color;
}
notebook header {
background-color: @bg-color;
}
PikaRuler {
background-color: @ruler-color;
}
@ -322,6 +323,11 @@ spinbutton, entry {
border-color: @strong-border-color;
}
/* Styling for the +/- buttons */
spinbutton button.up, spinbutton button.down {
background-color: @bg-color;
}
PikaSpinScale entry progress {
background-color: @extreme-selected-color;
border-width: 0px;
@ -339,7 +345,7 @@ checkbutton:hover, checkbutton.text-button:hover, checkbutton:hover label, radio
background-color: @hover-color;
}
checkbutton check, radiobutton radio {
checkbutton check, radiobutton radio, treeview.view check {
background-image: none;
background-color: @extreme-bg-color;
border: 1px solid @stronger-border-color;
@ -414,6 +420,10 @@ menuitem *:hover {
background: @extreme-selected-color;
}
menuitem check {
border-color: @fg-color;
}
/* "Add Tab" menu in dockable dialog */
menu {
background-color: @bg-color;
@ -430,9 +440,17 @@ menu box {
* with a different background color. Let's get rid of it.
*/
menu separator {
background-color: @stronger-border-color;
margin: 0;
}
/* Defines the border around the Save Image actionbar options */
actionbar revealer box {
border-width: 0px;
border-top-width: 1px;
border-top-color: @strong-border-color;
}
/* Sidebar in File > Open */
/* The background to either side of the directory buttons.
@ -474,12 +492,11 @@ switch {
border: 1px solid @stronger-border-color;
}
/* The switch button is quite hard to understand without color IMO. So
* accept a bit of color here as an exception to indicate the checked
* state, even though this is globally a neutral gray theme.
/* The switch button is hard to understand without color.
* Let's indicate the checked state with foreground color.
*/
switch:checked {
background-color: rgb(200,200,255);
background-color: @fg-color;
}
/* This prevents the 1/0 labels from appearing inside the switch slider */