fix sampler select color highlights
| @@ -13,8 +13,8 @@ import { setting_names } from './textgen-settings.js'; | ||
| 13 | 13 | |
| 14 | 14 | const TGsamplerNames = setting_names; |
| 15 | 15 | |
| 16 | -const forcedOnColoring = 'filter: sepia(1) hue-rotate(59deg) contrast(1.5) saturate(3.5)'; | |
| 16 | +const forcedOnColoring = 'color: #89db35;'; | |
| 17 | -const forcedOffColoring = 'filter: sepia(1) hue-rotate(308deg) contrast(0.7) saturate(10)'; | |
| 17 | +const forcedOffColoring = 'color: #e84f62;'; | |
| 18 | 18 | |
| 19 | 19 | let userDisabledSamplers, userShownSamplers; |
| 20 | 20 | |