- Subject: Re: color scheme
- From: "G. Milde" <g.milde@xxxxxx>
- Date: Wed, 1 Dec 2004 15:29:15 +0100
On 1.12.04, Paul Boekholt wrote:
> Hello,
>
> does anyone have a color scheme that works well on a TFT monitor
> in the console? Maybe something like the White scheme, but with
> better contrasts.
How about white2 (attached).
(And how about a colors "pseudo-mode" at Jedmodes?)
Günter
--
G.Milde web.de
% GM-s default farben
static variable bg = "default";
set_color("normal", "default", bg);
set_color("status", "yellow", "blue");
set_color("operator", "blue", bg); % +, -, etc..
set_color("number", "blue", bg); % 10, 2.71, etc..
set_color("comment", "magenta", bg);% /* comment */
set_color("region", "yellow", "blue");
set_color("string", "blue", bg); % "string" or 'char'
set_color("keyword", "blue", bg); % if, while, unsigned, ...
set_color("keyword1", "red", bg); % malloc, exit, etc...
set_color("delimiter", "blue", bg); % {}[](),.;...
set_color("preprocess", "green", bg);
set_color("message", "blue", bg);
set_color("error", "brightred", bg);
set_color("dollar", "brightred", bg);
set_color("...", "red", bg); % folding indicator
set_color ("menu_char", "yellow", "blue");
set_color ("menu", "white", "blue");
set_color ("menu_popup", "white", "blue");
set_color ("menu_shadow", "blue", "black");
set_color ("menu_selection", "white", "brightblue");
[2004 date index]
[2004 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]