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 = "$*";