Variable styleToHtmlStyleThemeLightConst
styleToHtmlStyleThemeLight: {
bgBlack: { close: "background: initial"; open: "background: black" };
bgBlue: { close: "background: initial"; open: "background: #00a0ff" };
bgCyan: { close: "background: initial"; open: "background: #00cfd8" };
bgGreen: { close: "background: initial"; open: "background: #00b317" };
bgMagenta: { close: "background: initial"; open: "background: #ff00a0" };
bgRed: { close: "background: initial"; open: "background: #ff0020" };
bgWhite: { close: "background: initial"; open: "background: white" };
bgYellow: { close: "background: initial"; open: "background: #ffcc00" };
black: { close: "color: currentcolor"; open: "color: black" };
blue: { close: "color: currentcolor"; open: "color: #00a0ff" };
bold: { close: "font-weight: normal"; open: "font-weight: bold" };
cyan: { close: "color: currentcolor"; open: "color: #00cfd8" };
dim: { close: "color: currentcolor"; open: "color: #808080" };
gray: { close: "color: currentcolor"; open: "color: gray" };
green: { close: "color: currentcolor"; open: "color: #00b317" };
inverse: {
close: "unicode-bidi: normal; direction: ltr";
open: "unicode-bidi: bidi-override; direction: rtl";
};
italic: { close: "font-style: normal"; open: "font-style: italic" };
magenta: { close: "color: currentcolor"; open: "color: #ff00a0" };
orange: { close: "color: currentcolor"; open: "color: #ff5f00" };
red: { close: "color: currentcolor"; open: "color: #ff0020" };
strikethrough: {
close: "text-decoration: none";
open: "text-decoration: line-through";
};
underline: {
close: "text-decoration: none";
open: "text-decoration: underline";
};
white: { close: "color: currentcolor"; open: "color: white" };
yellow: { close: "color: currentcolor"; open: "color: #ffcc00" };
} = ...
Type Declaration
ReadonlybgBlack: { close: "background: initial"; open: "background: black" }
ReadonlybgBlue: { close: "background: initial"; open: "background: #00a0ff" }
ReadonlybgCyan: { close: "background: initial"; open: "background: #00cfd8" }
ReadonlybgGreen: { close: "background: initial"; open: "background: #00b317" }
ReadonlybgMagenta: { close: "background: initial"; open: "background: #ff00a0" }
ReadonlybgRed: { close: "background: initial"; open: "background: #ff0020" }
ReadonlybgWhite: { close: "background: initial"; open: "background: white" }
ReadonlybgYellow: { close: "background: initial"; open: "background: #ffcc00" }
Readonlyblack: { close: "color: currentcolor"; open: "color: black" }
Readonlyblue: { close: "color: currentcolor"; open: "color: #00a0ff" }
Readonlybold: { close: "font-weight: normal"; open: "font-weight: bold" }
Readonlycyan: { close: "color: currentcolor"; open: "color: #00cfd8" }
Readonlydim: { close: "color: currentcolor"; open: "color: #808080" }
Readonlygray: { close: "color: currentcolor"; open: "color: gray" }
Readonlygreen: { close: "color: currentcolor"; open: "color: #00b317" }
Readonlyinverse: {
close: "unicode-bidi: normal; direction: ltr";
open: "unicode-bidi: bidi-override; direction: rtl";
}
Readonlyitalic: { close: "font-style: normal"; open: "font-style: italic" }
Readonlymagenta: { close: "color: currentcolor"; open: "color: #ff00a0" }
Readonlyorange: { close: "color: currentcolor"; open: "color: #ff5f00" }
Readonlyred: { close: "color: currentcolor"; open: "color: #ff0020" }
Readonlystrikethrough: { close: "text-decoration: none"; open: "text-decoration: line-through" }
Readonlyunderline: { close: "text-decoration: none"; open: "text-decoration: underline" }
Readonlywhite: { close: "color: currentcolor"; open: "color: white" }
Readonlyyellow: { close: "color: currentcolor"; open: "color: #ffcc00" }