Change pure black mode paper background color to true black

This commit is contained in:
schroda
2026-01-08 15:42:33 +01:00
parent 0ed0ab1109
commit 23c587b351
3 changed files with 9 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ const getBackgroundColor = (
): (Partial<TypeBackground> & Partial<PaletteBackgroundChannel>) | undefined => {
if (setPureBlackMode) {
return {
paper: '#111',
paper: '#000',
default: '#000',
};
}