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/contrast.tes | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 lib/colors/contrast.tes (limited to 'lib/colors/contrast.tes') diff --git a/lib/colors/contrast.tes b/lib/colors/contrast.tes new file mode 100644 index 0000000..256faad --- /dev/null +++ b/lib/colors/contrast.tes @@ -0,0 +1,39 @@ +!* + * High-contrast minimalist color scheme. + * This only highlights strings and comments (if supported by the terminal). + * This is also the recommended color scheme on monochrome displays. + *! +[color.default] 0,Q[color.black],Q[color.white]  +[[color.default]][color.linenumber] +Q[color.black]U[color.caretline] +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] 2,Q[color.black],Q[color.white]  +[[color.default]][color.number] +[[color.default]][color.keyword] +[color.string] 1,Q[color.black],Q[color.white]  +[color.string2] 1,Q[color.black],Q[color.white]  +[[color.default]][color.preproc] +[[color.default]][color.preproc2] +[[color.default]][color.operator] +[[color.default]][color.variable] +[[color.default]][color.error] + +!* Makes only sense for Makefiles *! +[[color.default]][color.target] + +!* Makes only sense for Patch/Diff files *! +[[color.default]][color.deletion] +[[color.default]][color.addition] +[[color.default]][color.change] + +!* For highlighting braces *! +[[color.default]][color.bracelight] + +!* Style the Q-Register view *! +[* EQ.b :M[color.init] ]* -- cgit v1.2.3