diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-09-03 20:29:19 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-09-03 20:29:19 +0100 |
| commit | 99e88796a625ed1f8370be8d036de969fb3cf6fe (patch) | |
| tree | 28ece48c504a788ebb6b001db27e532fc0fe86f2 /.config/cow | |
| parent | b952a46116359090ae22dce09be77293ce8b6c28 (diff) | |
Diffstat (limited to '.config/cow')
| -rw-r--r-- | .config/cow/cowpager.conf | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/.config/cow/cowpager.conf b/.config/cow/cowpager.conf index 4487f27..2916009 100644 --- a/.config/cow/cowpager.conf +++ b/.config/cow/cowpager.conf @@ -2,13 +2,19 @@ show pager main style background 0x282828C6 style desk.bg 0x282828C6 +style desk.active.border 0xb8bb26 style page.bg 0x282828C6 -style page.active.bg 0x458588 +style page.active.bg 0x282828c6 style label.bg 0xd8d8d8 style label.active.bg 0x458588 style label.fg 0x000000 style label.inactive.fg 0x000000 -style window.focused.bg 0xffffff +style window.bg 0x282828c6 +style window.border 0x458588 +style window.focused.bg 0xa8998446 +style viewport.bg 0x00000000 +style viewport.border 0x000000 + pager main { columns 10 |
