From 99e88796a625ed1f8370be8d036de969fb3cf6fe Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Thu, 3 Sep 2026 20:29:19 +0100 Subject: Added new cowpager style options and changed colors. --- .config/cow/cowpager.conf | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to '.config') 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 -- cgit v1.3