put some colors in imv
This commit is contained in:
parent
ddee034292
commit
68d159cbc5
1 changed files with 7 additions and 0 deletions
|
@ -6,5 +6,12 @@
|
||||||
rm $out/share/applications/imv-dir.desktop
|
rm $out/share/applications/imv-dir.desktop
|
||||||
'';
|
'';
|
||||||
});
|
});
|
||||||
|
settings = {
|
||||||
|
options = {
|
||||||
|
background = "282a36";
|
||||||
|
overlay_background_color = "44475a";
|
||||||
|
overlay_text_color = "f8f8f2";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue