Change nautilus diskspace colors
This commit is contained in:
parent
a08cf5323e
commit
36516a6da1
@ -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); }
|
||||
|
||||
@ -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); }
|
||||
|
||||
@ -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); }
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user