pub const DML_COLOR_SRCNUM: &str = "srcnum";
pub const DML_COLOR_SRCHAR: &str = "srcchar";
pub const DML_COLOR_SRCSTR: &str = "srcstr";
pub const DML_COLOR_SRCID: &str = "srcid";
pub const DML_COLOR_SRCKW: &str = "srckw";
pub const DML_COLOR_SRCPAIR: &str = "srcpair";
pub const DML_COLOR_SRCCMNT: &str = "srccmnt";
pub const DML_COLOR_SRCDRCT: &str = "srcdrct";
pub const DML_COLOR_SRCSPID: &str = "srcspid";
pub const DML_COLOR_SRCCANNOT: &str = "srccannot";
pub const DML_COLOR_CHANGED: &str = "changed";
pub const DML_COLOR_WFG: &str = "wfg";
pub const DML_COLOR_WBG: &str = "wbg";
pub const DML_COLOR_SUBFG: &str = "subfg";
pub const DML_COLOR_SUBBG: &str = "subbg";
pub const DML_COLOR_NORMFG: &str = "normfg";
pub const DML_COLOR_NORMBG: &str = "normbg";
pub const DML_COLOR_WARNFG: &str = "warnfg";
pub const DML_COLOR_WARNBG: &str = "warnbg";
pub const DML_COLOR_ERRFG: &str = "errfg";
pub const DML_COLOR_ERRBG: &str = "errbg";
pub const DML_COLOR_VERBFG: &str = "verbfg";
pub const DML_COLOR_VERBBG: &str = "verbbg";
pub const DML_COLOR_CLBG: &str = "clbg";
pub const DML_COLOR_CLFG: &str = "clfg";
pub const DML_COLOR_BPBG: &str = "bpbg";
pub const DML_COLOR_SLBG: &str = "slbg";
pub const DML_COLOR_EMPHFG: &str = "emphfg";
pub const DML_COLOR_DBPBG: &str = "dbpbg";
pub const DML_COLOR_CONTROL_FG: &str = DML_COLOR_WFG;
pub const DML_COLOR_CONTROL_BG: &str = DML_COLOR_WBG;
pub const DML_COLOR_BLACK: &str = "black";
pub const DML_COLOR_WHITE: &str = DML_COLOR_CLFG;
pub const DML_COLOR_RED: &str = DML_COLOR_CHANGED;
pub const DML_COLOR_BLUE: &str = DML_COLOR_EMPHFG;
pub const DML_COLOR_MAGENTA: &str = DML_COLOR_BPBG;
pub const DML_COLOR_YELLOW: &str = DML_COLOR_DBPBG;
pub const DML_COLOR_MAROON: &str = DML_COLOR_SRCID;
pub const DML_COLOR_GREEN: &str = DML_COLOR_SRCCMNT;
pub const DML_COLOR_NAVY: &str = DML_COLOR_SRCCANNOT;