Redesign chat backgrounds: blueprint, carbon, stars, topographic, herringbone, crosshatch

This commit is contained in:
root
2026-05-13 21:42:12 -04:00
parent dcb3ff3129
commit 0df997eecf
3 changed files with 70 additions and 19 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { atom } from 'jotai';
const STORAGE_KEY = 'settings';
export type DateFormat = 'D MMM YYYY' | 'DD/MM/YYYY' | 'MM/DD/YYYY' | 'YYYY/MM/DD' | '';
export type MessageSpacing = '0' | '100' | '200' | '300' | '400' | '500';
export type ChatBackground = 'none' | 'dots' | 'grid' | 'diagonal' | 'solid-navy' | 'solid-void';
export type ChatBackground = 'none' | 'blueprint' | 'carbon' | 'stars' | 'topographic' | 'herringbone' | 'crosshatch';
export enum MessageLayout {
Modern = 0,
Compact = 1,