fix: tone down the base color saturation by one step

This commit is contained in:
blessedcoolant 2024-01-04 04:14:53 +05:30 committed by Kent Keirsey
parent 0cc0d794d1
commit 6f16229c41

View File

@ -1,7 +1,7 @@
import type { InvokeAIThemeColors } from 'theme/types';
import { generateColorPalette } from 'theme/util/generateColorPalette';
const BASE = { H: 220, S: 14 };
const BASE = { H: 220, S: 12 };
// const BASE = { H: 220, S: 16 };
const WORKING = { H: 47, S: 42 };
const GOLD = { H: 40, S: 70 };