mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: tone down the base color saturation by one step
This commit is contained in:
parent
0cc0d794d1
commit
6f16229c41
@ -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 };
|
||||
|
Loading…
Reference in New Issue
Block a user