Theme updates for Ubuntu 20.10

Added pixbuf engine to README reqs for GTK2 theme
Addressing issue #148.
This commit is contained in:
EMH-Mark-I 2020-10-29 21:28:33 -05:00
parent ee422905f6
commit df4f59ee1c
5 changed files with 15 additions and 6 deletions

View File

@ -25,6 +25,8 @@ GTK+ 3.22 or 3.24
Xfce 4.12 or 4.14
gtk2-engines-pixbuf
A Window compositor
(If your are using an older desktop that uses GTK3.18, you can use [this forked version of the theme.](https://github.com/EMH-Mark-I/Chicago95-Custom-XUbuntu-16.04-))

View File

@ -61,6 +61,11 @@ the whisker menu without having to correct their pointer location. */
border-color: transparent;
box-shadow: none;
background-color: transparent; }
#whiskermenu-window frame border {
padding: none;
border: none;
border-image: none;
box-shadow: none; }
#whiskermenu-window scrolledwindow {
border: none;
box-shadow: none; }

View File

@ -15,6 +15,12 @@ frame.view {
border-radius: 0px;
background-color: @theme_bg_color;
box-shadow: none; }
frame border {
border: 2px solid @border_dark;
border-image: url("assets/frame_inset.png");
border-image-slice: 2 2 2 2;
border-radius: 0px;
box-shadow: none; }
frame.border-outset border {
padding: 2px;
border: 2px solid @border_dark;

View File

@ -12,9 +12,6 @@
scrolledwindow {
padding: 0px;
background-color: @bg_color;
border: 2px solid @border_dark;
border-image: url("assets/frame_inset.png");
border-image-slice: 2 2 2 2;
border-radius: 0px;
background-color: @theme_bg_color;
box-shadow: none;

View File

@ -10,7 +10,7 @@
*/
viewport {
padding: 1px;
padding: 0px;
background-color: @bg_color; }
viewport list,
viewport iconview,
@ -27,8 +27,7 @@ viewport list.tweak-categories {
grid viewport {
border: none;
background-color: @bg_color;
border: 1px solid transparent; }
background-color: @bg_color; }
grid viewport box scrolledwindow viewport {
border: none;
box-shadow: inset 0 0;