Change nautilus diskspace colors

This commit is contained in:
Daniel Ruiz de Alegría 2020-01-04 12:59:49 +01:00
parent a08cf5323e
commit 36516a6da1
4 changed files with 18 additions and 0 deletions

View File

@ -4834,6 +4834,10 @@ popover.emoji-completion contents row box {
popover.emoji-completion .emoji:hover {
background: #2e313d; }
/* Nautilus */
@define-color disk_space_unknown #383c4a;
@define-color disk_space_used #2777ff;
@define-color disk_space_free white;
/* XFCE4 PANEL */
.xfce4-panel.background {
background: rgba(35, 37, 46, 0.8); }

View File

@ -4834,6 +4834,10 @@ popover.emoji-completion contents row box {
popover.emoji-completion .emoji:hover {
background: #2e313d; }
/* Nautilus */
@define-color disk_space_unknown #383c4a;
@define-color disk_space_used #2777ff;
@define-color disk_space_free white;
/* XFCE4 PANEL */
.xfce4-panel.background {
background: rgba(35, 37, 46, 0.8); }

View File

@ -4855,6 +4855,10 @@ popover.emoji-completion contents row box {
popover.emoji-completion .emoji:hover {
background: white; }
/* Nautilus */
@define-color disk_space_unknown #383c4a;
@define-color disk_space_used #2777ff;
@define-color disk_space_free white;
/* XFCE4 PANEL */
.xfce4-panel.background {
background: rgba(255, 255, 255, 0.9); }

View File

@ -1,5 +1,11 @@
/* Nautilus */
@import url('applications/nautilus/Adwaita.css');
@define-color disk_space_unknown #383c4a;
@define-color disk_space_used #{"" +$selected_bg_color};
@define-color disk_space_free white;
/* XFCE4 PANEL */
.xfce4-panel {
&.background {