Skip to content

Commit

Permalink
Fix #13
Browse files Browse the repository at this point in the history
  • Loading branch information
lassekongo83 committed Jan 30, 2021
1 parent 42efcc4 commit 99220aa
Show file tree
Hide file tree
Showing 9 changed files with 110 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gtk/src/Stilo-dark/gtk-2.0/gtkrc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ style "default" {
# Documentation: https://wiki.ubuntu.com/Artwork/Documentation/Murrine#The_Murrine_Engine
engine "murrine" {
animation = FALSE
arrowstyle = 0
arrowstyle = 1
border_shades = {1.0,1.0}
cellstyle = 0
colorize_scrollbar = TRUE
Expand Down
2 changes: 1 addition & 1 deletion gtk/src/Stilo/gtk-2.0/gtkrc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ style "default" {
# Documentation: https://wiki.ubuntu.com/Artwork/Documentation/Murrine#The_Murrine_Engine
engine "murrine" {
animation = FALSE
arrowstyle = 0
arrowstyle = 1
border_shades = {1.0,1.0}
cellstyle = 0
colorize_scrollbar = TRUE
Expand Down
42 changes: 42 additions & 0 deletions gtk/src/Stilo/gtk-3.0/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -875,4 +875,46 @@ list.tweak-categories separator {

&:selected { &:focus, & { @extend %selected_items; }}
}

.sidebar {
scrolledwindow.frame.nemo-places-sidebar {
// get rid of double border in sidebar
border: none;
}
}

.primary-toolbar {
button {
@include button(undecorated);

&:hover {
@include button(hover);
}

&:active, &:checked, &:hover:active, &:hover:checked {
@include button(active);
}
}
}

.path-bar {
button {
@include button(undecorated);
border-radius: $button_radius;
border: 1px solid transparent;
margin: 0 2px;
&:hover {
background-color: $light_selection;
border: 1px solid $light_selection_border;
color: $fg_color;
box-shadow: none;
}
&:active, &:checked, &:hover:active, &:hover:checked {
@include button(undecorated);
background-color: $selected_bg_color;
color: $selected_fg_color;
box-shadow: none;
}
}
}
}
16 changes: 16 additions & 0 deletions gtk/src/Stilo/gtk-3.0/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2166,3 +2166,19 @@ list.tweak-categories separator { background: transparent; }
.table-header { padding: 4px 0 4px 0; min-height: 24px; }

.nemo-window .nemo-window-pane widget.entry { border: 1px solid; border-radius: 0; box-shadow: inset 0 0 0 1px #4a79c7; border-color: #4a79c7; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4); }

.nemo-window .sidebar scrolledwindow.frame.nemo-places-sidebar { border: none; }

.nemo-window .primary-toolbar button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; }

.nemo-window .primary-toolbar button:hover { color: #f6f6f7; outline-color: rgba(246, 246, 247, 0.3); border-color: transparent; background-color: #484d50; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4); }

.nemo-window .primary-toolbar button:active, .nemo-window .primary-toolbar button:checked, .nemo-window .primary-toolbar button:hover:active, .nemo-window .primary-toolbar button:hover:checked { color: #f6f6f7; outline-color: rgba(246, 246, 247, 0.3); border-color: #040505; background-image: image(#18191a); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 2px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; }

.nemo-window .primary-toolbar button:active:hover, .nemo-window .primary-toolbar button:checked:hover, .nemo-window .primary-toolbar button:hover:active:hover, .nemo-window .primary-toolbar button:hover:checked:hover { background-image: image(#0e0f10); }

.nemo-window .path-bar button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; border-radius: 0; border: 1px solid transparent; margin: 0 2px; }

.nemo-window .path-bar button:hover { background-color: rgba(74, 121, 199, 0.3); border: 1px solid #4a79c7; color: #f6f6f7; box-shadow: none; }

.nemo-window .path-bar button:active, .nemo-window .path-bar button:checked, .nemo-window .path-bar button:hover:active, .nemo-window .path-bar button:hover:checked { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; background-color: #4a79c7; color: #ffffff; box-shadow: none; }
16 changes: 16 additions & 0 deletions gtk/src/Stilo/gtk-3.0/gtk-stiloetto-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2166,3 +2166,19 @@ list.tweak-categories separator { background: transparent; }
.table-header { padding: 4px 0 4px 0; min-height: 24px; }

.nemo-window .nemo-window-pane widget.entry { border: 1px solid; border-radius: 2px; box-shadow: inset 0 0 0 1px #4a79c7; border-color: #4a79c7; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4); }

.nemo-window .sidebar scrolledwindow.frame.nemo-places-sidebar { border: none; }

.nemo-window .primary-toolbar button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; }

.nemo-window .primary-toolbar button:hover { color: #f6f6f7; outline-color: rgba(246, 246, 247, 0.3); border-color: transparent; background-color: #484d50; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4); }

.nemo-window .primary-toolbar button:active, .nemo-window .primary-toolbar button:checked, .nemo-window .primary-toolbar button:hover:active, .nemo-window .primary-toolbar button:hover:checked { color: #f6f6f7; outline-color: rgba(246, 246, 247, 0.3); border-color: #040505; background-image: image(#18191a); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 2px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; }

.nemo-window .primary-toolbar button:active:hover, .nemo-window .primary-toolbar button:checked:hover, .nemo-window .primary-toolbar button:hover:active:hover, .nemo-window .primary-toolbar button:hover:checked:hover { background-image: image(#0e0f10); }

.nemo-window .path-bar button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; border-radius: 2px; border: 1px solid transparent; margin: 0 2px; }

.nemo-window .path-bar button:hover { background-color: rgba(74, 121, 199, 0.3); border: 1px solid #4a79c7; color: #f6f6f7; box-shadow: none; }

.nemo-window .path-bar button:active, .nemo-window .path-bar button:checked, .nemo-window .path-bar button:hover:active, .nemo-window .path-bar button:hover:checked { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; background-color: #4a79c7; color: #ffffff; box-shadow: none; }
16 changes: 16 additions & 0 deletions gtk/src/Stilo/gtk-3.0/gtk-stiloetto.css
Original file line number Diff line number Diff line change
Expand Up @@ -2116,3 +2116,19 @@ list.tweak-categories separator { background: transparent; }
.table-header { padding: 4px 0 4px 0; min-height: 24px; }

.nemo-window .nemo-window-pane widget.entry { border: 1px solid; border-radius: 2px; box-shadow: inset 0 0 0 1px #3665b3; border-color: #3665b3; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4); }

.nemo-window .sidebar scrolledwindow.frame.nemo-places-sidebar { border: none; }

.nemo-window .primary-toolbar button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; }

.nemo-window .primary-toolbar button:hover { color: #3C3C3C; outline-color: rgba(60, 60, 60, 0.3); border-color: transparent; background-color: white; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4); }

.nemo-window .primary-toolbar button:active, .nemo-window .primary-toolbar button:checked, .nemo-window .primary-toolbar button:hover:active, .nemo-window .primary-toolbar button:hover:checked { color: #3C3C3C; outline-color: rgba(60, 60, 60, 0.3); border-color: #9c9c9f; background-image: image(#cdcdcf); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 2px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; }

.nemo-window .primary-toolbar button:active:hover, .nemo-window .primary-toolbar button:checked:hover, .nemo-window .primary-toolbar button:hover:active:hover, .nemo-window .primary-toolbar button:hover:checked:hover { background-image: image(#c3c3c5); }

.nemo-window .path-bar button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; border-radius: 2px; border: 1px solid transparent; margin: 0 2px; }

.nemo-window .path-bar button:hover { background-color: #b3c7e8; border: 1px solid #8caadc; color: #3C3C3C; box-shadow: none; }

.nemo-window .path-bar button:active, .nemo-window .path-bar button:checked, .nemo-window .path-bar button:hover:active, .nemo-window .path-bar button:hover:checked { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; background-color: #3665b3; color: #ffffff; box-shadow: none; }
16 changes: 16 additions & 0 deletions gtk/src/Stilo/gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -2116,3 +2116,19 @@ list.tweak-categories separator { background: transparent; }
.table-header { padding: 4px 0 4px 0; min-height: 24px; }

.nemo-window .nemo-window-pane widget.entry { border: 1px solid; border-radius: 0; box-shadow: inset 0 0 0 1px #3665b3; border-color: #3665b3; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4); }

.nemo-window .sidebar scrolledwindow.frame.nemo-places-sidebar { border: none; }

.nemo-window .primary-toolbar button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; }

.nemo-window .primary-toolbar button:hover { color: #3C3C3C; outline-color: rgba(60, 60, 60, 0.3); border-color: transparent; background-color: white; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(0, 0, 0, 0.4); }

.nemo-window .primary-toolbar button:active, .nemo-window .primary-toolbar button:checked, .nemo-window .primary-toolbar button:hover:active, .nemo-window .primary-toolbar button:hover:checked { color: #3C3C3C; outline-color: rgba(60, 60, 60, 0.3); border-color: #9c9c9f; background-image: image(#cdcdcf); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08), inset 0 2px rgba(0, 0, 0, 0.04); text-shadow: none; -gtk-icon-shadow: none; }

.nemo-window .primary-toolbar button:active:hover, .nemo-window .primary-toolbar button:checked:hover, .nemo-window .primary-toolbar button:hover:active:hover, .nemo-window .primary-toolbar button:hover:checked:hover { background-image: image(#c3c3c5); }

.nemo-window .path-bar button { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; border-radius: 0; border: 1px solid transparent; margin: 0 2px; }

.nemo-window .path-bar button:hover { background-color: #b3c7e8; border: 1px solid #8caadc; color: #3C3C3C; box-shadow: none; }

.nemo-window .path-bar button:active, .nemo-window .path-bar button:checked, .nemo-window .path-bar button:hover:active, .nemo-window .path-bar button:hover:checked { border-color: transparent; background-color: transparent; background-image: none; box-shadow: inset 0 1px rgba(255, 255, 255, 0); text-shadow: none; -gtk-icon-shadow: none; background-color: #3665b3; color: #ffffff; box-shadow: none; }
2 changes: 1 addition & 1 deletion gtk/src/Stiloetto-dark/gtk-2.0/gtkrc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ style "default" {
# Documentation: https://wiki.ubuntu.com/Artwork/Documentation/Murrine#The_Murrine_Engine
engine "murrine" {
animation = FALSE
arrowstyle = 0
arrowstyle = 1
border_shades = {1.0,1.0}
cellstyle = 0
colorize_scrollbar = TRUE
Expand Down
2 changes: 1 addition & 1 deletion gtk/src/Stiloetto/gtk-2.0/gtkrc
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ style "default" {
# Documentation: https://wiki.ubuntu.com/Artwork/Documentation/Murrine#The_Murrine_Engine
engine "murrine" {
animation = FALSE
arrowstyle = 0
arrowstyle = 1
border_shades = {1.0,1.0}
cellstyle = 0
colorize_scrollbar = TRUE
Expand Down

0 comments on commit 99220aa

Please sign in to comment.