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
Readonly
bgBlack: { close: "background: initial"; open: "background: black" }
Readonly
bgBlue: { close: "background: initial"; open: "background: #00a0ff" }
Readonly
bgCyan: { close: "background: initial"; open: "background: #00cfd8" }
Readonly
bgGreen: { close: "background: initial"; open: "background: #00b317" }
Readonly
bgMagenta: { close: "background: initial"; open: "background: #ff00a0" }
Readonly
bgRed: { close: "background: initial"; open: "background: #ff0020" }
Readonly
bgWhite: { close: "background: initial"; open: "background: white" }
Readonly
bgYellow: { close: "background: initial"; open: "background: #ffcc00" }
Readonly
black: { close: "color: currentcolor"; open: "color: black" }
Readonly
blue: { close: "color: currentcolor"; open: "color: #00a0ff" }
Readonly
bold: { close: "font-weight: normal"; open: "font-weight: bold" }
Readonly
cyan: { close: "color: currentcolor"; open: "color: #00cfd8" }
Readonly
dim: { close: "color: currentcolor"; open: "color: #808080" }
Readonly
gray: { close: "color: currentcolor"; open: "color: gray" }
Readonly
green: { close: "color: currentcolor"; open: "color: #00b317" }
Readonly
inverse: {
close: "unicode-bidi: normal; direction: ltr";
open: "unicode-bidi: bidi-override; direction: rtl";
}
Readonly
italic: { close: "font-style: normal"; open: "font-style: italic" }
Readonly
magenta: { close: "color: currentcolor"; open: "color: #ff00a0" }
Readonly
orange: { close: "color: currentcolor"; open: "color: #ff5f00" }
Readonly
red: { close: "color: currentcolor"; open: "color: #ff0020" }
Readonly
strikethrough: { close: "text-decoration: none"; open: "text-decoration: line-through" }
Readonly
underline: { close: "text-decoration: none"; open: "text-decoration: underline" }
Readonly
white: { close: "color: currentcolor"; open: "color: white" }
Readonly
yellow: { close: "color: currentcolor"; open: "color: #ffcc00" }