Theme Update

This commit is contained in:
aidan 2019-09-11 00:08:09 -05:00
parent 66228d460d
commit 2c3ec884e4
13 changed files with 38 additions and 6 deletions

View File

@ -24,3 +24,7 @@
/* XFCE APP: Color Profiles */
.color-profiles {
background-color: #c0c0c0; }
/* Thunar sidebar border */
.thunar .sidebar {
border-right: 1px solid @bg_bright; }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 504 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -1679,6 +1679,9 @@ tabs arrow.up {
background-position: 5px 10px;
}
#gtk-combobox-popup-menu arrow {
-gtk-icon-source: none; }
/*******************
* slider / switch *
*******************/

View File

@ -62,6 +62,9 @@
border-right: 1px solid @bg_bright;
box-shadow: inset 1px 1px @bg_shade; }
.thunar toolbar toolitem entry image.left {
margin-right: 4px; }
.thunar #main-menu {
border-top: 1px solid @bg_shade;
box-shadow: inset 0px 1px @bg_bright, inset -1px -1px @bg_shade;

View File

@ -37,6 +37,7 @@ the whisker menu without having to correct their pointer location. */
#whiskermenu-button image,
#applicationmenu-button image {
padding: 1px;
margin-right: -2px;
background-repeat: no-repeat;
background-size: contain;
background-position: center; }

View File

@ -30,7 +30,8 @@ XfdesktopIconView.view {
#xfce4-notification-plugin,
#pulseaudio-button,
#xfce4-power-manager-plugin,
#indicator-button {
#indicator-button,
#showdesktop-button {
padding: 0px;
border: transparent;
/*box-shadow: inset 0px 1px white;*/
@ -59,12 +60,21 @@ XfdesktopIconView.view {
box-shadow: none;
color: @panel_fg_color_bright;
background-color: @selected_bg_color; }
#showdesktop-button:checked {
border-bottom: 1px solid @bg_bright;
border-right: 1px solid @bg_bright;
border-top: 1px solid @bg_dark;
border-left: 1px solid @bg_dark;
box-shadow: inset -1px -1px @bg_color, inset 1px 1px @bg_shade; }
#clock-button {
border: 2px solid transparent;
box-shadow: inset 1px 1px @bg_shade, inset -1px -1px @bg_bright;
margin: 0px;
background-color: transparent; }
#clock-button label {
padding: 2px; }
/* Workspace switcher */
wnck-pager {
@ -82,14 +92,22 @@ wnck-pager {
margin: 0px;
background-color: transparent; }
.tasklist .toggle box {
transition: 0s font-weight, border-left, border-right, border-top, border-bottom, box-shadow;
margin: 2px;
border-left: 1px solid @bg_bright;
border-top: 1px solid @bg_bright;
border-right: 1px solid @bg_dark;
border-bottom: 1px solid @bg_dark;
box-shadow: inset -1px -1px @bg_shade; }
.tasklist .toggle:checked box,
.tasklist .toggle:active box {
font-weight: bold;
border-left: 1px solid @bg_dark;
border-top: 1px solid @bg_dark;
border-right: 1px solid @bg_bright;
border-bottom: 1px solid @bg_bright;
box-shadow: inset 1px 1px @bg_shade, inset -1px -1px @bg_color;
transition-delay: 1s; }
.tasklist .toggle:checked box {
/*font-family: "NotoSans-Bold";*/
font-weight: bold;
border-left: 1px solid @bg_dark;
@ -99,10 +117,10 @@ wnck-pager {
box-shadow: inset 1px 1px @bg_shade, inset -1px -1px @bg_color;
background-color: @border_bright;
background-image: linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @bg_color), linear-gradient(45deg, @bg_color 25%, transparent 25%, transparent 75%, @bg_color 75%, @border_dark);
background-size: 2px 2px;
background-position: 0 0, 1px 1px; }
.tasklist .toggle label {
margin-right: 4px; }
background-size: 2px 2px;
background-position: 0 0, 1px 1px; }
.tasklist .toggle label {
margin-right: 4px; }
/* XFCE APP: Color Profiles */
.color-profiles {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@ -1679,6 +1679,9 @@ tabs arrow.up {
background-position: 5px 10px;
}
#gtk-combobox-popup-menu arrow {
-gtk-icon-source: none; }
/*******************
* slider / switch *
*******************/