Skip to content

Commit

Permalink
220419 release
Browse files Browse the repository at this point in the history
  • Loading branch information
smurphos committed Apr 22, 2019
1 parent eab3ea9 commit 7f2ab14
Show file tree
Hide file tree
Showing 37 changed files with 707 additions and 441 deletions.
6 changes: 4 additions & 2 deletions Cinnamox-Aubergine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ To access the tool open a terminal window (Ctrl-Alt-T) and use the following com

If you are not happy with the end result simply run `~/.themes/Cinnamox-Aubergine/cinnamon/cinnamox_transparency.sh` again to chose another option including the default.

If you would like to control transparency of application windows then please check out my [opacify windows script](https://github.com/smurphos/nemo_actions_and_cinnamon_scripts#opacify-windows)

### Cinnamon Theme Panel Styling

The themes from the 25/11/18 release onwards have a new default styling for the window-list, panel and (in Cinnamon 4) grouped window list applet.
Expand Down Expand Up @@ -80,7 +82,7 @@ The GTK3 themes require GTK `3.18.x` or `3.20.x`+

The GTK2 theme requires the package `gtk2-engines-murrine` or `gtk-engine-murrine` to be installed. The former is a default package in Linux Mint.

Tested on Linux Mint `18.2`, `18.3` & `19` 64bit with Cinnamon `3.4.x`, `3.6.x` & `3.8.x`; Also tested ion Manjaro `17.0.6` 64Bit with Cinnamon `3.6.x`, `3.8.x` & `4.0.x`
Tested on Linux Mint `18.2`, `18.3`, `19`, & `19.1` 64bit with Cinnamon `3.4.x`, `3.6.x`, `3.8.x` & `4.0.x`; Also tested on Manjaro `17.0.6` 64Bit with Cinnamon `3.6.x`, `3.8.x` & `4.0.x`

### Firefox fix

Expand All @@ -94,7 +96,7 @@ The theme includes a helper script that creates the file with this content in th

## Make your own theme using Cinnamox / Oomox

The repository at [Cinnamox_theme_master](https://github.com/smurphos/cinnamox_theme_master) includes instructions to utilise the tools provided to make your own unique Cinnamox based theme.
The repository at [Cinnamox-gtk-theme](https://github.com/smurphos/cinnamox-gtk-theme) includes instructions to utilise the tools provided to make your own unique Cinnamox based theme.

The [Oomox app](https://github.com/themix-project/oomox) is a GUI app to design and build themes using the [Oomox-gtk-theme](https://github.com/themix-project/oomox-gtk-theme). From [version 1.60+](https://github.com/themix-project/oomox/releases) this app included a Cinnamon theme based on Cinnamox and has an option to export a Cinnamon theme.

Expand Down
76 changes: 47 additions & 29 deletions Cinnamox-Aubergine/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@

stage {
font-family: roboto, Noto Sans, sans, sans-serif;
font-size: 1em; }
font-size: 10pt; }

.cinnamon-link {
color: #f2a9ec;
Expand Down Expand Up @@ -307,18 +307,26 @@ StScrollView StScrollBar {
icon-size: 1.14em; }

.menu-favorites-box {
padding: 8px;
padding: 0.8em;
border: 1px solid rgba(242, 217, 240, 0.22);
border-radius: 10px;
transition-duration: 150; }
transition-duration: 150;
spacing: 1em; }

.menu-favorites-scrollbox {
padding-bottom: 1em;
border-bottom: 1px solid;
border-color: rgba(242, 217, 240, 0.22); }
.menu-favorites-scrollbox.vfade {
-st-vfade-offset: 136px; }

.menu-favorites-button:hover {
background-color: #E95420;
border-radius: 10px;
color: #000000; }

.menu-categories-box {
padding: 8px; }
padding: 0.8em; }

.menu-applications-inner-box {
padding: 8px;
Expand Down Expand Up @@ -350,15 +358,16 @@ StScrollView StScrollBar {
color: #000000; }

.menu-selected-app-box {
padding: 8px;
margin-bottom: 4px;
padding: 0 8px;
margin-bottom: 0.9em;
text-align: right; }
.menu-selected-app-box:rtl {
text-align: left; }

.menu-selected-app-title {
font-weight: bold;
font-size: 0.8em; }
font-size: 0.9em;
margin-top: 6px; }

.menu-selected-app-description {
max-width: 150px;
Expand All @@ -375,7 +384,7 @@ StScrollView StScrollBar {
padding-top: 5px; }

#menu-search-entry {
margin: 0.5em 0; }
margin-bottom: 0.5em; }
#menu-search-entry:focus {
border: 1px solid #ce4827; }

Expand All @@ -388,7 +397,8 @@ StScrollView StScrollBar {

.menu-systembuttons-box {
padding-bottom: 12px;
padding-top: 12px; }
padding-top: 12px;
margin-bottom: 0.5em; }

#panel {
color: #f2d9f0;
Expand Down Expand Up @@ -481,17 +491,20 @@ StScrollView StScrollBar {
.panel-left {
box-shadow: -1px 0 0 0 #b289ac inset; }
.panel-left .window-list-item-box {
padding: 2px 0;
box-shadow: 1px 0 1px 1px rgba(242, 217, 240, 0.22) inset; }
.panel-left .window-list-item-box:hover, .panel-left .window-list-item-box:checked {
box-shadow: 1px 0 1px 1px #ce4827 inset; }
.panel-left .window-list-item-box:active, .panel-left .window-list-item-box:focus, .panel-left .window-list-item-box:running {
box-shadow: 2px 0 1px 1px #ce4827 inset; }
.panel-left .grouped-window-list-item-box:active, .panel-left .grouped-window-list-item-box:checked {
box-shadow: 1px 0 1px 1px rgba(242, 217, 240, 0.22) inset; }
.panel-left .grouped-window-list-item-box:hover {
box-shadow: 1px 0 1px 1px #ce4827 inset; }
.panel-left .grouped-window-list-item-box:focus, .panel-left .grouped-window-list-item-box:focus:hover {
box-shadow: 2px 0 1px 1px #ce4827 inset; }
.panel-left .grouped-window-list-item-box {
padding: 3px 0; }
.panel-left .grouped-window-list-item-box:active, .panel-left .grouped-window-list-item-box:checked {
box-shadow: 1px 0 1px 1px rgba(242, 217, 240, 0.22) inset; }
.panel-left .grouped-window-list-item-box:hover {
box-shadow: 1px 0 1px 1px #ce4827 inset; }
.panel-left .grouped-window-list-item-box:focus, .panel-left .grouped-window-list-item-box:focus:hover {
box-shadow: 2px 0 1px 1px #ce4827 inset; }
.panel-left .workspace-switcher, .panel-left .workspace-graph {
padding: 3px 1px; }
.panel-left .panel-launchers .launcher:hover {
Expand All @@ -502,17 +515,20 @@ StScrollView StScrollBar {
.panel-right {
box-shadow: 1px 0 0 0 #b289ac inset; }
.panel-right .window-list-item-box {
padding: 2px 0;
box-shadow: -1px 0 1px 1px rgba(242, 217, 240, 0.22) inset; }
.panel-right .window-list-item-box:hover, .panel-right .window-list-item-box:checked {
box-shadow: -1px 0 1px 1px #ce4827 inset; }
.panel-right .window-list-item-box:active, .panel-right .window-list-item-box:focus, .panel-right .window-list-item-box:running {
box-shadow: -2px 0 1px 1px #ce4827 inset; }
.panel-right .grouped-window-list-item-box:active, .panel-right .grouped-window-list-item-box:checked {
box-shadow: -1px 0 1px 1px rgba(242, 217, 240, 0.22) inset; }
.panel-right .grouped-window-list-item-box:hover {
box-shadow: -1px 0 1px 1px #ce4827 inset; }
.panel-right .grouped-window-list-item-box:focus, .panel-right .grouped-window-list-item-box:focus:hover {
box-shadow: -2px 0 1px 1px #ce4827 inset; }
.panel-right .grouped-window-list-item-box {
padding: 3px 0; }
.panel-right .grouped-window-list-item-box:active, .panel-right .grouped-window-list-item-box:checked {
box-shadow: -1px 0 1px 1px rgba(242, 217, 240, 0.22) inset; }
.panel-right .grouped-window-list-item-box:hover {
box-shadow: -1px 0 1px 1px #ce4827 inset; }
.panel-right .grouped-window-list-item-box:focus, .panel-right .grouped-window-list-item-box:focus:hover {
box-shadow: -2px 0 1px 1px #ce4827 inset; }
.panel-right .workspace-switcher, .panel-right .workspace-graph {
padding: 3px 1px; }
.panel-right .panel-launchers .launcher:hover {
Expand Down Expand Up @@ -592,12 +608,12 @@ StScrollView StScrollBar {

.window-list-box {
spacing: 3px;
padding: 1px 3px;
padding: 0 3px;
font-size: 0.9em;
border-radius: 10px; }
.window-list-box.vertical {
spacing: 3px;
padding: 3px 1px; }
padding: 2px 0; }
.window-list-box:highlight {
background-color: rgba(233, 84, 32, 0.2); }

Expand Down Expand Up @@ -630,15 +646,15 @@ StScrollView StScrollBar {
color: #f2d9f0; }

.grouped-window-list-thumbnail-label {
padding-left: 3px; }
padding-left: 4px; }

.grouped-window-list-number-label {
z-index: 99;
font-size: 0.8em;
color: #f2d9f0; }

.grouped-window-list-button-label {
padding-left: 3px; }
padding: 0; }

.grouped-window-list-badge {
border-radius: 256px;
Expand Down Expand Up @@ -670,7 +686,7 @@ StScrollView StScrollBar {

.grouped-window-list-thumbnail-menu {
border-radius: 10px;
padding: 10px 15px;
padding: 2px;
spacing: 3px;
color: #f2d9f0; }
.grouped-window-list-thumbnail-menu .item-box {
Expand All @@ -680,13 +696,15 @@ StScrollView StScrollBar {
.grouped-window-list-thumbnail-menu .item-box:outlined {
border: 1px solid #ce4827; }
.grouped-window-list-thumbnail-menu .item-box:selected {
background: #E95420;
border: 1px solid #ce4827; }
background-color: #E95420;
border: 1px solid #ce4827;
color: #000000; }
.grouped-window-list-thumbnail-menu .thumbnail-box {
padding: 2px;
spacing: 3px; }
.grouped-window-list-thumbnail-menu .thumbnail {
width: 256px; }
width: 256px;
padding-top: 4px; }
.grouped-window-list-thumbnail-menu .separator {
width: 1px;
background: #E95420; }
Expand Down
72 changes: 45 additions & 27 deletions Cinnamox-Aubergine/cinnamon/cinnamon_old.css
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@

stage {
font-family: roboto, Noto Sans, sans, sans-serif;
font-size: 1em; }
font-size: 10pt; }

.cinnamon-link {
color: #f2a9ec;
Expand Down Expand Up @@ -374,18 +374,26 @@ StScrollView StScrollBar {
icon-size: 1.14em; }

.menu-favorites-box {
padding: 8px;
padding: 0.8em;
border: 1px solid rgba(242, 217, 240, 0.22);
border-radius: 10px;
transition-duration: 150; }
transition-duration: 150;
spacing: 1em; }

.menu-favorites-scrollbox {
padding-bottom: 1em;
border-bottom: 1px solid;
border-color: rgba(242, 217, 240, 0.22); }
.menu-favorites-scrollbox.vfade {
-st-vfade-offset: 136px; }

.menu-favorites-button:hover {
background-color: #E95420;
border-radius: 10px;
color: #000000; }

.menu-categories-box {
padding: 8px; }
padding: 0.8em; }

.menu-applications-inner-box {
padding: 8px;
Expand Down Expand Up @@ -417,15 +425,16 @@ StScrollView StScrollBar {
color: #000000; }

.menu-selected-app-box {
padding: 8px;
margin-bottom: 4px;
padding: 0 8px;
margin-bottom: 0.9em;
text-align: right; }
.menu-selected-app-box:rtl {
text-align: left; }

.menu-selected-app-title {
font-weight: bold;
font-size: 0.8em; }
font-size: 0.9em;
margin-top: 6px; }

.menu-selected-app-description {
max-width: 150px;
Expand All @@ -442,7 +451,7 @@ StScrollView StScrollBar {
padding-top: 5px; }

#menu-search-entry {
margin: 0.5em 0; }
margin-bottom: 0.5em; }
#menu-search-entry:focus {
border: 1px solid #ce4827; }

Expand All @@ -455,7 +464,8 @@ StScrollView StScrollBar {

.menu-systembuttons-box {
padding-bottom: 12px;
padding-top: 12px; }
padding-top: 12px;
margin-bottom: 0.5em; }

#panel {
color: #f2d9f0;
Expand Down Expand Up @@ -538,13 +548,16 @@ StScrollView StScrollBar {
.panel-left {
box-shadow: -1px 0 0 0 #b289ac inset; }
.panel-left .window-list-item-box {
padding: 2px 0;
margin-right: 1px; }
.panel-left .grouped-window-list-item-box:active, .panel-left .grouped-window-list-item-box:checked {
box-shadow: 2px 0 0 0 #f2d9f0 inset; }
.panel-left .grouped-window-list-item-box:hover {
box-shadow: 2px 0 0 0 #ce4827 inset; }
.panel-left .grouped-window-list-item-box:focus {
box-shadow: 4px 0 0 0 #ce4827 inset; }
.panel-left .grouped-window-list-item-box {
padding: 2px 0; }
.panel-left .grouped-window-list-item-box:active, .panel-left .grouped-window-list-item-box:checked {
box-shadow: 2px 0 0 0 #f2d9f0 inset; }
.panel-left .grouped-window-list-item-box:hover {
box-shadow: 2px 0 0 0 #ce4827 inset; }
.panel-left .grouped-window-list-item-box:focus {
box-shadow: 4px 0 0 0 #ce4827 inset; }
.panel-left .workspace-switcher, .panel-left .workspace-graph {
padding: 3px 1px; }
.panel-left .panel-launchers .launcher:hover {
Expand All @@ -555,13 +568,16 @@ StScrollView StScrollBar {
.panel-right {
box-shadow: 1px 0 0 0 #b289ac inset; }
.panel-right .window-list-item-box {
padding: 2px 0;
margin-left: 1px; }
.panel-right .grouped-window-list-item-box:active, .panel-right .grouped-window-list-item-box:checked {
box-shadow: -2px 0 0 0 #f2d9f0 inset; }
.panel-right .grouped-window-list-item-box:hover {
box-shadow: -2px 0 0 0 #ce4827 inset; }
.panel-right .grouped-window-list-item-box:focus {
box-shadow: -4px 0 0 0 #ce4827 inset; }
.panel-right .grouped-window-list-item-box {
padding: 2px 0; }
.panel-right .grouped-window-list-item-box:active, .panel-right .grouped-window-list-item-box:checked {
box-shadow: -2px 0 0 0 #f2d9f0 inset; }
.panel-right .grouped-window-list-item-box:hover {
box-shadow: -2px 0 0 0 #ce4827 inset; }
.panel-right .grouped-window-list-item-box:focus {
box-shadow: -4px 0 0 0 #ce4827 inset; }
.panel-right .workspace-switcher, .panel-right .workspace-graph {
padding: 3px 1px; }
.panel-right .panel-launchers .launcher:hover {
Expand Down Expand Up @@ -681,15 +697,15 @@ StScrollView StScrollBar {
color: #f2d9f0; }

.grouped-window-list-thumbnail-label {
padding-left: 3px; }
padding-left: 4px; }

.grouped-window-list-number-label {
z-index: 99;
font-size: 0.8em;
color: #f2d9f0; }

.grouped-window-list-button-label {
padding-left: 3px; }
padding: 0; }

.grouped-window-list-badge {
border-radius: 256px;
Expand All @@ -715,7 +731,7 @@ StScrollView StScrollBar {

.grouped-window-list-thumbnail-menu {
border-radius: 10px;
padding: 10px 15px;
padding: 2px;
spacing: 3px;
color: #f2d9f0; }
.grouped-window-list-thumbnail-menu .item-box {
Expand All @@ -725,13 +741,15 @@ StScrollView StScrollBar {
.grouped-window-list-thumbnail-menu .item-box:outlined {
border: 1px solid #ce4827; }
.grouped-window-list-thumbnail-menu .item-box:selected {
background: #E95420;
border: 1px solid #ce4827; }
background-color: #E95420;
border: 1px solid #ce4827;
color: #000000; }
.grouped-window-list-thumbnail-menu .thumbnail-box {
padding: 2px;
spacing: 3px; }
.grouped-window-list-thumbnail-menu .thumbnail {
width: 256px; }
width: 256px;
padding-top: 4px; }
.grouped-window-list-thumbnail-menu .separator {
width: 1px;
background: #E95420; }
Expand Down
Loading

0 comments on commit 7f2ab14

Please sign in to comment.