From a06f071ffce291a694e6936ab1a424c5ffa8bf55 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 1 Oct 2025 17:43:48 +0300 Subject: added high-contrast color scheme * strings are bold (if supported) and bright white * comments are in italics (if supported by the terminal) * otherwise this uses the same colors as terminal.tes * should be well suited for monochrome terminals as well --- lib/colors/terminal.tes | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/colors/terminal.tes') diff --git a/lib/colors/terminal.tes b/lib/colors/terminal.tes index 2aa7354..ea048aa 100644 --- a/lib/colors/terminal.tes +++ b/lib/colors/terminal.tes @@ -6,6 +6,7 @@ Q[color.lwhite]U[color.caretfore] Q[color.black]U[color.selfore] Q[color.white]U[color.selback] +!* Also used for popups *! [color.calltip] 0,Q[color.lwhite],Q[color.black]  [color.comment] 1,Q[color.black],Q[color.lblack]  -- cgit v1.2.3