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
+4
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); }