Skip to content

Commit

Permalink
Add base styles for Chrome/ium (Fixes shimmerproject#211)
Browse files Browse the repository at this point in the history
Thanks to kepler2 and lassekongo83 for the hints:
lassekongo83/plano-theme@2d51be4
  • Loading branch information
ochosi committed Jan 28, 2018
1 parent a76278a commit d65f732
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gtk-3.0/_others.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
@import 'colors';

window.background.chromium {
background-color: $bg_color;

button { // tab borders
border-color: $borders_color;
}
}
5 changes: 5 additions & 0 deletions gtk-3.0/gtk-contained.css
Original file line number Diff line number Diff line change
Expand Up @@ -4750,3 +4750,8 @@ UnityPanelWidget,
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
animation: playbackmenuitem_spinner 1s infinite linear;
color: #3c3c3c; }

window.background.chromium {
background-color: #cecece; }
window.background.chromium button {
border-color: #828282; }
1 change: 1 addition & 0 deletions gtk-3.0/gtk-contained.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ $variant: 'light';
@import 'lightdm-gtk-greeter';
@import 'gnome-apps';
@import 'unity';
@import 'others';

0 comments on commit d65f732

Please sign in to comment.