trump>burger

master
Steve Ayerhart 2022-01-24 14:14:04 -05:00
parent b42addcde3
commit 2a6e8f6a03
No known key found for this signature in database
GPG Key ID: 5C815FDF3A00B8BA
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ IN: bonerbonerboner.api
TUPLE: bbb < dispatcher ;
: bbb-themes ( -- themes )
{ "bbb" "bones" "float" "hockey" "rocket" "trump" "wakeywakey" } ;
{ "bbb" "bones" "float" "hockey" "rocket" "burger" "wakeywakey" } ;
: v-valid-theme ( str -- theme )
dup bbb-themes member? [ "not a valid theme" throw ] unless ;