tabbed

tabbed
git clone git@git.zachrice.app:repos/tabbed.git
Log | Files | Refs | README | LICENSE

commit 59e2e320b795855a3cb6ac0df55493fff1acfe91
parent 08588562070909388340f5d043789369fbdbcc47
Author: Zach Rice <bynxmusic@gmail.com>
Date:   Mon, 18 May 2026 20:10:12 -0400

Add tokyonight colorscheme

Diffstat:
Mconfig.def.h | 14+++++++-------
Apatches/tabbed-tokyonight-20260518-0858856.diff | 24++++++++++++++++++++++++
2 files changed, 31 insertions(+), 7 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -1,13 +1,13 @@ /* See LICENSE file for copyright and license details. */ /* appearance */ -static const char font[] = "monospace:size=9"; -static const char* normbgcolor = "#222222"; -static const char* normfgcolor = "#cccccc"; -static const char* selbgcolor = "#555555"; -static const char* selfgcolor = "#ffffff"; -static const char* urgbgcolor = "#111111"; -static const char* urgfgcolor = "#cc0000"; +static const char font[] = "monospace:size=12:style=Bold"; +static const char* normbgcolor = "#1a1b26"; +static const char* normfgcolor = "#565f89"; +static const char* selbgcolor = "#9aa5ce"; +static const char* selfgcolor = "#1a1b26"; +static const char* urgbgcolor = "#1a1b26"; +static const char* urgfgcolor = "#f7768e"; static const char before[] = "<"; static const char after[] = ">"; static const char titletrim[] = "..."; diff --git a/patches/tabbed-tokyonight-20260518-0858856.diff b/patches/tabbed-tokyonight-20260518-0858856.diff @@ -0,0 +1,24 @@ +diff --git a/config.def.h b/config.def.h +index 4407efa..c1e3a7f 100644 +--- a/config.def.h ++++ b/config.def.h +@@ -2,13 +2,13 @@ + + /* appearance */ +-static const char font[] = "monospace:size=9"; +-static const char* normbgcolor = "#222222"; +-static const char* normfgcolor = "#cccccc"; +-static const char* selbgcolor = "#555555"; +-static const char* selfgcolor = "#ffffff"; +-static const char* urgbgcolor = "#111111"; +-static const char* urgfgcolor = "#cc0000"; ++static const char font[] = "monospace:size=12:style=Bold"; ++static const char* normbgcolor = "#1a1b26"; ++static const char* normfgcolor = "#565f89"; ++static const char* selbgcolor = "#9aa5ce"; ++static const char* selfgcolor = "#1a1b26"; ++static const char* urgbgcolor = "#1a1b26"; ++static const char* urgfgcolor = "#f7768e"; + static const char before[] = "<"; + static const char after[] = ">"; + static const char titletrim[] = "...";