tracing evince not showing well selected text and search results...

This commit is contained in:
chronos 2021-12-16 11:31:29 +01:00
parent 2fbe774ed1
commit b1c4a073e0
3 changed files with 82 additions and 48 deletions

View File

@ -4,11 +4,11 @@
@define-color text_widget_bg #2d2c2c; @define-color text_widget_bg #2d2c2c;
@define-color button_fg @text_widget_fg; @define-color button_fg @text_widget_fg;
@define-color button_bg #415446; @define-color button_bg #343F37;
@define-color button_pushed_fg mix(@button_fg, @selected_fg, 0.5); @define-color button_pushed_fg mix(@button_fg, @selected_fg, 0.5);
@define-color button_pushed_bg mix(@button_bg, @selected_bg, 0.5); @define-color button_pushed_bg mix(@button_bg, @selected_bg, 0.5);
@define-color border_color black; @define-color border_color #777;
@define-color disabled_fg #a14242; @define-color disabled_fg #a14242;
@define-color disabled_bg #421b1b; @define-color disabled_bg #421b1b;

View File

@ -218,9 +218,11 @@ flowbox flowboxchild {
/*.content-view .tile:backdrop { /*.content-view .tile:backdrop {
background-color: transparent; }*/ background-color: transparent; }*/
.content-view .tile:active, .content-view .tile:selected { .content-view .tile:active, .content-view .tile:selected {
background-color: transparent; } background-color: alpha(@theme_selected_bg_color_breeze, 0.7);
/* background-color: transparent;*/ }
.content-view .tile:disabled { .content-view .tile:disabled {
background-color: transparent; } background-color: alpha(@theme_disabled_bg_color, 0.7);
/*background-color: transparent; */}
label { label {
caret-color: currentColor; caret-color: currentColor;
@ -230,7 +232,7 @@ label {
color: @theme_fg_color_breeze; } color: @theme_fg_color_breeze; }
/*label.separator:backdrop { /*label.separator:backdrop {
color: @wm_unfocused_title; }*/ color: @wm_unfocused_title; }*/
label selection { label selection, label:selected, selection {
background-color: @theme_selected_bg_color_breeze; background-color: @theme_selected_bg_color_breeze;
color: @theme_selected_fg_color_breeze; } color: @theme_selected_fg_color_breeze; }
label:disabled { label:disabled {
@ -459,22 +461,19 @@ background-color: @theme_base_color_breeze;
entry:drop(active) { entry:drop(active) {
border-color: @success_color_breeze; border-color: @success_color_breeze;
box-shadow: inset 0 0 0 1px @success_color_breeze; } box-shadow: inset 0 0 0 1px @success_color_breeze; }
.osd spinbutton:not(.vertical), .osd entry { /*.osd spinbutton:not(.vertical), .osd entry {
color: white; color: white;
border-color: alpha(black, 0.7); border-color: alpha(black, 0.7);
background-color: alpha(black, 0.5); background-color: alpha(black, 0.5);
background-clip: padding-box; background-clip: padding-box;
box-shadow: none; box-shadow: none;}
/*text-shadow: 0 1px black;
-gtk-icon-shadow: 0 1px black; */}
.osd spinbutton:focus:not(.vertical), .osd entry:focus { .osd spinbutton:focus:not(.vertical), .osd entry:focus {
color: white; color: white;
border-color: @theme_selected_bg_color_breeze; border-color: @theme_selected_bg_color_breeze;
background-color: alpha(black, 0.5); background-color: alpha(black, 0.5);
background-clip: padding-box; background-clip: padding-box;
box-shadow: inset 0 0 0 1px @theme_selected_bg_color_breeze; box-shadow: inset 0 0 0 1px @theme_selected_bg_color_breeze;
/*text-shadow: 0 1px black; }*/
-gtk-icon-shadow: 0 1px black;*/ }
/*.osd spinbutton:backdrop:not(.vertical), .osd /*.osd spinbutton:backdrop:not(.vertical), .osd
entry:backdrop { entry:backdrop {
color: white; color: white;
@ -484,14 +483,13 @@ background-color: @theme_base_color_breeze;
box-shadow: none; box-shadow: none;
text-shadow: none; text-shadow: none;
-gtk-icon-shadow: none; }*/ -gtk-icon-shadow: none; }*/
.osd spinbutton:disabled:not(.vertical), .osd entry:disabled { /*.osd spinbutton:disabled:not(.vertical), .osd entry:disabled {
color: @theme_disabled_fg_color; color: @theme_disabled_fg_color;
border-color: alpha(@theme_disabled_fg_color, 0.7); border-color: alpha(@theme_disabled_fg_color, 0.7);
background-color: @insensitive_base_color_breeze; /*rgba(49, 52, 52, 0.5);*/ background-color: @insensitive_base_color_breeze;
background-clip: padding-box; background-clip: padding-box;
/*box-shadow: none;*/
text-shadow: none; -gtk-icon-shadow: none; }*/
-gtk-icon-shadow: none; }
spinbutton:not(.vertical) progress, spinbutton:not(.vertical) progress,
entry progress { entry progress {
@ -827,7 +825,7 @@ button {
button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop { button.flat:not(:active):not(:checked):not(:hover):not(disabled):backdrop {
color: @theme_unfocused_base_color_breeze; } color: @theme_unfocused_base_color_breeze; }
/*
button.osd { button.osd {
min-width: 24px; min-width: 24px;
min-height: 32px; min-height: 32px;
@ -886,7 +884,7 @@ button.osd {
text-shadow: none; text-shadow: none;
-gtk-icon-shadow: none; -gtk-icon-shadow: none;
border: none; } border: none; }
*/
/*button.osd:backdrop { /*button.osd:backdrop {
color: #eeeeec; color: #eeeeec;
border-color: alpha(black, 0.7); border-color: alpha(black, 0.7);
@ -3234,10 +3232,10 @@ progressbar trough, scale trough, levelbar trough, scrollbar trough, switch, not
background-color: shade(@theme_bg_color_breeze, 0.8); }*/ background-color: shade(@theme_bg_color_breeze, 0.8); }*/
row:selected scale trough:disabled, scale row:selected trough:disabled, row:selected scale fill:disabled, scale row:selected fill:disabled, row:selected progressbar trough:disabled, progressbar row:selected trough:disabled, row:selected scale trough, scale row:selected trough, row:selected scale fill, scale row:selected fill, row:selected progressbar trough, progressbar row:selected trough { row:selected scale trough:disabled, scale row:selected trough:disabled, row:selected scale fill:disabled, scale row:selected fill:disabled, row:selected progressbar trough:disabled, progressbar row:selected trough:disabled, row:selected scale trough, scale row:selected trough, row:selected scale fill, scale row:selected fill, row:selected progressbar trough, progressbar row:selected trough {
border-color: shade(@theme_selected_bg_color_breeze, 1.5); } border-color: shade(@theme_selected_bg_color_breeze, 1.5); }
.osd scale trough, scale .osd trough, .osd scale fill, scale .osd fill, .osd progressbar trough, progressbar .osd trough { .osd scale trough, scale .osd trough, .osd scale fill, scale .osd fill, .osd progressbar trough, /*progressbar .osd trough {
background-color: alpha(black, 0.5); } background-color: alpha(black, 0.5); }
.osd scale trough:disabled, scale .osd trough:disabled, .osd scale fill:disabled, scale .osd fill:disabled, .osd progressbar trough:disabled, progressbar .osd trough:disabled { .osd scale trough:disabled, scale .osd trough:disabled, .osd scale fill:disabled, scale .osd fill:disabled, .osd progressbar trough:disabled, progressbar .osd trough:disabled {
background-color: rgba(49, 52, 52, 0.5); } background-color: rgba(49, 52, 52, 0.5); }*/
scale highlight, progressbar progress { scale highlight, progressbar progress {
border-radius: 5px; border-radius: 5px;
@ -4083,20 +4081,20 @@ row {
.app-notification, .app-notification,
.app-notification.frame { .app-notification.frame {
padding: 10px; padding: 10px;
border-radius: 0 0 2px 2px; /*border-radius: 0 0 2px 2px;*/
background-color: alpha(@hint_bg,0.8);/*rgba(28, 31, 32, 0.7);*/ background-color: alpha(@hint_bg,0.8);/*rgba(28, 31, 32, 0.7);*/
background-image: linear-gradient(to bottom, alpha(black, 0.2), transparent 2px); background-image: linear-gradient(to bottom, alpha(black, 0.2), transparent 2px);
background-clip: padding-box; background-clip: padding-box;
border-radius: 0.5em; border-radius: 0.5em;
border: 1px solid @hint_fg; border: 1px solid @hint_fg;
} }
.app-notification:backdrop, /*.app-notification:backdrop,
.app-notification.frame:backdrop { .app-notification.frame:backdrop {
background-image: none; background-image: none;
transition: 80ms ease-out; } transition: 80ms ease-out; }*/
.app-notification border, /*.app-notification border,
.app-notification.frame border { .app-notification.frame border {
border: none; } border: none; }*/
.app-notification label {color: @hint_fg;} .app-notification label {color: @hint_fg;}
/************* /*************
* Expanders * * Expanders *
@ -4425,15 +4423,16 @@ tooltip {
box-shadow: none; box-shadow: none;
/*text-shadow: 0 1px black;*/ } /*text-shadow: 0 1px black;*/ }
tooltip.background { tooltip.background {
background-color: alpha(black, 0.8); background-color: alpha(@hint_bg, 0.8);
background-clip: padding-box; /*background-clip: padding-box;*/
border: 1px solid alpha(white, 0.1); } border: 1px solid alpha(@hint_fg, 0.8); }
tooltip decoration { tooltip decoration {
background-color: transparent; } /*background-color: transparent;*/
tooltip * { box-shadow: 0 2px 4px 0 alpha(black, 0.5); }
/*tooltip * {
padding: 4px; padding: 4px;
background-color: transparent; background-color: transparent;
color: white; } color: white; }*/
/***************** /*****************
* Color Chooser * * Color Chooser *
@ -4580,7 +4579,8 @@ textview text selection:focus,
textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection, textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection,
entry selection, modelbutton.flat:selected, entry selection, modelbutton.flat:selected,
.menuitem.button.flat:selected, treeview.view:selected:focus, treeview.view:selected, row:selected, calendar:selected { .menuitem.button.flat:selected, treeview.view:selected:focus, treeview.view:selected, row:selected, calendar:selected {
background-color: @theme_selected_bg_color_breeze; } background-color: @theme_selected_bg_color_breeze;
color: @theme_selected_fg_color_breeze; }
row:selected label, label:selected, .selection-mode button.titlebutton, .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, .view text:selected:focus, iconview text:selected:focus, row:selected label, label:selected, .selection-mode button.titlebutton, .view:selected:focus, iconview:selected:focus, .view:selected, iconview:selected, .view text:selected:focus, iconview text:selected:focus,
textview text:selected:focus, .view text:selected, iconview text:selected, textview text:selected:focus, .view text:selected, iconview text:selected,
textview text:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, textview text:selected, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
@ -4588,27 +4588,35 @@ entry selection, modelbutton.flat:selected,
textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection, textview text selection, flowbox flowboxchild:selected, spinbutton:not(.vertical) selection,
entry selection, modelbutton.flat:selected, entry selection, modelbutton.flat:selected,
.menuitem.button.flat:selected, treeview.view:selected:focus, treeview.view:selected, row:selected, calendar:selected { .menuitem.button.flat:selected, treeview.view:selected:focus, treeview.view:selected, row:selected, calendar:selected {
color: @theme_selected_fg_color_breeze; } color: @theme_selected_fg_color_breeze;
background-color: @theme_selected_bg_color_breeze;
}
row:selected label:disabled, label:disabled:selected, .selection-mode button.titlebutton:disabled, iconview:disabled:selected:focus, .view:disabled:selected, iconview:disabled:selected, iconview text:disabled:selected:focus, row:selected label:disabled, label:disabled:selected, .selection-mode button.titlebutton:disabled, iconview:disabled:selected:focus, .view:disabled:selected, iconview:disabled:selected, iconview text:disabled:selected:focus,
textview text:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, textview text:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected,
textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled,
textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, spinbutton:not(.vertical) selection:disabled, textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, spinbutton:not(.vertical) selection:disabled,
entry selection:disabled, modelbutton.flat:disabled:selected, entry selection:disabled, modelbutton.flat:disabled:selected,
.menuitem.button.flat:disabled:selected, row:disabled:selected, calendar:disabled:selected { .menuitem.button.flat:disabled:selected, row:disabled:selected, calendar:disabled:selected,
color: shade(@theme_selected_bg_color_breeze, 1.3); } .view:selected:disabled, .view:selected:focus:disabled, .view text:selected:disabled, .view text:selected:focus:disabled, .view text selection:disabled, .view text selection:focus:disabled {
/*row:selected label:backdrop, label:backdrop:selected, .selection-mode button.titlebutton:backdrop, iconview:backdrop:selected:focus, .view:backdrop:selected, iconview:backdrop:selected, iconview text:backdrop:selected:focus, color: shade(@theme_disabled_fg_color, 1.1);
background-color: shade(@theme_disabled_bg_color, 1.1); }
row:selected label:backdrop, label:backdrop:selected, .selection-mode button.titlebutton:backdrop, iconview:backdrop:selected:focus, .view:backdrop:selected, iconview:backdrop:selected, iconview text:backdrop:selected:focus,
textview text:backdrop:selected:focus, .view text:backdrop:selected, iconview text:backdrop:selected, textview text:backdrop:selected:focus, .view text:backdrop:selected, iconview text:backdrop:selected,
textview text:backdrop:selected, iconview text selection:backdrop:focus, .view text selection:backdrop, iconview text selection:backdrop, textview text:backdrop:selected, iconview text selection:backdrop:focus, .view text selection:backdrop, iconview text selection:backdrop,
textview text selection:backdrop, flowbox flowboxchild:backdrop:selected, label:backdrop selection, spinbutton:not(.vertical) selection:backdrop, textview text selection:backdrop, flowbox flowboxchild:backdrop:selected, label:backdrop selection, spinbutton:not(.vertical) selection:backdrop,
entry selection:backdrop, modelbutton.flat:backdrop:selected, entry selection:backdrop, modelbutton.flat:backdrop:selected,
.menuitem.button.flat:backdrop:selected, row:backdrop:selected, calendar:backdrop:selected { .menuitem.button.flat:backdrop:selected, row:backdrop:selected, calendar:backdrop:selected {
color: @theme_unfocused_base_color_breeze; } color: @theme_selected_fg_color_breeze;
background-color: @theme_selected_bg_color_breeze;
}
row:selected label:backdrop:disabled, label:backdrop:disabled:selected, .selection-mode button.titlebutton:backdrop:disabled, .view:backdrop:disabled:selected, iconview:backdrop:disabled:selected, .view text:backdrop:disabled:selected, iconview text:backdrop:disabled:selected, row:selected label:backdrop:disabled, label:backdrop:disabled:selected, .selection-mode button.titlebutton:backdrop:disabled, .view:backdrop:disabled:selected, iconview:backdrop:disabled:selected, .view text:backdrop:disabled:selected, iconview text:backdrop:disabled:selected,
textview text:backdrop:disabled:selected, .view text selection:backdrop:disabled, iconview text selection:backdrop:disabled, textview text:backdrop:disabled:selected, .view text selection:backdrop:disabled, iconview text selection:backdrop:disabled,
textview text selection:backdrop:disabled, flowbox flowboxchild:backdrop:disabled:selected, label:disabled selection:backdrop, label:backdrop selection:disabled, spinbutton:not(.vertical) selection:backdrop:disabled, textview text selection:backdrop:disabled, flowbox flowboxchild:backdrop:disabled:selected, label:disabled selection:backdrop, label:backdrop selection:disabled, spinbutton:not(.vertical) selection:backdrop:disabled,
entry selection:backdrop:disabled, modelbutton.flat:backdrop:disabled:selected, entry selection:backdrop:disabled, modelbutton.flat:backdrop:disabled:selected,
.menuitem.button.flat:backdrop:disabled:selected, row:backdrop:disabled:selected, calendar:backdrop:disabled:selected { .menuitem.button.flat:backdrop:disabled:selected, row:backdrop:disabled:selected, calendar:backdrop:disabled:selected {
color: shade(@theme_selected_bg_color_breeze, 1.1); }*/ color: shade(@theme_disabled_fg_color, 1.1);
background-color: shade(@theme_disabled_bg_color, 1.1); }
.monospace { .monospace {
font-family: monospace; } font-family: monospace; }
@ -4772,15 +4780,16 @@ modelbutton.flat:active,
modelbutton.flat:active arrow, modelbutton.flat:active arrow,
modelbutton.flat:selected, modelbutton.flat:selected,
modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected { modelbutton.flat:selected arrow, treeview.view:selected, treeview.view:selected:focus, row:selected, calendar:selected, .nemo-window .nemo-window-pane widget.entry:selected:focus, .nemo-window .nemo-window-pane widget.entry:selected {
background-color: @theme_selected_bg_color_breeze; background-color: @theme_selected_bg_color_breeze;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1), 0 2px 4px 0 rgba(0,0,0,0.1);} color: @theme_selected_fg_color_breeze;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1), 0 2px 4px 0 rgba(0,0,0,0.1);}
filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover, filechooser placessidebar.sidebar row.sidebar-row.has-open-popup:selected, filechooser placessidebar.sidebar row.sidebar-row:selected, filechooser placessidebar.sidebar row.sidebar-row:selected:hover, filechooser placessidebar.sidebar row.sidebar-row:active:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected, .nautilus-window placessidebar.sidebar row.sidebar-row.has-open-popup:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
background: linear-gradient(to top, shade(@theme_selected_bg_color_breeze, 0.85), shade(@theme_selected_bg_color_breeze, 1)); background-image: linear-gradient(to top, shade(@theme_selected_bg_color_breeze, 0.85), shade(@theme_selected_bg_color_breeze, 1));
border: 1px solid; border: 1px solid;
border-color: shade(@theme_selected_bg_color_breeze, 0.6); border-color: shade(@theme_selected_bg_color_breeze, 0.6);
color: @theme_selected_fg_color_breeze; color: @theme_selected_fg_color_breeze;
@ -4803,9 +4812,25 @@ textview text selection,
textview text:selected, iconview text:selected:focus, textview text:selected, iconview text:selected:focus,
textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection, textview text:selected:focus, .view text selection:focus, iconview text selection:focus, .view text selection, iconview text selection,
textview text selection:focus, textview text selection:focus,
textview text selection { textview text selection,
selection,
text:selected, :selected, .content-view:selected, .view:selected, .content-view :selected, .view :selected, :backdrop :selected,
:backdrop:selected, :focus:selected, :focus :selected, *:selected, *:selected:active {
color: @theme_selected_fg_color_breeze; color: @theme_selected_fg_color_breeze;
background-color: @theme_selected_bg_color_breeze; background-color: @theme_selected_bg_color_breeze;
box-shadow: 0 0 0 2px @theme_selected_bg_color_breeze;
}
evview.find-results{
background-color: alpha(@theme_selected_bg_color_breeze, 0.4);
box-shadow: 0 0 0 2px @theme_selected_bg_color_breeze;
}
evview.find-results:selected{
background-color: alpha(@theme_selected_bg_color_breeze, 0.3);
}
evview.find-results:active, evview.find-results:active:selected{
background-color: alpha(@theme_selected_bg_color_breeze, 0.6);
} }
row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus, row:selected label, label:selected, .view:selected, iconview:selected, .view:selected:focus, iconview:selected:focus,
@ -4819,7 +4844,8 @@ flowbox flowboxchild:selected, entry selection:focus, entry selection, menuitem.
.nautilus-window placessidebar.sidebar row.sidebar-row:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover, .nautilus-window placessidebar.sidebar row.sidebar-row:selected:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:active:hover { .nautilus-window placessidebar.sidebar row.sidebar-row:active:hover {
color: @theme_selected_fg_color_breeze; } color: @theme_selected_fg_color_breeze;
background-color: @theme_selected_bg_color_breeze; }
row:selected label:disabled, label:disabled:selected, .view:disabled:selected, iconview:disabled:selected, iconview:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected, row:selected label:disabled, label:disabled:selected, .view:disabled:selected, iconview:disabled:selected, iconview:disabled:selected:focus, .view text:disabled:selected, iconview text:disabled:selected,
textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled, textview text:disabled:selected, iconview text selection:disabled:focus, .view text selection:disabled, iconview text selection:disabled,
textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, entry selection:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, menuitem.button.flat:disabled:selected, menuitem.button.flat:selected arrow:disabled, textview text selection:disabled, flowbox flowboxchild:disabled:selected, label:disabled selection, entry selection:disabled, menuitem.button.flat:disabled:active, menuitem.button.flat:active arrow:disabled, menuitem.button.flat:disabled:selected, menuitem.button.flat:selected arrow:disabled,
@ -4829,7 +4855,15 @@ flowbox flowboxchild:selected, entry selection:focus, entry selection, menuitem.
modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, calendar:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover, modelbutton.flat:selected arrow:disabled, treeview.view:disabled:selected:focus, row:disabled:selected, calendar:disabled:selected, .nemo-window .nemo-window-pane widget.entry:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:selected, filechooser placessidebar.sidebar row.sidebar-row:disabled:active:hover,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected, .nautilus-window placessidebar.sidebar row.sidebar-row:disabled:selected,
.nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover { .nautilus-window placessidebar.sidebar row.sidebar-row:disabled:active:hover {
color: shade(@theme_selected_bg_color_breeze, 1.4); } color: shade(@theme_disabled_fg_color, 1.1);
background-color: shade(@theme_disabled_bg_color, 1.1); }
filechooser placessidebar.sidebar row:selected label,
filechooser placessidebar.sidebar row:selected label
.nautilus-window placessidebar.sidebar row:selected label,
.nautilus-window placessidebar.sidebar row:selected label {
background-color: transparent;
}
/*.gedit-bottom-panel-paned notebook > header.top > tabs > tab:checked, /*.gedit-bottom-panel-paned notebook > header.top > tabs > tab:checked,
terminal-window notebook > header.top > tabs > tab:checked { terminal-window notebook > header.top > tabs > tab:checked {

View File

@ -1,12 +1,12 @@
[Desktop Entry] [Desktop Entry]
Type=X-GNOME-Metatheme Type=X-GNOME-Metatheme
Name=Pho-Earth Adaptive for KDE Name=Pho-Earth Adaptive for KDE (alt)
Comment=Based on Plane and elementary themes, and using blueberry base and green details. Dark version + Adaptive for KDE Breeze GTK colors Comment=Loosely based on pho-myrtus
Encoding=UTF-8 Encoding=UTF-8
[X-GNOME-Metatheme] [X-GNOME-Metatheme]
GtkTheme=Pho-Earth Adaptive for KDE GtkTheme=Pho-Earth Adaptive for KDE (alt)
MetacityTheme=pho-earth-by-night MetacityTheme=pho-earth-by-night-alt
IconTheme=plane IconTheme=plane
CursorTheme=DMZ-Black CursorTheme=DMZ-Black
ButtonLayout=menu:minimize,maximize,close ButtonLayout=menu:minimize,maximize,close