C_INDENT = 4; C_BRACE = 0; C_BRA_NEWLINE = 0; C_Colon_Offset = 1; C_CONTINUED_OFFSET = 2; LINENUMBERS = 2; USE_TABS=0; add_mode_for_extension("latex", "tex"); #ifdef XWINDOWS $1 = "Wheat"; $2 = "DarkSlateGrey"; set_color("normal", $1, $2); set_color("status", $2, $1); set_color("region", "LightSlateGrey", $2); set_color("operator", $1, $2); % +, -, etc.. set_color("number", "Grey", $2); % 10, 2.71, etc.. set_color("comment", "Grey", $2);% /* comment */ set_color("string", "Pink", $2); % "string" or 'char' set_color("keyword", "LightBlue3", $2); % if, while, unsigned, ... set_color("keyword1", "LightBlue3", $2); % if, while, unsigned, ... set_color("delimeter", $1, $2); % {}[](),.;... set_color("preprocess", "Pink", $2); set_color("message", $1, $2); set_color("error", "brightred", $2); set_color("dollar", "brightred", $2); set_color("...", "red", $2); % folding indicator set_color("cursor", "Wheat4", "Wheat1"); set_color("mouse", "Black", "White"); set_color ("menu_char", $1, $2); set_color ("menu", $2, $1); set_color ("menu_popup", $1, $2); set_color ("menu_shadow", "Grey", "Black"); set_color ("menu_selection", $1, "LightSlateGrey"); _Jed_Default_Color_Scheme = NULL; #endif