mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-28 02:54:08 +00:00
fix: syntax highlight on white mode
Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
@@ -3386,32 +3386,32 @@ img.bigembedimg {
|
||||
}
|
||||
}
|
||||
::highlight(highkeyword) {
|
||||
color: yellow;
|
||||
color: var(--yellow);
|
||||
}
|
||||
::highlight(highnumber) {
|
||||
color: orange;
|
||||
color: color-mix(in srgb, var(--yellow) 50%, var(--red));
|
||||
}
|
||||
::highlight(highstring) {
|
||||
color: red;
|
||||
color: color-mix(in srgb, var(--red) 50%, var(--primary-text));
|
||||
}
|
||||
::highlight(highsymbol) {
|
||||
color: white;
|
||||
color: var(--primary-text-soft);
|
||||
font-weight: bold;
|
||||
}
|
||||
::highlight(highcomment) {
|
||||
color: green;
|
||||
color: color-mix(in srgb, var(--green) 50%, var(--primary-text));
|
||||
}
|
||||
::highlight(highidentifier) {
|
||||
color: white;
|
||||
color: var(--primary-text);
|
||||
}
|
||||
::highlight(highClass) {
|
||||
color: #6741ff;
|
||||
color: color-mix(in srgb, var(--red) 25%, var(--primary-text));
|
||||
}
|
||||
::highlight(highProp) {
|
||||
color: #33dcff;
|
||||
color: color-mix(in srgb, var(--blue) 50%, var(--primary-text));
|
||||
}
|
||||
::highlight(highFunc) {
|
||||
color: #d564ff;
|
||||
color: color-mix(in srgb, var(--red) 50%, var(--primary-text));
|
||||
}
|
||||
#memberlisttoggle.svgicon {
|
||||
-moz-appearance: initial;
|
||||
|
||||
Reference in New Issue
Block a user