From e97ea026c6ccad02334a04ab551392c966c7eb70 Mon Sep 17 00:00:00 2001 From: kat witch Date: Tue, 17 Aug 2021 03:47:15 +0100 Subject: [PATCH] katexprs update + firefox discarded tab fix --- depot/users/kat/gui/firefox/default.nix | 6 +++--- nix/sources.json | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/depot/users/kat/gui/firefox/default.nix b/depot/users/kat/gui/firefox/default.nix index 91cbd9a8..df11b48e 100644 --- a/depot/users/kat/gui/firefox/default.nix +++ b/depot/users/kat/gui/firefox/default.nix @@ -106,11 +106,11 @@ in color: ${base16.base07} !important; } .tab.discarded { - background-color: #1d1d1d; - color: #383838 !important; + background-color: ${base16.base03}; + color: ${base16.base05} !important; } .tab.discarded:hover { - background-color: #292929 !important; + background-color: ${base16.base04} !important; } :root .tab .highlighter::before { diff --git a/nix/sources.json b/nix/sources.json index a24655ca..3fa87b5a 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -53,10 +53,10 @@ "homepage": null, "owner": "kittywitch", "repo": "nixexprs", - "rev": "4d874bf15445951693db8e99e89d191a68cf966d", - "sha256": "1613fdzl3fani82kjvficlgj1y8980i9dsmb21idr8112y3lf5cl", + "rev": "20ea8d98164d1b1cfbe3b9fd88d3817556131b4e", + "sha256": "1wfk94alx0qq04z104ycmrhqa3ly6s2xjlf4722r3d130711mdb1", "type": "tarball", - "url": "https://github.com/kittywitch/nixexprs/archive/4d874bf15445951693db8e99e89d191a68cf966d.tar.gz", + "url": "https://github.com/kittywitch/nixexprs/archive/20ea8d98164d1b1cfbe3b9fd88d3817556131b4e.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "niv": { @@ -99,10 +99,10 @@ "homepage": "https://nur.nix-community.org/", "owner": "nix-community", "repo": "NUR", - "rev": "dcc1f8044b75fab0520a8d6283450554dd324352", - "sha256": "18gix17iqdmnpgrjrvrvkiza2a7hz9xdxlws16w8mi97ryfza86n", + "rev": "011e39ed06852a58fe7485fa00e14b377cf682fd", + "sha256": "0g2c8bzrbkl5fp3jfh86hg8raz8ssz2171k2csxwa4ipgnwc0ys5", "type": "tarball", - "url": "https://github.com/nix-community/NUR/archive/dcc1f8044b75fab0520a8d6283450554dd324352.tar.gz", + "url": "https://github.com/nix-community/NUR/archive/011e39ed06852a58fe7485fa00e14b377cf682fd.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "tf-nix": {