feat(ui): scrollable help menu, Esc-to-close, + blush/matrix/wraith themes
The help overlay now scrolls (↑/↓, PgUp/PgDn, Home/End) with a position indicator and only Esc dismisses it, so stray keystrokes can't close a menu that overflows the screen. Adds three bundled vestments (blush, matrix, wraith); they're auto-discovered via Theme::available(), so they appear in the menu and /theme list with no hardcoded entries. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# wraith — goth cyberpunk: blood & violet bleeding through obsidian
|
||||
name = "wraith"
|
||||
bg = "#0b0710" # obsidian with a violet bruise
|
||||
border = "#5a2a4a" # dark wine chrome
|
||||
title = "#e6d2ff" # pale violet bone
|
||||
accent = "#b026ff" # electric amethyst — ⸸ glyph, prompt
|
||||
dim = "#6a4a66" # ashen mauve timestamps
|
||||
me = "#ff2b5e" # your messages — arterial red
|
||||
other = "#9d4edd" # others' messages — necro violet
|
||||
system = "#ff4f9a" # system lines — toxic magenta
|
||||
input = "#ff2b5e"
|
||||
roster_me = "#ff1744" # you — blood crimson
|
||||
roster_width = 22
|
||||
sigil = "⸸" # inverted-cross dagger
|
||||
Reference in New Issue
Block a user