From c5ccf351de57d7c50bd700dc89d8696617d15db5 Mon Sep 17 00:00:00 2001 From: dissimulo Date: Tue, 21 Apr 2026 09:01:20 -0700 Subject: [PATCH] rainbow-dark: line_start uses ROYGBIV (7 colours) R-Y-G-C-B-M was only six. Full spectrum now: red, orange (%y dark yellow, renders brown-orange on most terminals), yellow, green, blue, indigo (%b dark blue as the closest ANSI indigo), violet (%M bright magenta). Stays ANSI-only so it renders reliably regardless of 24-bit truecolor support. --- .irssi/rainbow-dark.theme | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.irssi/rainbow-dark.theme b/.irssi/rainbow-dark.theme index f7d767d4..3bd3c412 100644 --- a/.irssi/rainbow-dark.theme +++ b/.irssi/rainbow-dark.theme @@ -62,8 +62,11 @@ abstracts = { ## generic ## - # text to insert at the beginning of each non-message line — rainbow dashes - line_start = "%R-%Y-%G-%C-%B-%M-%n "; + # text to insert at the beginning of each non-message line — ROYGBIV dashes + # R = bright red, O = dark yellow/brown (closest ANSI orange), + # Y = bright yellow, G = bright green, B = bright blue, + # I = dark blue (closest ANSI indigo), V = bright magenta (violet). + line_start = "%R-%y-%Y-%G-%B-%b-%M-%n "; # timestamp styling, nothing by default timestamp = "$*";