mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-23 21:55:18 +02:00
Fix for Nautilus desktop
This will address issues with the theme displaying a white background for desktops using the Nautilus file manager for handling desktop icons. Included optional colors for adjusting the label text of nautilus desktop shortcuts.
This commit is contained in:
parent
1dbb3ea2e2
commit
51e6c0c445
@ -26,6 +26,9 @@ scrolledwindow {
|
||||
|
||||
.nautilus-window overlay > scrolledwindow {
|
||||
background-color: @base_color; }
|
||||
.nautilus-desktop-window .nautilus-canvas-item {
|
||||
color: @nautilus_icon_text;
|
||||
text-shadow: 1px 1px @nautilus_icon_text_shadow; }
|
||||
|
||||
stacksidebar > scrolledwindow {
|
||||
padding: 0px;
|
||||
|
@ -122,6 +122,10 @@
|
||||
@define-color xfd_icon_text #ffffff;
|
||||
@define-color xfd_rubberband_outline #ff7f7f;
|
||||
|
||||
/* Nautilus desktop icon text cololur */
|
||||
@define-color nautilus_icon_text @base_color;
|
||||
@define-color nautilus_icon_text_shadow @text_color;
|
||||
|
||||
@import url("apps/xfce.css");
|
||||
@import url("apps/whiskermenu.css");
|
||||
@import url("apps/filechooser.css");
|
||||
|
@ -26,6 +26,9 @@ scrolledwindow {
|
||||
|
||||
.nautilus-window overlay > scrolledwindow {
|
||||
background-color: @base_color; }
|
||||
.nautilus-desktop-window .nautilus-canvas-item {
|
||||
color: @nautilus_icon_text;
|
||||
text-shadow: 1px 1px @nautilus_icon_text_shadow; }
|
||||
|
||||
stacksidebar > scrolledwindow {
|
||||
padding: 0px;
|
||||
|
@ -122,6 +122,10 @@
|
||||
@define-color xfd_icon_text #ffffff;
|
||||
@define-color xfd_rubberband_outline #ff7f7f;
|
||||
|
||||
/* Nautilus desktop icon text cololur */
|
||||
@define-color nautilus_icon_text @base_color;
|
||||
@define-color nautilus_icon_text_shadow @text_color;
|
||||
|
||||
@import url("apps/xfce.css");
|
||||
@import url("apps/whiskermenu.css");
|
||||
@import url("apps/filechooser.css");
|
||||
|
Loading…
x
Reference in New Issue
Block a user