Skip to content

Commit

Permalink
Add nemo toolbar shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed May 3, 2019
1 parent 691aa81 commit 4df2108
Show file tree
Hide file tree
Showing 26 changed files with 1,061 additions and 28 deletions.
43 changes: 42 additions & 1 deletion src/gtk-3.0/gtk-beryl.css
Original file line number Diff line number Diff line change
Expand Up @@ -6258,6 +6258,47 @@ window.background.csd > hdyleaflet > separator.sidebar {
min-width: 0;
}

headerbar.titlebar.selection-mode hdyleaflet headerbar separator.titlebutton {
bordert: none;
background-color: #2EB398;
color: #2EB398;
}

headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize {
color: #FFFFFF;
}

headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:hover, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:active, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:disabled, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:backdrop, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:active, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:disabled, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:hover, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:active, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:disabled, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:backdrop {
background-image: none;
}

headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:disabled, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:backdrop, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:disabled, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:disabled, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:backdrop {
color: alpha(#FFFFFF, 0.4);
}

headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:disabled > label, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:backdrop > label, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:disabled > label, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop > label, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:disabled > label, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:backdrop > label {
color: inherit;
}

headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:hover, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:hover {
color: #FFFFFF;
background-color: alpha(#FFFFFF, 0.15);
}

headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:active, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:active, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:active {
color: #FFFFFF;
background-color: alpha(#FFFFFF, 0.25);
}

.fullscreen headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize, .fullscreen headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover, .fullscreen headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:active, .fullscreen headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:disabled, .fullscreen headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop,
.maximized headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize,
.maximized headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover,
.maximized headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:active,
.maximized headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:disabled,
.maximized headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop {
background-image: none;
}

task-row {
transition: all 100ms cubic-bezier(0, 0, 0.2, 1);
margin: 0 -4px;
Expand Down Expand Up @@ -7389,7 +7430,7 @@ menubar.-vala-panel-background > menuitem:hover {
border: none;
color: #EAEAEA;
background-color: #36393e;
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.nemo-window .primary-toolbar entry {
Expand Down
43 changes: 42 additions & 1 deletion src/gtk-3.0/gtk-dark-beryl.css
Original file line number Diff line number Diff line change
Expand Up @@ -6258,6 +6258,47 @@ window.background.csd > hdyleaflet > separator.sidebar {
min-width: 0;
}

headerbar.titlebar.selection-mode hdyleaflet headerbar separator.titlebutton {
bordert: none;
background-color: #2EB398;
color: #2EB398;
}

headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize {
color: #FFFFFF;
}

headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:hover, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:active, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:disabled, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:backdrop, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:active, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:disabled, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:hover, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:active, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:disabled, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:backdrop {
background-image: none;
}

headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:disabled, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:backdrop, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:disabled, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:disabled, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:backdrop {
color: alpha(#FFFFFF, 0.4);
}

headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:disabled > label, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:backdrop > label, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:disabled > label, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop > label, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:disabled > label, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:backdrop > label {
color: inherit;
}

headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:hover, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:hover {
color: #FFFFFF;
background-color: alpha(#FFFFFF, 0.15);
}

headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:active, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:active, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:active {
color: #FFFFFF;
background-color: alpha(#FFFFFF, 0.25);
}

.fullscreen headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize, .fullscreen headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover, .fullscreen headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:active, .fullscreen headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:disabled, .fullscreen headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop,
.maximized headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize,
.maximized headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover,
.maximized headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:active,
.maximized headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:disabled,
.maximized headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop {
background-image: none;
}

task-row {
transition: all 100ms cubic-bezier(0, 0, 0.2, 1);
margin: 0 -4px;
Expand Down Expand Up @@ -7389,7 +7430,7 @@ menubar.-vala-panel-background > menuitem:hover {
border: none;
color: #EAEAEA;
background-color: #36383e;
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.18);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.nemo-window .primary-toolbar entry {
Expand Down
43 changes: 42 additions & 1 deletion src/gtk-3.0/gtk-dark-doder.css
Original file line number Diff line number Diff line change
Expand Up @@ -6258,6 +6258,47 @@ window.background.csd > hdyleaflet > separator.sidebar {
min-width: 0;
}

headerbar.titlebar.selection-mode hdyleaflet headerbar separator.titlebutton {
bordert: none;
background-color: #4285F4;
color: #4285F4;
}

headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize {
color: #FFFFFF;
}

headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:hover, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:active, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:disabled, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:backdrop, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:active, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:disabled, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:hover, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:active, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:disabled, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:backdrop {
background-image: none;
}

headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:disabled, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:backdrop, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:disabled, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:disabled, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:backdrop {
color: alpha(#FFFFFF, 0.4);
}

headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:disabled > label, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:backdrop > label, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:disabled > label, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop > label, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:disabled > label, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:backdrop > label {
color: inherit;
}

headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:hover, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:hover {
color: #FFFFFF;
background-color: alpha(#FFFFFF, 0.15);
}

headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.close:active, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:active, headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.minimize:active {
color: #FFFFFF;
background-color: alpha(#FFFFFF, 0.25);
}

.fullscreen headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize, .fullscreen headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover, .fullscreen headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:active, .fullscreen headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:disabled, .fullscreen headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop,
.maximized headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize,
.maximized headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:hover,
.maximized headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:active,
.maximized headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:disabled,
.maximized headerbar.titlebar.selection-mode hdyleaflet headerbar button.titlebutton.maximize:backdrop {
background-image: none;
}

task-row {
transition: all 100ms cubic-bezier(0, 0, 0.2, 1);
margin: 0 -4px;
Expand Down Expand Up @@ -7389,7 +7430,7 @@ menubar.-vala-panel-background > menuitem:hover {
border: none;
color: #EAEAEA;
background-color: #36383e;
box-shadow: inset 0 -1px rgba(0, 0, 0, 0.18);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.nemo-window .primary-toolbar entry {
Expand Down
Loading

0 comments on commit 4df2108

Please sign in to comment.