diff --git a/public/scripts/samplerSelect.js b/public/scripts/samplerSelect.js index 72f9f6ccf..c949b8e91 100644 --- a/public/scripts/samplerSelect.js +++ b/public/scripts/samplerSelect.js @@ -13,8 +13,8 @@ import { setting_names } from './textgen-settings.js'; const TGsamplerNames = setting_names; -const forcedOnColoring = 'filter: sepia(1) hue-rotate(59deg) contrast(1.5) saturate(3.5)'; -const forcedOffColoring = 'filter: sepia(1) hue-rotate(308deg) contrast(0.7) saturate(10)'; +const forcedOnColoring = 'color: #89db35;'; +const forcedOffColoring = 'color: #e84f62;'; let userDisabledSamplers, userShownSamplers;