Add chevron, polka, triangles, plaid backgrounds

This commit is contained in:
root
2026-05-13 22:01:16 -04:00
parent d67fe80906
commit 5f0aa5c887
2 changed files with 83 additions and 1 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' | 'blueprint' | 'carbon' | 'stars' | 'topographic' | 'herringbone' | 'crosshatch';
export type ChatBackground = 'none' | 'blueprint' | 'carbon' | 'stars' | 'topographic' | 'herringbone' | 'crosshatch' | 'chevron' | 'polka' | 'triangles' | 'plaid';
export enum MessageLayout {
Modern = 0,
Compact = 1,