Skip to content

Commit

Permalink
Add Xfce4 Whisker menu theming
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbullazul committed Nov 12, 2020
1 parent f3f1788 commit fab8b02
Show file tree
Hide file tree
Showing 27 changed files with 203 additions and 0 deletions.
Binary file added Windows XP Embedded/cinnamon/menu-bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Windows XP Embedded/cinnamon/menu-top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions Windows XP Embedded/gtk-3.20/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -2942,6 +2942,35 @@ panel-toplevel.background na-tray-applet {
border-color: shade(shade(#EBE9ED, 0.9), 0.75);
background-color: mix(#000000, #EBE9ED, 0.95); }

#whiskermenu-button {
color: #ffffff;
font-weight: bold;
font-style: italic;
font-size: 130%;
text-shadow: 2px 2px #000000;
background-image: url("../cinnamon/menu-box.png");
background-size: 100% 100%;
padding-right: 100px; }
#whiskermenu-button:hover {
background-image: url("../cinnamon/menu-hover.png"); }
#whiskermenu-button:active, #whiskermenu-button:checked {
background-image: url("../cinnamon/menu-active.png"); }

#whiskermenu-window {
padding: 2px;
background-color: #2e75ad; }
#whiskermenu-window border {
border: 1px solid #010a12; }
#whiskermenu-window > frame > stack > box > box:first-child {
margin: -2px;
margin-bottom: -6px;
background-image: url("../cinnamon/menu-top.png");
background-size: 100% 100%; }
#whiskermenu-window > frame > stack > box > box:last-child {
background-image: url("../cinnamon/menu-bottom.png");
margin: -2px;
padding: 2px; }

.nemo-window .nemo-window-pane widget.entry {
border: 1px solid;
border-radius: 3px;
Expand Down
Binary file added Windows XP Homestead/cinnamon/menu-bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Windows XP Homestead/cinnamon/menu-top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions Windows XP Homestead/gtk-3.20/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -2932,6 +2932,35 @@ panel-toplevel.background na-tray-applet {
border-color: shade(shade(#ECE9D8, 0.9), 0.75);
background-color: mix(#000000, #ECE9D8, 0.95); }

#whiskermenu-button {
color: #ffffff;
font-weight: bold;
font-style: italic;
font-size: 130%;
text-shadow: 2px 2px #000000;
background-image: url("../cinnamon/menu-box.png");
background-size: 100% 100%;
padding-right: 100px; }
#whiskermenu-button:hover {
background-image: url("../cinnamon/menu-hover.png"); }
#whiskermenu-button:active, #whiskermenu-button:checked {
background-image: url("../cinnamon/menu-active.png"); }

#whiskermenu-window {
padding: 2px;
background-color: #f1f2e4; }
#whiskermenu-window border {
border: 1px solid #7f865f; }
#whiskermenu-window > frame > stack > box > box:first-child {
margin: -2px;
margin-bottom: -6px;
background-image: url("../cinnamon/menu-top.png");
background-size: 100% 100%; }
#whiskermenu-window > frame > stack > box > box:last-child {
background-image: url("../cinnamon/menu-bottom.png");
margin: -2px;
padding: 2px; }

.nemo-window .nemo-window-pane widget.entry {
border: 1px solid;
border-radius: 3px;
Expand Down
Binary file added Windows XP Luna/cinnamon/menu-bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Windows XP Luna/cinnamon/menu-top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions Windows XP Luna/gtk-3.20/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -2932,6 +2932,35 @@ panel-toplevel.background na-tray-applet {
border-color: shade(shade(#ECE9D8, 0.9), 0.75);
background-color: mix(#000000, #ECE9D8, 0.95); }

#whiskermenu-button {
color: #ffffff;
font-weight: bold;
font-style: italic;
font-size: 130%;
text-shadow: 2px 2px #000000;
background-image: url("../cinnamon/menu-box.png");
background-size: 100% 100%;
padding-right: 100px; }
#whiskermenu-button:hover {
background-image: url("../cinnamon/menu-hover.png"); }
#whiskermenu-button:active, #whiskermenu-button:checked {
background-image: url("../cinnamon/menu-active.png"); }

#whiskermenu-window {
padding: 2px;
background-color: #d3e5fa; }
#whiskermenu-window border {
border: 1px solid #1854c2; }
#whiskermenu-window > frame > stack > box > box:first-child {
margin: -2px;
margin-bottom: -6px;
background-image: url("../cinnamon/menu-top.png");
background-size: 100% 100%; }
#whiskermenu-window > frame > stack > box > box:last-child {
background-image: url("../cinnamon/menu-bottom.png");
margin: -2px;
padding: 2px; }

.nemo-window .nemo-window-pane widget.entry {
border: 1px solid;
border-radius: 3px;
Expand Down
Binary file added Windows XP Metallic/cinnamon/menu-bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Windows XP Metallic/cinnamon/menu-top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions Windows XP Metallic/gtk-3.20/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -2941,6 +2941,35 @@ panel-toplevel.background na-tray-applet {
border-color: shade(shade(#E6E6ED, 0.9), 0.75);
background-color: mix(#000000, #E6E6ED, 0.95); }

#whiskermenu-button {
color: #ffffff;
font-weight: bold;
font-style: italic;
font-size: 130%;
text-shadow: 2px 2px #000000;
background-image: url("../cinnamon/menu-box.png");
background-size: 100% 100%;
padding-right: 100px; }
#whiskermenu-button:hover {
background-image: url("../cinnamon/menu-hover.png"); }
#whiskermenu-button:active, #whiskermenu-button:checked {
background-image: url("../cinnamon/menu-active.png"); }

#whiskermenu-window {
padding: 2px;
background-color: #e6e6ed; }
#whiskermenu-window border {
border: 1px solid #686878; }
#whiskermenu-window > frame > stack > box > box:first-child {
margin: -2px;
margin-bottom: -6px;
background-image: url("../cinnamon/menu-top.png");
background-size: 100% 100%; }
#whiskermenu-window > frame > stack > box > box:last-child {
background-image: url("../cinnamon/menu-bottom.png");
margin: -2px;
padding: 2px; }

.nemo-window .nemo-window-pane widget.entry {
border: 1px solid;
border-radius: 3px;
Expand Down
Binary file modified Windows XP Royale Dark/cinnamon/menu-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Windows XP Royale Dark/cinnamon/menu-bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Windows XP Royale Dark/cinnamon/menu-box.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Windows XP Royale Dark/cinnamon/menu-hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Windows XP Royale Dark/cinnamon/menu-top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions Windows XP Royale Dark/gtk-3.20/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -2942,6 +2942,35 @@ panel-toplevel.background na-tray-applet {
border-color: shade(shade(#EBE9ED, 0.9), 0.75);
background-color: mix(#000000, #EBE9ED, 0.95); }

#whiskermenu-button {
color: #ffffff;
font-weight: bold;
font-style: italic;
font-size: 130%;
text-shadow: 2px 2px #000000;
background-image: url("../cinnamon/menu-box.png");
background-size: 100% 100%;
padding-right: 100px; }
#whiskermenu-button:hover {
background-image: url("../cinnamon/menu-hover.png"); }
#whiskermenu-button:active, #whiskermenu-button:checked {
background-image: url("../cinnamon/menu-active.png"); }

#whiskermenu-window {
padding: 2px;
background-color: #353f4d; }
#whiskermenu-window border {
border: 1px solid #020305; }
#whiskermenu-window > frame > stack > box > box:first-child {
margin: -2px;
margin-bottom: -6px;
background-image: url("../cinnamon/menu-top.png");
background-size: 100% 100%; }
#whiskermenu-window > frame > stack > box > box:last-child {
background-image: url("../cinnamon/menu-bottom.png");
margin: -2px;
padding: 2px; }

.nemo-window .nemo-window-pane widget.entry {
border: 1px solid;
border-radius: 3px;
Expand Down
Binary file modified Windows XP Royale/cinnamon/menu-active.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Windows XP Royale/cinnamon/menu-bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Windows XP Royale/cinnamon/menu-box.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Windows XP Royale/cinnamon/menu-hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Windows XP Royale/cinnamon/menu-top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions Windows XP Royale/gtk-3.20/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -2942,6 +2942,35 @@ panel-toplevel.background na-tray-applet {
border-color: shade(shade(#EBE9ED, 0.9), 0.75);
background-color: mix(#000000, #EBE9ED, 0.95); }

#whiskermenu-button {
color: #ffffff;
font-weight: bold;
font-style: italic;
font-size: 130%;
text-shadow: 2px 2px #000000;
background-image: url("../cinnamon/menu-box.png");
background-size: 100% 100%;
padding-right: 100px; }
#whiskermenu-button:hover {
background-image: url("../cinnamon/menu-hover.png"); }
#whiskermenu-button:active, #whiskermenu-button:checked {
background-image: url("../cinnamon/menu-active.png"); }

#whiskermenu-window {
padding: 2px;
background-color: #10377c; }
#whiskermenu-window border {
border: 1px solid #29499e; }
#whiskermenu-window > frame > stack > box > box:first-child {
margin: -2px;
margin-bottom: -6px;
background-image: url("../cinnamon/menu-top.png");
background-size: 100% 100%; }
#whiskermenu-window > frame > stack > box > box:last-child {
background-image: url("../cinnamon/menu-bottom.png");
margin: -2px;
padding: 2px; }

.nemo-window .nemo-window-pane widget.entry {
border: 1px solid;
border-radius: 3px;
Expand Down
Binary file added Windows XP Zune/cinnamon/menu-bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Windows XP Zune/cinnamon/menu-top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions Windows XP Zune/gtk-3.20/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -2932,6 +2932,35 @@ panel-toplevel.background na-tray-applet {
border-color: shade(shade(#EBE9ED, 0.9), 0.75);
background-color: mix(#000000, #EBE9ED, 0.95); }

#whiskermenu-button {
color: #ffffff;
font-weight: bold;
font-style: italic;
font-size: 130%;
text-shadow: 2px 2px #000000;
background-image: url("../cinnamon/menu-box.png");
background-size: 100% 100%;
padding-right: 100px; }
#whiskermenu-button:hover {
background-image: url("../cinnamon/menu-hover.png"); }
#whiskermenu-button:active, #whiskermenu-button:checked {
background-image: url("../cinnamon/menu-active.png"); }

#whiskermenu-window {
padding: 2px;
background-color: #2f2f2f; }
#whiskermenu-window border {
border: 1px solid #080808; }
#whiskermenu-window > frame > stack > box > box:first-child {
margin: -2px;
margin-bottom: -6px;
background-image: url("../cinnamon/menu-top.png");
background-size: 100% 100%; }
#whiskermenu-window > frame > stack > box > box:last-child {
background-image: url("../cinnamon/menu-bottom.png");
margin: -2px;
padding: 2px; }

.nemo-window .nemo-window-pane widget.entry {
border: 1px solid;
border-radius: 3px;
Expand Down

0 comments on commit fab8b02

Please sign in to comment.