feat(theme): add goldcrypt vestment preset
A saved random() roll: gold ink and steel-blue borders on a deep slate surface. Self-registers via THEMES_DIR, so `/theme goldcrypt` resolves it at runtime alongside the other bundled presets. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
47019dd630
commit
0417ef89cc
14
hh/themes/goldcrypt.toml
Normal file
14
hh/themes/goldcrypt.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
||||||
|
# goldcrypt — a saved random() roll: gold ink + steel borders on deep slate, ☩
|
||||||
|
name = "goldcrypt"
|
||||||
|
border = "#425e70" # steel blue-gray chrome
|
||||||
|
title = "#e8d00c" # gold
|
||||||
|
accent = "#e8d00c" # gold (sigil / prompt)
|
||||||
|
dim = "#6f7f8a" # timestamps — muted slate
|
||||||
|
me = "#fffdf2" # your messages = warm near-white
|
||||||
|
other = "#89b2cd" # others = light desaturated blue
|
||||||
|
system = "#7b8e9a" # system / occult = legible blue-gray
|
||||||
|
input = "#fffdf2"
|
||||||
|
roster_me = "#e8d00c" # you / owner = gold
|
||||||
|
bg = "#0a0d0f" # deep slate surface
|
||||||
|
roster_width = 22
|
||||||
|
sigil = "☩" # cross of jerusalem
|
||||||
Loading…
Reference in New Issue
Block a user