$1 = "yellow"; $2 = "blue"; $3 = "white"; $4 = "black"; %% .jedrc add set_color_scheme ("lewhite"); set_color("normal", $3, $4); % default fg/bg set_color("status", "black", $3); % status or mode line set_color("region", "black", "cyan"); % for marking regions set_color("operator", "brightblue", $4); % +, -, etc.. set_color("number", "brightred", $4); % 10, 2.71,... TeX formulas "brightmagenta" set_color("comment", "brightcyan", $4); % /* comment */ set_color("string", $1, $4); % "string" or 'char' set_color("keyword", "brightgreen", $4); % if, while, unsigned, ... set_color("keyword1", "yellow", $4); % malloc, exit, etc... set_color("delimiter", "cyan", $4); % {}[](),.;... set_color("preprocess", "brightgreen", $4); % #ifdef .... set_color("message", "brightgreen", $4); % color for messages set_color("error", "yellow", $4); % color for errors set_color("dollar", "brightmagenta", $4); % color dollar sign continuation set_color("...", "yellow", $4); % folding indicator set_color ("menu_char", "red", $3); set_color ("menu", "black", $3); set_color ("menu_popup", "black", $3); set_color ("menu_shadow", "blue", "black"); set_color ("menu_selection", "white", "blue"); set_color ("menu_selection_char", "red", "blue"); set_color ("cursor", "black", "red"); set_color ("cursorovr", "black", "red"); %% The following have been automatically generated: set_color("linenum", "black", $3); set_color("trailing_whitespace", "brightcyan", $2); set_color("tab", "brightcyan", $2); set_color("url", "brightcyan", $2); set_color("italic", $1, $2); set_color("underline", "yellow", $2); set_color("bold", "white", $2); set_color("keyword2", $1, $2); set_color("keyword3", $1, $2); set_color("keyword4", $1, $2); set_color("keyword5", $1, $2); set_color("keyword6", $1, $2); set_color("keyword7", $1, $2); set_color("keyword8", $1, $2); set_color("keyword9", $1, $2);