mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
re-enable some application styling
This commit is contained in:
parent
ca3c5b5fda
commit
75b37adf83
@ -1,92 +1,92 @@
|
|||||||
//
|
//
|
||||||
// Tab overrides
|
// Tab overrides
|
||||||
//
|
//
|
||||||
GeditNotebook.notebook,
|
//GeditNotebook.notebook,
|
||||||
ScratchMainWindow .notebook,
|
//ScratchMainWindow .notebook,
|
||||||
EphyNotebook.notebook,
|
//EphyNotebook.notebook,
|
||||||
MidoriNotebook .notebook,
|
//MidoriNotebook .notebook,
|
||||||
TerminalWindow .notebook,
|
//TerminalWindow .notebook,
|
||||||
PantheonTerminalPantheonTerminalWindow .notebook {
|
//PantheonTerminalPantheonTerminalWindow .notebook {
|
||||||
|
//
|
||||||
|
// header.top tab {
|
||||||
|
// &:active {
|
||||||
|
// box-shadow: inset 0 1px $borders_color,
|
||||||
|
// inset 0 -1px $borders_color,
|
||||||
|
// inset 1px 0 $borders_color,
|
||||||
|
// inset -1px 0 $borders_color;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
//}
|
||||||
|
|
||||||
header.top tab {
|
//TerminalWindow .notebook,
|
||||||
&:active {
|
//PantheonTerminalPantheonTerminalWindow .notebook {
|
||||||
box-shadow: inset 0 1px $borders_color,
|
|
||||||
inset 0 -1px $borders_color,
|
|
||||||
inset 1px 0 $borders_color,
|
|
||||||
inset -1px 0 $borders_color;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
TerminalWindow .notebook,
|
// &.header.top {
|
||||||
PantheonTerminalPantheonTerminalWindow .notebook {
|
// box-shadow: inset 0 1px opacify($header_border, 1),
|
||||||
|
// inset 0 -1px $borders_color;
|
||||||
&.header.top {
|
//
|
||||||
box-shadow: inset 0 1px opacify($header_border, 1),
|
// tab {
|
||||||
inset 0 -1px $borders_color;
|
// padding-top: 7px;
|
||||||
|
// border-top-width: 3px;
|
||||||
tab {
|
// }
|
||||||
padding-top: 7px;
|
// }
|
||||||
border-top-width: 3px;
|
//}
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Evolution
|
// Evolution
|
||||||
//
|
//
|
||||||
// needed for webkit/GtkStyle/Evolution compatibility
|
// needed for webkit/GtkStyle/Evolution compatibility
|
||||||
GtkHTML {
|
//GtkHTML {
|
||||||
background-color: $base_color;
|
// background-color: $base_color;
|
||||||
color: $text_color;
|
// color: $text_color;
|
||||||
|
//
|
||||||
&:active {
|
// &:active {
|
||||||
color: $selected_fg_color;
|
// color: $selected_fg_color;
|
||||||
background-color: $selected_bg_color;
|
// background-color: $selected_bg_color;
|
||||||
}
|
// }
|
||||||
}
|
//}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Sushi
|
// Sushi
|
||||||
//
|
//
|
||||||
// used by gnome-font-viewer and sushi
|
// used by gnome-font-viewer and sushi
|
||||||
SushiFontWidget {
|
//SushiFontWidget {
|
||||||
padding: 6px 12px;
|
// padding: 6px 12px;
|
||||||
}
|
//}
|
||||||
|
|
||||||
//
|
//
|
||||||
// GNOME Terminal
|
// GNOME Terminal
|
||||||
//
|
//
|
||||||
TerminalWindow {
|
//TerminalWindow {
|
||||||
.background {
|
// .background {
|
||||||
background-color: transparent;
|
// background-color: transparent;
|
||||||
}
|
// }
|
||||||
|
//
|
||||||
scrollbar {
|
// scrollbar {
|
||||||
&.vertical slider { margin-left: 3px; }
|
// &.vertical slider { margin-left: 3px; }
|
||||||
|
//
|
||||||
trough { border-width: 0; }
|
// trough { border-width: 0; }
|
||||||
}
|
// }
|
||||||
|
//
|
||||||
.notebook {
|
// .notebook {
|
||||||
tab button {
|
// tab button {
|
||||||
color: mix($bg_color, $fg_color, 35%);
|
// color: mix($bg_color, $fg_color, 35%);
|
||||||
|
//
|
||||||
&:hover {
|
// &:hover {
|
||||||
color: $fg_color;
|
// color: $fg_color;
|
||||||
border-color: $button_border;
|
// border-color: $button_border;
|
||||||
background-color: $button_bg;
|
// background-color: $button_bg;
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
tab:active, tab:hover {
|
// tab:active, tab:hover {
|
||||||
button {
|
// button {
|
||||||
@extend %undecorated_button;
|
// @extend %undecorated_button;
|
||||||
&:hover { color: lighten(red, 15%); @extend %undecorated_button;}
|
// &:hover { color: lighten(red, 15%); @extend %undecorated_button;}
|
||||||
&:active { color: $selected_bg_color; @extend %undecorated_button;}
|
// &:active { color: $selected_bg_color; @extend %undecorated_button;}
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
//}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Nautilus
|
// Nautilus
|
||||||
@ -110,10 +110,11 @@ TerminalWindow {
|
|||||||
&:selected, &:selected:focus { color: mix($selected_fg_color, $selected_bg_color, 80%); }
|
&:selected, &:selected:focus { color: mix($selected_fg_color, $selected_bg_color, 80%); }
|
||||||
}
|
}
|
||||||
|
|
||||||
NautilusQueryEditor searchbar {
|
.nautilus-window .search-bar {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
background-color: $base_color;
|
background-color: $base_color;
|
||||||
|
border-bottom: 1px solid $borders_color;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.nautilus-circular-button.image-button {
|
button.nautilus-circular-button.image-button {
|
||||||
@ -145,59 +146,59 @@ $disk_space_free: darken($bg_color, 3%);
|
|||||||
}
|
}
|
||||||
|
|
||||||
// View
|
// View
|
||||||
NautilusListView .view { border-bottom: 1px solid $borders_color; }
|
.nautilus-list-view .view { border-bottom: 1px solid $borders_color; }
|
||||||
|
|
||||||
//
|
//
|
||||||
// Nemo
|
// Nemo
|
||||||
//
|
//
|
||||||
.nemo-desktop.nemo-canvas-item { @extend .nautilus-desktop.nautilus-canvas-item; }
|
.nemo-desktop.nemo-canvas-item { @extend .nautilus-desktop.nautilus-canvas-item; }
|
||||||
|
|
||||||
NemoWindow {
|
//NemoWindow {
|
||||||
|
//
|
||||||
EelEditableLabel { transition: none; } // Workaround for invisible text in rename entry
|
// EelEditableLabel { transition: none; } // Workaround for invisible text in rename entry
|
||||||
|
//
|
||||||
.sidebar .frame { border-width: 0; }
|
// .sidebar .frame { border-width: 0; }
|
||||||
|
//
|
||||||
separator.horizontal { color: $borders_color; }
|
// separator.horizontal { color: $borders_color; }
|
||||||
|
//
|
||||||
.primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > button {
|
// .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > button {
|
||||||
|
//
|
||||||
@include button(header-hover);
|
// @include button(header-hover);
|
||||||
|
//
|
||||||
&:hover { background-color: lighten($header_button_bg, 15%); }
|
// &:hover { background-color: lighten($header_button_bg, 15%); }
|
||||||
&:active, &:checked { @include button(header-active); }
|
// &:active, &:checked { @include button(header-active); }
|
||||||
&:disabled { color: transparentize($header_fg, 0.4); }
|
// &:disabled { color: transparentize($header_fg, 0.4); }
|
||||||
}
|
// }
|
||||||
|
//
|
||||||
.primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > button,
|
// .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > button,
|
||||||
.primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > button:hover,
|
// .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > button:hover,
|
||||||
.primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > button:active,
|
// .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > button:active,
|
||||||
.primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > button:checked,
|
// .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > button:checked,
|
||||||
.primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > button:disabled {
|
// .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) > button:disabled {
|
||||||
@extend %linked;
|
// @extend %linked;
|
||||||
@extend %linked_button;
|
// @extend %linked_button;
|
||||||
}
|
// }
|
||||||
|
//
|
||||||
.primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) {
|
// .primary-toolbar NemoPathBar.linked:not(.vertical):not(.path-bar) {
|
||||||
|
//
|
||||||
$_linked_separator_color: $header_button_border;
|
// $_linked_separator_color: $header_button_border;
|
||||||
|
//
|
||||||
> button:hover:not(:checked):not(:active):not(:only-child) {
|
// > button:hover:not(:checked):not(:active):not(:only-child) {
|
||||||
|
//
|
||||||
&:hover {
|
// &:hover {
|
||||||
box-shadow: inset 1px 0 $_linked_separator_color,
|
// box-shadow: inset 1px 0 $_linked_separator_color,
|
||||||
inset -1px 0 $_linked_separator_color;
|
// inset -1px 0 $_linked_separator_color;
|
||||||
}
|
// }
|
||||||
&:first-child:hover { box-shadow: inset -1px 0 $_linked_separator_color; }
|
// &:first-child:hover { box-shadow: inset -1px 0 $_linked_separator_color; }
|
||||||
&:last-child:hover { box-shadow: inset 1px 0 $_linked_separator_color; }
|
// &:last-child:hover { box-shadow: inset 1px 0 $_linked_separator_color; }
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
//}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Gedit
|
// Gedit
|
||||||
//
|
//
|
||||||
.gedit-headerbar-paned { color: $header_border; }
|
//.gedit-headerbar-paned { color: $header_border; }
|
||||||
|
|
||||||
.open-document-selector-treeview.view {
|
.open-document-selector-treeview.view {
|
||||||
padding: 3px 6px 3px 6px;
|
padding: 3px 6px 3px 6px;
|
||||||
@ -264,24 +265,23 @@ NemoWindow {
|
|||||||
//.gedit-document-panel-placeholder-row {
|
//.gedit-document-panel-placeholder-row {
|
||||||
//}
|
//}
|
||||||
|
|
||||||
GeditStatusbar {
|
//GeditStatusbar {
|
||||||
border-top: 1px solid $borders_color;
|
// border-top: 1px solid $borders_color;
|
||||||
background-color: $bg_color;
|
// background-color: $bg_color;
|
||||||
}
|
//}
|
||||||
|
//
|
||||||
|
//GeditStatusMenuButton.button.flat,
|
||||||
|
//GeditStatusMenuButton:hover.button.flat,
|
||||||
|
//GeditStatusMenuButton:checked.button.flat {
|
||||||
|
// border-bottom-style: none;
|
||||||
|
// border-radius: 0;
|
||||||
|
//}
|
||||||
|
|
||||||
GeditStatusMenuButton.button.flat,
|
.gedit-search-slider { @extend %search_slider }
|
||||||
GeditStatusMenuButton:hover.button.flat,
|
|
||||||
GeditStatusMenuButton:checked.button.flat {
|
|
||||||
border-bottom-style: none;
|
|
||||||
border-radius: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
//GeditFileBrowserWidget toolbar {
|
||||||
GeditViewFrame .gedit-search-slider { @extend %search_slider }
|
// border-bottom: 1px solid $borders_color;
|
||||||
|
//}
|
||||||
GeditFileBrowserWidget toolbar {
|
|
||||||
border-bottom: 1px solid $borders_color;
|
|
||||||
}
|
|
||||||
|
|
||||||
.gedit-search-entry-occurrences-tag {
|
.gedit-search-entry-occurrences-tag {
|
||||||
color: transparentize($fg_color, 0.4);
|
color: transparentize($fg_color, 0.4);
|
||||||
@ -434,9 +434,9 @@ GbViewStack.focused box.header.notebook {
|
|||||||
//
|
//
|
||||||
// Epiphany
|
// Epiphany
|
||||||
//
|
//
|
||||||
EphyWindow .floating-bar { // Epiphany overrides the floating-bar style, so reset it
|
//EphyWindow .floating-bar { // Epiphany overrides the floating-bar style, so reset it
|
||||||
color: $fg_color;
|
// color: $fg_color;
|
||||||
}
|
//}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Gnome Documents
|
// Gnome Documents
|
||||||
@ -498,15 +498,15 @@ button.documents-favorite:active:hover {
|
|||||||
//
|
//
|
||||||
// Totem
|
// Totem
|
||||||
//
|
//
|
||||||
TotemGrilo.vertical GdMainView.frame {
|
//TotemGrilo.vertical GdMainView.frame {
|
||||||
border-width: 0;
|
// border-width: 0;
|
||||||
}
|
//}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Synapse
|
// Synapse
|
||||||
//
|
//
|
||||||
SynapseGuiSelectionContainer *:selected,
|
//SynapseGuiSelectionContainer *:selected,
|
||||||
SynapseGuiViewVirgilio *:selected { background-color: $selected_bg_color; }
|
//SynapseGuiViewVirgilio *:selected { background-color: $selected_bg_color; }
|
||||||
|
|
||||||
//
|
//
|
||||||
// Transmission
|
// Transmission
|
||||||
@ -519,63 +519,63 @@ SynapseGuiViewVirgilio *:selected { background-color: $selected_bg_color; }
|
|||||||
//
|
//
|
||||||
// Fallback Mode/Budgie Panel
|
// Fallback Mode/Budgie Panel
|
||||||
//
|
//
|
||||||
.gnome-panel-menu-bar,
|
//.gnome-panel-menu-bar,
|
||||||
PanelApplet > menubar,
|
//PanelApplet > menubar,
|
||||||
PanelToplevel,
|
//PanelToplevel,
|
||||||
PanelWidget,
|
//PanelWidget,
|
||||||
PanelAppletFrame,
|
//PanelAppletFrame,
|
||||||
PanelApplet {
|
//PanelApplet {
|
||||||
color: $panel_fg;
|
// color: $panel_fg;
|
||||||
background-image: linear-gradient(to bottom, $panel_bg);
|
// background-image: linear-gradient(to bottom, $panel_bg);
|
||||||
}
|
//}
|
||||||
|
//
|
||||||
PanelApplet button, PanelApplet button:backdrop {
|
//PanelApplet button, PanelApplet button:backdrop {
|
||||||
padding: 4px;
|
// padding: 4px;
|
||||||
border: 2px solid transparent;
|
// border: 2px solid transparent;
|
||||||
border-radius: 0;
|
// border-radius: 0;
|
||||||
background-image: none;
|
// background-image: none;
|
||||||
background-color: transparent;
|
// background-color: transparent;
|
||||||
color: $panel_fg;
|
// color: $panel_fg;
|
||||||
}
|
//}
|
||||||
|
//
|
||||||
PanelApplet button:hover {
|
//PanelApplet button:hover {
|
||||||
color: lighten($panel_fg, 10%);
|
// color: lighten($panel_fg, 10%);
|
||||||
background-color: transparentize(black, 0.83);
|
// background-color: transparentize(black, 0.83);
|
||||||
border-color: transparentize(black, 0.83);
|
// border-color: transparentize(black, 0.83);
|
||||||
}
|
//}
|
||||||
|
//
|
||||||
PanelApplet button:active, PanelApplet button:active:backdrop,
|
//PanelApplet button:active, PanelApplet button:active:backdrop,
|
||||||
PanelApplet button:checked, PanelApplet button:checked:backdrop {
|
//PanelApplet button:checked, PanelApplet button:checked:backdrop {
|
||||||
background-clip: padding-box;
|
// background-clip: padding-box;
|
||||||
color: $selected_fg_color;
|
// color: $selected_fg_color;
|
||||||
background-color: transparentize(black, 0.75);
|
// background-color: transparentize(black, 0.75);
|
||||||
border-radius: 0;
|
// border-radius: 0;
|
||||||
border-color: transparentize(black, 0.75);
|
// border-color: transparentize(black, 0.75);
|
||||||
box-shadow: inset 0 -2px $selected_bg_color;
|
// box-shadow: inset 0 -2px $selected_bg_color;
|
||||||
}
|
//}
|
||||||
|
//
|
||||||
PanelApplet:hover {
|
//PanelApplet:hover {
|
||||||
color: $selected_fg_color;
|
// color: $selected_fg_color;
|
||||||
}
|
//}
|
||||||
|
//
|
||||||
PanelApplet:active,
|
//PanelApplet:active,
|
||||||
PanelApplet:hover:active {
|
//PanelApplet:hover:active {
|
||||||
color: $selected_bg_color;
|
// color: $selected_bg_color;
|
||||||
}
|
//}
|
||||||
|
//
|
||||||
WnckPager {
|
//WnckPager {
|
||||||
color: mix($panel_fg, black, 50%);
|
// color: mix($panel_fg, black, 50%);
|
||||||
&:selected { color: $selected_bg_color }
|
// &:selected { color: $selected_bg_color }
|
||||||
}
|
//}
|
||||||
|
//
|
||||||
NaTrayApplet {
|
//NaTrayApplet {
|
||||||
-NaTrayApplet-icon-padding: 12;
|
// -NaTrayApplet-icon-padding: 12;
|
||||||
-NaTrayApplet-icon-size: 16;
|
// -NaTrayApplet-icon-size: 16;
|
||||||
}
|
//}
|
||||||
|
//
|
||||||
ClockBox {
|
//ClockBox {
|
||||||
color: $panel_fg;
|
// color: $panel_fg;
|
||||||
}
|
//}
|
||||||
|
|
||||||
// Xfce Panel
|
// Xfce Panel
|
||||||
.xfce4-panel.panel {
|
.xfce4-panel.panel {
|
||||||
@ -622,26 +622,26 @@ ClockBox {
|
|||||||
//
|
//
|
||||||
// Birdie
|
// Birdie
|
||||||
//
|
//
|
||||||
BirdieWidgetsTweetList * {
|
//BirdieWidgetsTweetList * {
|
||||||
background-image: none;
|
// background-image: none;
|
||||||
background-color: transparent;
|
// background-color: transparent;
|
||||||
}
|
//}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Marlin / Pantheon Files
|
// Marlin / Pantheon Files
|
||||||
//
|
//
|
||||||
MarlinViewWindow {
|
//MarlinViewWindow {
|
||||||
|
//
|
||||||
*:selected, *:selected:focus {
|
// *:selected, *:selected:focus {
|
||||||
color: $selected_fg_color;
|
// color: $selected_fg_color;
|
||||||
background-color: $selected_bg_color;
|
// background-color: $selected_bg_color;
|
||||||
outline-color: transparent;
|
// outline-color: transparent;
|
||||||
}
|
// }
|
||||||
GtkIconView.view:selected {
|
// GtkIconView.view:selected {
|
||||||
&, &:focus, &:hover, &:focus:hover { background-color: transparent; }
|
// &, &:focus, &:hover, &:focus:hover { background-color: transparent; }
|
||||||
}
|
// }
|
||||||
FMListView, FMColumnView { outline-color: transparent; }
|
// FMListView, FMColumnView { outline-color: transparent; }
|
||||||
}
|
//}
|
||||||
|
|
||||||
.marlin-pathbar.pathbar {
|
.marlin-pathbar.pathbar {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
@ -741,42 +741,42 @@ MarlinViewWindow {
|
|||||||
//
|
//
|
||||||
// Wingpanel Popover
|
// Wingpanel Popover
|
||||||
//
|
//
|
||||||
WingpanelWidgetsIndicatorPopover.popover {
|
//WingpanelWidgetsIndicatorPopover.popover {
|
||||||
padding: 0;
|
// padding: 0;
|
||||||
|
//
|
||||||
text-shadow: none;
|
// text-shadow: none;
|
||||||
-gtk-icon-shadow: none;
|
// -gtk-icon-shadow: none;
|
||||||
|
//
|
||||||
menuitem {
|
// menuitem {
|
||||||
padding: 5px;
|
// padding: 5px;
|
||||||
outline-color: transparent;
|
// outline-color: transparent;
|
||||||
text-shadow: none;
|
// text-shadow: none;
|
||||||
-gtk-icon-shadow: none;
|
// -gtk-icon-shadow: none;
|
||||||
border: solid transparent;
|
// border: solid transparent;
|
||||||
border-width: 1px 0;
|
// border-width: 1px 0;
|
||||||
|
//
|
||||||
label, image { padding: 0 3px; }
|
// label, image { padding: 0 3px; }
|
||||||
|
//
|
||||||
&:hover, &:active {
|
// &:hover, &:active {
|
||||||
background-color: if($variant == 'light', transparentize(black, 0.96), transparentize(white, 0.95));
|
// background-color: if($variant == 'light', transparentize(black, 0.96), transparentize(white, 0.95));
|
||||||
border: solid if($variant == 'light', transparentize(black, 0.92), transparentize(white, 0.93));
|
// border: solid if($variant == 'light', transparentize(black, 0.92), transparentize(white, 0.93));
|
||||||
border-width: 1px 0;
|
// border-width: 1px 0;
|
||||||
}
|
// }
|
||||||
*:disabled { color: $insensitive_fg_color; }
|
// *:disabled { color: $insensitive_fg_color; }
|
||||||
}
|
// }
|
||||||
}
|
//}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Pantheon Terminal
|
// Pantheon Terminal
|
||||||
//
|
//
|
||||||
PantheonTerminalPantheonTerminalWindow.background {
|
//PantheonTerminalPantheonTerminalWindow.background {
|
||||||
background-color: transparent;
|
// background-color: transparent;
|
||||||
}
|
//}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Switchboard
|
// Switchboard
|
||||||
//
|
//
|
||||||
SwitchboardCategoryView .view:selected,
|
//SwitchboardCategoryView .view:selected,
|
||||||
SwitchboardCategoryView .view:selected:focus {
|
//SwitchboardCategoryView .view:selected:focus {
|
||||||
color: $fg_color;
|
// color: $fg_color;
|
||||||
}
|
//}
|
||||||
|
@ -1,32 +1,27 @@
|
|||||||
.titlebar separator {
|
//NemoWindow GtkEventBox { background-color: $bg_color; } // fixes nemo statusbar
|
||||||
color: $header_border; //fixes separator in gnome-tweak-tool
|
|
||||||
}
|
|
||||||
|
|
||||||
NemoWindow GtkEventBox { background-color: $bg_color; } // fixes nemo statusbar
|
//GtkFileChooserDialog,
|
||||||
|
//NemoWindow,
|
||||||
GtkFileChooserDialog *,
|
.nautilus-window {
|
||||||
NautilusWindow *,
|
paned > separator { background: $dark_sidebar_bg; }
|
||||||
NemoWindow {
|
|
||||||
//-GtkPaned-handle-size: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
@if $variant==dark {
|
|
||||||
GtkFileChooserDialog,
|
|
||||||
NautilusWindow ,
|
|
||||||
NemoWindow {
|
|
||||||
.sidebar { border-right: 1px solid $dark_sidebar_border; }
|
|
||||||
|
|
||||||
.sidebar:dir(rtl) { border-left: 1px solid $dark_sidebar_border; }
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dark transparent sidebars
|
// Dark transparent sidebars
|
||||||
GtkFileChooserDialog,
|
//GtkFileChooserDialog,
|
||||||
NautilusWindow {
|
.nautilus-window {
|
||||||
|
|
||||||
&.csd.background, placessidebar list { background-color: transparent; }
|
&.csd.background, placessidebar list { background-color: transparent; }
|
||||||
|
|
||||||
placessidebar.sidebar {
|
placessidebar.sidebar {
|
||||||
|
|
||||||
|
&:dir(ltr) { margin-right: -1px; }
|
||||||
|
&:dir(rtl) { margin-left: -1px; }
|
||||||
|
|
||||||
|
@if $variant=='dark' {
|
||||||
|
&:dir(ltr) { border-right: 1px solid $dark_sidebar_border; }
|
||||||
|
&:dir(rtl) { border-left: 1px solid $dark_sidebar_border; }
|
||||||
|
}
|
||||||
|
|
||||||
background-color: $dark_sidebar_bg;
|
background-color: $dark_sidebar_bg;
|
||||||
|
|
||||||
row.sidebar-placeholder-row { border: 1px solid $selected_bg_color; }
|
row.sidebar-placeholder-row { border: 1px solid $selected_bg_color; }
|
||||||
@ -47,7 +42,7 @@ NautilusWindow {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
separator { color: transparent; }
|
separator { background-color: transparent; }
|
||||||
|
|
||||||
scrollbar { @extend %dark_sidebar_scrollbar }
|
scrollbar { @extend %dark_sidebar_scrollbar }
|
||||||
}
|
}
|
||||||
@ -65,112 +60,82 @@ NautilusWindow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
NemoWindow,
|
//NemoWindow,
|
||||||
MarlinViewWindow {
|
//MarlinViewWindow {
|
||||||
|
//
|
||||||
|
// &.csd.background,
|
||||||
|
// .source-list, .source-list.view, .source-list.view:hover { background-color: transparent; }
|
||||||
|
//
|
||||||
|
// .sidebar, .source-list.sidebar.view {
|
||||||
|
// background-color: $dark_sidebar_bg;
|
||||||
|
//
|
||||||
|
// .view, row {
|
||||||
|
// background-color: transparent;
|
||||||
|
// color: $dark_sidebar_fg;
|
||||||
|
//
|
||||||
|
// &.cell:selected {
|
||||||
|
// background-color: $selected_bg_color;
|
||||||
|
// color: $selected_fg_color;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// &.frame {
|
||||||
|
// color: $dark_sidebar_fg;
|
||||||
|
// }
|
||||||
|
//
|
||||||
|
// separator { color: transparent; }
|
||||||
|
//
|
||||||
|
// scrollbar { @extend %dark_sidebar_scrollbar }
|
||||||
|
// }
|
||||||
|
// &.maximized .sidebar { background-color: opacify($dark_sidebar_bg, 1); }
|
||||||
|
//
|
||||||
|
//}
|
||||||
|
|
||||||
&.csd.background,
|
//NemoWindow.background > GtkGrid > paned > separator,
|
||||||
.source-list, .source-list.view, .source-list.view:hover { background-color: transparent; }
|
//MarlinViewWindow.background > GtkBox > paned > separator { background-color: $dark_sidebar_border }
|
||||||
|
|
||||||
.sidebar, .source-list.sidebar.view {
|
|
||||||
background-color: $dark_sidebar_bg;
|
|
||||||
|
|
||||||
.view, row {
|
|
||||||
background-color: transparent;
|
|
||||||
color: $dark_sidebar_fg;
|
|
||||||
|
|
||||||
&.cell:selected {
|
|
||||||
background-color: $selected_bg_color;
|
|
||||||
color: $selected_fg_color;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&.frame {
|
|
||||||
color: $dark_sidebar_fg;
|
|
||||||
}
|
|
||||||
|
|
||||||
separator { color: transparent; }
|
|
||||||
|
|
||||||
scrollbar { @extend %dark_sidebar_scrollbar }
|
|
||||||
}
|
|
||||||
&.maximized .sidebar { background-color: opacify($dark_sidebar_bg, 1); }
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
NemoWindow.background > GtkGrid > paned > separator,
|
|
||||||
MarlinViewWindow.background > GtkBox > paned > separator { background-color: $dark_sidebar_border }
|
|
||||||
|
|
||||||
// Fix Nautilus transparency issues
|
// Fix Nautilus transparency issues
|
||||||
NautilusWindow NautilusWindowSlot { background-color: $base_color; }
|
//.nautilus-window NautilusWindowSlot { background-color: $base_color; }
|
||||||
NautilusDesktopWindow NautilusWindowSlot { background-color: transparent; }
|
|
||||||
|
|
||||||
GtkFileChooserDialog {
|
|
||||||
|
|
||||||
&.background.csd, &.background { background-color: $dark_sidebar_bg }
|
|
||||||
scrolledwindow.sidebar { background-color: transparent }
|
|
||||||
|
|
||||||
// Yeah, this is ugly, but prevents a transparent background in the image preview box
|
|
||||||
paned > .vertical > .horizontal { background-color: $bg_color; }
|
|
||||||
|
|
||||||
// fix for non gnome environments
|
|
||||||
.dialog-action-box { background-color: $bg_color }
|
|
||||||
|
|
||||||
.dialog-vbox > .frame {
|
|
||||||
color: $dark_sidebar_fg;
|
|
||||||
border-color: transparent;
|
|
||||||
}
|
|
||||||
GtkFileChooserWidget > actionbar > revealer > .action-bar.frame {
|
|
||||||
background-color: transparent;
|
|
||||||
border-color: if($variant =='light', darken($dark_sidebar_bg, 7%), darken($dark_sidebar_bg, 15%));
|
|
||||||
}
|
|
||||||
|
|
||||||
GtkFileChooserWidget > actionbar > revealer > .action-bar.frame,
|
|
||||||
.dialog-vbox > .frame {
|
|
||||||
|
|
||||||
button { @extend %dark_sidebar_button; }
|
|
||||||
entry { @extend %dark_sidebar_entry; }
|
|
||||||
|
|
||||||
@extend %osd_check_radio;
|
|
||||||
|
|
||||||
label, combobox { color: $dark_sidebar_fg; }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
//GtkFileChooserDialog {
|
||||||
//
|
//
|
||||||
// Paned Headerbars
|
// &.background.csd, &.background { background-color: $dark_sidebar_bg }
|
||||||
|
// scrolledwindow.sidebar { background-color: transparent }
|
||||||
//
|
//
|
||||||
FeedReaderreaderUI.background.csd,
|
// // Yeah, this is ugly, but prevents a transparent background in the image preview box
|
||||||
GeditWindow.background.csd {
|
// paned > .vertical > .horizontal { background-color: $bg_color; }
|
||||||
|
//
|
||||||
> .titlebar .pane-separator,
|
// // fix for non gnome environments
|
||||||
&.maximized > .titlebar .pane-separator,
|
// .dialog-action-box { background-color: $bg_color }
|
||||||
> .titlebar .pane-separator:backdrop,
|
//
|
||||||
&.maximized > .titlebar .pane-separator:backdrop { background-color: $header_border; }
|
// .dialog-vbox > .frame {
|
||||||
|
// color: $dark_sidebar_fg;
|
||||||
> .titlebar > headerbar.titlebar {
|
// border-color: transparent;
|
||||||
background-color: $header_bg;
|
// }
|
||||||
|
// GtkFileChooserWidget > actionbar > revealer > .action-bar.frame {
|
||||||
&:backdrop { background-color: $header_bg_backdrop; }
|
// background-color: transparent;
|
||||||
}
|
// border-color: if($variant =='light', darken($dark_sidebar_bg, 7%), darken($dark_sidebar_bg, 15%));
|
||||||
|
// }
|
||||||
&.maximized > .titlebar > headerbar.titlebar {
|
//
|
||||||
background-color: opacify($header_bg, 1);
|
// GtkFileChooserWidget > actionbar > revealer > .action-bar.frame,
|
||||||
|
// .dialog-vbox > .frame {
|
||||||
&:backdrop { background-color: opacify($header_bg_backdrop, 1); }
|
//
|
||||||
}
|
// button { @extend %dark_sidebar_button; }
|
||||||
}
|
// entry { @extend %dark_sidebar_entry; }
|
||||||
|
//
|
||||||
FeedReaderreaderUI.background.csd > FeedReaderreaderHeaderbar.titlebar,
|
// @extend %osd_check_radio;
|
||||||
GeditWindow.background.csd > .titlebar {
|
//
|
||||||
background-color: transparent;
|
// label, combobox { color: $dark_sidebar_fg; }
|
||||||
}
|
// }
|
||||||
|
//}
|
||||||
|
|
||||||
// Gedit
|
// Gedit
|
||||||
GeditWindow.background {
|
//GeditWindow.background {
|
||||||
&.csd { background-color: transparent; }
|
// &.csd { background-color: transparent; }
|
||||||
|
//
|
||||||
.gedit-side-panel-paned .pane-separator { background-color: $dark_sidebar_border; }
|
// .gedit-side-panel-paned .pane-separator { background-color: $dark_sidebar_border; }
|
||||||
.gedit-bottom-panel-paned .pane-separator { background-color: $borders_color; }
|
// .gedit-bottom-panel-paned .pane-separator { background-color: $borders_color; }
|
||||||
}
|
//}
|
||||||
|
|
||||||
.gedit-bottom-panel-paned { background-color: $base_color; }
|
.gedit-bottom-panel-paned { background-color: $base_color; }
|
||||||
|
|
||||||
@ -210,32 +175,32 @@ GeditWindow.background {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
GeditFileBrowserWidget {
|
//GeditFileBrowserWidget {
|
||||||
background-color: $dark_sidebar_bg;
|
// background-color: $dark_sidebar_bg;
|
||||||
|
//
|
||||||
|
// .maximized & { background-color: opacify($dark_sidebar_bg, 1); }
|
||||||
|
//
|
||||||
|
// scrollbar { @extend %dark_sidebar_scrollbar; }
|
||||||
|
//
|
||||||
|
// .horizontal {
|
||||||
|
// background-color: transparent;
|
||||||
|
// border-color: darken($dark_sidebar_bg, 7%);
|
||||||
|
//
|
||||||
|
// button { @extend %dark_sidebar_button; }
|
||||||
|
// combobox { color: $dark_sidebar_fg; }
|
||||||
|
// }
|
||||||
|
//}
|
||||||
|
|
||||||
.maximized & { background-color: opacify($dark_sidebar_bg, 1); }
|
//GeditWindow.background.csd GeditFileBrowserView.view {
|
||||||
|
//
|
||||||
scrollbar { @extend %dark_sidebar_scrollbar; }
|
// background-color: transparent;
|
||||||
|
// color: $dark_sidebar_fg;
|
||||||
.horizontal {
|
//
|
||||||
background-color: transparent;
|
// &.expander {
|
||||||
border-color: darken($dark_sidebar_bg, 7%);
|
// color: $dark_sidebar_fg;
|
||||||
|
// &:hover { color: $selected_bg_color; }
|
||||||
button { @extend %dark_sidebar_button; }
|
// }
|
||||||
combobox { color: $dark_sidebar_fg; }
|
//}
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
GeditWindow.background.csd GeditFileBrowserView.view {
|
|
||||||
|
|
||||||
background-color: transparent;
|
|
||||||
color: $dark_sidebar_fg;
|
|
||||||
|
|
||||||
&.expander {
|
|
||||||
color: $dark_sidebar_fg;
|
|
||||||
&:hover { color: $selected_bg_color; }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
%dark_sidebar_button {
|
%dark_sidebar_button {
|
||||||
@include button(osd);
|
@include button(osd);
|
||||||
|
Loading…
Reference in New Issue
Block a user