Adwaita: use borders_color for separators

- fixes #2175
This commit is contained in:
Sam Hewitt 2019-10-07 13:05:12 -04:00
parent a3cfb42888
commit 023bb2c984
3 changed files with 3 additions and 3 deletions

View File

@ -3729,7 +3729,7 @@ scrolledwindow {
//vbox and hbox separators
separator {
background: transparentize(black, 0.9);
background: lighten($borders_color, 5%);
min-width: 1px;
min-height: 1px;
}

View File

@ -1616,7 +1616,7 @@ scrolledwindow junction:dir(rtl) { border-image-slice: 0 1 0 0; }
scrolledwindow junction:backdrop { border-image-source: linear-gradient(to bottom, #202020 1px, transparent 1px); background-color: #2d2d2d; transition: 200ms ease-out; }
separator { background: rgba(0, 0, 0, 0.1); min-width: 1px; min-height: 1px; }
separator { background: #282828; min-width: 1px; min-height: 1px; }
/********* Lists * */
list { color: white; background-color: #2d2d2d; border-color: #1b1b1b; }

View File

@ -1632,7 +1632,7 @@ scrolledwindow junction:dir(rtl) { border-image-slice: 0 1 0 0; }
scrolledwindow junction:backdrop { border-image-source: linear-gradient(to bottom, #d5d0cc 1px, transparent 1px); background-color: #efedec; transition: 200ms ease-out; }
separator { background: rgba(0, 0, 0, 0.1); min-width: 1px; min-height: 1px; }
separator { background: #d8d4d0; min-width: 1px; min-height: 1px; }
/********* Lists * */
list { color: black; background-color: #ffffff; border-color: #cdc7c2; }