jed-users mailing list

[2002 Date Index] [2002 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

colour problem in jed 0.99-16


Hello,

I'm not sure if this problem was mentioned on the list. I have designed a
few color schemes and they don't work correctly with 0.99.16, while they
did on the old 0.99.15.

Try this one, for instance:

% emacsy.sl
% By Guido Gonzato <ggonza@xxxxxx>

$1 = "black";
$2 = "white";
$3 = "#D8D8D8"; % light gray
$4 = "#F2B252"; % orange
$5 = "#C0E5FA"; % pale cyan
$6 = "#1010A0"; % dark blue
$7 = "#B40A78"; % dark purple
$8 = "#d717e7"; % purple

set_color ("normal", $1, $2);            % default fg/bg
set_color ("status", $1, $3);            % status line
set_color ("operator", $1, $2);          % +, -, etc...
set_color ("number", $6, $2);            % 10, 2.71, etc..
set_color ("comment", "red", $2);        % /* comment */
set_color ("region", $1, $4);            % region
set_color ("string", $6, $2);            % "string" or 'char'
set_color ("keyword", $7, $2);           % if, while, unsigned, ...
set_color ("keyword1", $6, $2);          % malloc, exit, etc...
set_color ("delimeter", $6, $2);         % {}[](),.;...
set_color ("preprocess", "magenta", $2); % #ifdef etc...
set_color ("message", $6, $2);
set_color ("error", $8, $2);
set_color ("dollar", $8, $2);
set_color ("...", $8, $2);               % folding indicator

set_color ("menu_char", "red", $3);
set_color ("menu", $1, $3);
set_color ("menu_popup", $1, $3);
set_color ("menu_shadow", $1, $4);
set_color ("menu_selection", $1, "cyan");
set_color ("menu_selection_char", "red", $3);

set_color ("mouse", "blue", "blue");
set_color ("cursor", $1, $8);
set_color ("cursorovr", $1, $8);


The problem is with the delimiters: you get dark red on blue instead of
dark blue on white. Quite horrible. The same thing happens on other colour
schemes, see my page at http://profs.sci.univr.it/~gonzato/jed/index.html.
The screenshots show how these colour schemes worked in 0.99.15.

Strangely, pastel0 is unaffected. Suggestions, anyone?

Thanks,
       Guido =8-)

-- 
Guido Gonzato, Ph.D. <guido . gonzato at univr . it> - Linux System Manager
Universita' di Verona (Italy), Facolta' di Scienze MM. FF. NN.
Ca' Vignal II, Strada Le Grazie 15, 37134 Verona (Italy)
Tel. +39 045 8027990; Fax +39 045 8027928 --- Timeas hominem unius libri



[2002 date index] [2002 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]