bunsen-themes/themes/Crocus-Remix/gtk-3.0/_gnome-apps.scss
johnraff 95b2104301 New version for helium
Replace themes with new ones from https://github.com/hhhorb/bunsen-themes-dev
Move themes from root dir to "themes".
debian/control: add Recommends: gtk3-nocsd, change Depends: libgtk-3-0 (>= 3.22.11)
debian/copyright: Update dates
2017-05-23 15:48:31 +09:00

58 lines
1.2 KiB
SCSS

$variant: 'light';
@import 'colors';
/************************
* NAUTILUS (aka Files) *
************************/
.nautilus-window {
background-color: $base_color;
notebook, notebook > stack { background-color: $base_color; }
}
/* Floating status bar */
.floating-bar {
background-color: $base_color;
border-style: solid;
border-color: $borders_color;
&.left {
border-radius: 0 3px 0 0;
border-width: 1px 1px 0 0;
}
&.right {
border-radius: 3px 0 0 0;
border-width: 1px 0 0 1px;
}
&:backdrop {
background-color: $backdrop_bg_color;
border-color: $backdrop_borders_color;
}
button { padding: 0px; }
}
/* Searchbar */
.search-bar {
box-shadow: none;
}
/* View */
.nautilus-list-view {
.view {
border-bottom: 1px solid $bg_color;
/* Hide superfluous treeview drop target indication */
&.dnd { border-style: none; }
}
}
/*********
* Geary *
*********/
.conversation-frame .view.cell {
background-color: $base_color;
}
.conversation-frame .view.cell:selected,
.conversation-frame .view.cell:selected:focus {
background-color: $selected_bg_color;
}