1
0
Fork 0

Update foot theme

This commit is contained in:
Malte Brandy 2022-03-08 00:52:37 +01:00
parent d0dc791ae2
commit 9315d69d77

View file

@ -20,10 +20,7 @@ in
main = {
term = "xterm-256color";
font = "monospace:size=6";
include = toString (pkgs.fetchurl {
url = "https://codeberg.org/dnkl/foot/raw/commit/6e536e7ed8f1de2615fa323123ddb2b06a45a179/themes/paper-color-light";
sha256 = "sha256-20gnYRPQ5vB2IP/epPLm4gvx/j4P/MnCPiTuDDexpuw=";
});
include = "${pkgs.foot.src}/themes/selenized-white";
};
mouse = {
hide-when-typing = "yes";