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

This commit is contained in:
root
2026-05-13 21:42:12 -04:00
parent 13df48c658
commit 77f0c0d4ca
3 changed files with 70 additions and 19 deletions
@@ -761,11 +761,12 @@ function Editor() {
const BG_OPTIONS: { value: ChatBackground; label: string }[] = [
{ value: 'none', label: 'None' },
{ value: 'dots', label: 'Dots' },
{ value: 'grid', label: 'Grid' },
{ value: 'diagonal', label: 'Diagonal' },
{ value: 'solid-navy', label: 'Navy' },
{ value: 'solid-void', label: 'Void' },
{ value: 'blueprint', label: 'Blueprint' },
{ value: 'carbon', label: 'Carbon' },
{ value: 'stars', label: 'Stars' },
{ value: 'topographic', label: 'Topographic' },
{ value: 'herringbone', label: 'Herringbone' },
{ value: 'crosshatch', label: 'Crosshatch' },
];
function SelectChatBackground() {