theme-lightcrystal.css: clean up

This commit is contained in:
Iris Lightshard 2023-08-24 22:38:13 -06:00
parent 03ecc28097
commit f9680e0f87
Signed by: Iris Lightshard
GPG key ID: F54E0D40695271D4

View file

@ -85,7 +85,7 @@
} }
.feat-enabled { .feat-enabled {
background: #1f9b92; background: var(--color-primary);
color: #000; color: #000;
border-radius: 0.18em; border-radius: 0.18em;
} }
@ -96,7 +96,7 @@
} }
.ui.green.labels .label, .ui.ui.ui.green.label, .ui.green.button, .ui.green.buttons .button, .ui.green.button:focus, .ui.green.buttons .button:focus { .ui.green.labels .label, .ui.ui.ui.green.label, .ui.green.button, .ui.green.buttons .button, .ui.green.button:focus, .ui.green.buttons .button:focus {
background: #1f9b92; background: var(--color-primary);
color: #000 !important; color: #000 !important;
} }
@ -236,19 +236,16 @@ a.ui.green.button {
.chroma .il { .chroma .il {
color: #79c0ff; color: #79c0ff;
} }
.chroma .k, .chroma .kc, .chroma .kd, .chroma .kn, .chroma .kt, .chroma .kr, .chroma .nb { .chroma .k, .chroma .kc, .chroma .kd, .chroma .kn, .chroma .kt, .chroma .kr, .chroma .nb, .chroma .o, .chroma .nt {
color: #1f9b92; color: var(--color-primary);
} }
.chroma .kc, .chroma .kp { .chroma .kc, .chroma .kp {
color: #fff; color: #fff;
} }
.chroma .m, .chroma .mb, .chroma .mf, .chroma .mh, .chroma .mi, .chroma .mo { .chroma .m, .chroma .mb, .chroma .mf, .chroma .mh, .chroma .mi, .chroma .mo, .chroma .s, .chroma .s1, .chroma .s2, .chroma .sb, .chroma .sc, .chroma .cpf {
color: #fff; color: #fff;
} }
.chroma .o, .chroma .nt {
color: #1f9b92;
}
.chroma .ow { .chroma .ow {
color: #5f8700; color: #5f8700;
} }
@ -257,18 +254,9 @@ a.ui.green.button {
color: #93a1a1; color: #93a1a1;
} }
.chroma .s, .chroma .s1, .chroma .s2 {
color: #fff;
}
.chroma .sa { .chroma .sa {
color: #79c0ff; color: #79c0ff;
} }
.chroma .sb {
color: #fff;
}
.chroma .sc {
color: #fff;
}
.chroma .sd { .chroma .sd {
color: #777e94; color: #777e94;
} }
@ -287,18 +275,12 @@ a.ui.green.button {
.chroma .ss, .chroma .cp, .chroma .nl { .chroma .ss, .chroma .cp, .chroma .nl {
color: #586e75; color: #586e75;
} }
.chroma .cpf {
color: #fff;
}
.chroma .sx { .chroma .sx {
color: #ffaa10; color: #ffaa10;
} }
.chroma .vc {
color: #c9c9c9; .chroma .vc, .chroma .vg, .chroma .vi {
}
.chroma .vg,
.chroma .vi {
color: #c9c9c9; color: #c9c9c9;
} }
.chroma .w { .chroma .w {
@ -604,7 +586,7 @@ a.ui.green.button {
--color-tooltip-text: #fff; --color-tooltip-text: #fff;
--color-tooltip-bg: #000000f0; --color-tooltip-bg: #000000f0;
--color-nav-bg: #000; --color-nav-bg: #000;
--color-nav-hover-bg: #1f9b92; --color-nav-hover-bg: var(--color-primary);
--color-label-text: #dfe3ec; --color-label-text: #dfe3ec;
--color-label-bg: #7c84974b; --color-label-bg: #7c84974b;
--color-label-hover-bg: #7c8497a0; --color-label-hover-bg: #7c8497a0;