mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix sampler select color highlights
This commit is contained in:
@ -13,8 +13,8 @@ import { setting_names } from './textgen-settings.js';
|
|||||||
|
|
||||||
const TGsamplerNames = setting_names;
|
const TGsamplerNames = setting_names;
|
||||||
|
|
||||||
const forcedOnColoring = 'filter: sepia(1) hue-rotate(59deg) contrast(1.5) saturate(3.5)';
|
const forcedOnColoring = 'color: #89db35;';
|
||||||
const forcedOffColoring = 'filter: sepia(1) hue-rotate(308deg) contrast(0.7) saturate(10)';
|
const forcedOffColoring = 'color: #e84f62;';
|
||||||
|
|
||||||
let userDisabledSamplers, userShownSamplers;
|
let userDisabledSamplers, userShownSamplers;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user