Skip to content

Commit

Permalink
Improveent: Whisker menu - enty and panel button colors
Browse files Browse the repository at this point in the history
  • Loading branch information
thekomer committed Mar 3, 2022
1 parent 586bc8a commit d3d8314
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 9 deletions.
6 changes: 3 additions & 3 deletions gtk-3.0/_drawing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@
@if $t==osd {
color: $osd_fg_color;
border-color: $osd_borders_color;
background-color: transparentize(opacify($osd_borders_color, 1), 0.5);
background-color: transparentize(opacify($osd_bg_color, 1), 0.5);
box-shadow: none;
text-shadow: 0 1px black;
-gtk-icon-shadow: 0 1px black;
}
@if $t==osd-focus {
color: $osd_fg_color;
border-color: $selected_bg_color;
background-color: transparentize(opacify($osd_borders_color, 1), 0.5);
background-color: transparentize(opacify($osd_bg_color, 1), 0.5);
background-clip: padding-box;
text-shadow: 0 1px black;
-gtk-icon-shadow: 0 1px black;
Expand All @@ -123,7 +123,7 @@
@if $t==osd-backdrop {
color: $osd_fg_color;
border-color: $osd_borders_color;
background-color: transparentize(opacify($osd_borders_color, 1), 0.5);
background-color: transparentize(opacify($osd_bg_color, 1), 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
Expand Down
14 changes: 14 additions & 0 deletions gtk-3.0/apps/_xfce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,20 @@ wnck-pager {
}
}

// Menu search box
#whiskermenu-window entry {
@include entry(osd);
color: $fg_color;
&:focus{
border-color: $selected_bg_color;
}
}

// Panel menu button
#whiskermenu-button {
border-radius: 0.6em;
}

// category button
#whiskermenu-window button {
background-color: transparent;
Expand Down
20 changes: 17 additions & 3 deletions gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2023,23 +2023,23 @@ entry {
entry {
color: #fefefe;
border-color: rgba(255, 255, 255, 0.1);
background-color: rgba(255, 255, 255, 0.5);
background-color: rgba(6, 7, 12, 0.5);
box-shadow: none;
text-shadow: 0 1px black;
-gtk-icon-shadow: 0 1px black; }
.osd spinbutton:focus:not(.vertical), .osd
entry:focus {
color: #fefefe;
border-color: #ff6a00;
background-color: rgba(255, 255, 255, 0.5);
background-color: rgba(6, 7, 12, 0.5);
background-clip: padding-box;
text-shadow: 0 1px black;
-gtk-icon-shadow: 0 1px black; }
.osd spinbutton:backdrop:not(.vertical), .osd
entry:backdrop {
color: #fefefe;
border-color: rgba(255, 255, 255, 0.1);
background-color: rgba(255, 255, 255, 0.5);
background-color: rgba(6, 7, 12, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
Expand Down Expand Up @@ -6074,6 +6074,20 @@ wnck-pager {
#whiskermenu-window box widget:hover {
color: #BFC3CD; }

#whiskermenu-window entry {
color: #fefefe;
border-color: rgba(255, 255, 255, 0.1);
background-color: rgba(6, 7, 12, 0.5);
box-shadow: none;
text-shadow: 0 1px black;
-gtk-icon-shadow: 0 1px black;
color: #BFC3CD; }
#whiskermenu-window entry:focus {
border-color: #ff6a00; }

#whiskermenu-button {
border-radius: 0.6em; }

#whiskermenu-window button {
background-color: transparent;
border: none;
Expand Down
20 changes: 17 additions & 3 deletions gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -2023,23 +2023,23 @@ entry {
entry {
color: #fefefe;
border-color: rgba(255, 255, 255, 0.1);
background-color: rgba(255, 255, 255, 0.5);
background-color: rgba(6, 7, 12, 0.5);
box-shadow: none;
text-shadow: 0 1px black;
-gtk-icon-shadow: 0 1px black; }
.osd spinbutton:focus:not(.vertical), .osd
entry:focus {
color: #fefefe;
border-color: #ff6a00;
background-color: rgba(255, 255, 255, 0.5);
background-color: rgba(6, 7, 12, 0.5);
background-clip: padding-box;
text-shadow: 0 1px black;
-gtk-icon-shadow: 0 1px black; }
.osd spinbutton:backdrop:not(.vertical), .osd
entry:backdrop {
color: #fefefe;
border-color: rgba(255, 255, 255, 0.1);
background-color: rgba(255, 255, 255, 0.5);
background-color: rgba(6, 7, 12, 0.5);
background-clip: padding-box;
box-shadow: none;
text-shadow: none;
Expand Down Expand Up @@ -6074,6 +6074,20 @@ wnck-pager {
#whiskermenu-window box widget:hover {
color: #BFC3CD; }

#whiskermenu-window entry {
color: #fefefe;
border-color: rgba(255, 255, 255, 0.1);
background-color: rgba(6, 7, 12, 0.5);
box-shadow: none;
text-shadow: 0 1px black;
-gtk-icon-shadow: 0 1px black;
color: #BFC3CD; }
#whiskermenu-window entry:focus {
border-color: #ff6a00; }

#whiskermenu-button {
border-radius: 0.6em; }

#whiskermenu-window button {
background-color: transparent;
border: none;
Expand Down
14 changes: 14 additions & 0 deletions gtk-4.0/apps/_xfce.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,20 @@ wnck-pager {
}
}

// Menu search box
#whiskermenu-window entry {
@include entry(osd);
color: $fg_color;
&:focus{
border-color: $selected_bg_color;
}
}

// Panel menu button
#whiskermenu-button {
border-radius: 0.6em;
}

// category button
#whiskermenu-window button {
background-color: transparent;
Expand Down

0 comments on commit d3d8314

Please sign in to comment.