diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-21 01:14:31 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-07-21 01:14:31 +0200 |
| commit | 41c969648b3b038e3a65cc92f49e38a21917802f (patch) | |
| tree | b21342a73d3fb986be96fff6dc1bbe125e0c32dd | |
| parent | modules/lf/commands/thrash_restore: Completely use conceal (diff) | |
| download | nixos-config-41c969648b3b038e3a65cc92f49e38a21917802f.zip | |
Diffstat (limited to '')
| -rw-r--r-- | modules/by-name/fo/foot/module.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/by-name/fo/foot/module.nix b/modules/by-name/fo/foot/module.nix index 74273b49..8d5cfe2b 100644 --- a/modules/by-name/fo/foot/module.nix +++ b/modules/by-name/fo/foot/module.nix @@ -54,6 +54,10 @@ in { launch = "ll \${match}"; }; + colors-dark = { + jump-labels = "f2f4f8 484848"; + }; + key-bindings = { regex-launch = [ "[hashes] Control+h" |
