This commit is contained in:
2026-05-13 18:35:40 +02:00
parent 75bedf13fc
commit ae7c767c0a
2 changed files with 15 additions and 2 deletions

15
bbs.rb
View File

@@ -54,7 +54,20 @@ SERVICES = {
}.freeze
MAIN_APP = BBS::Application.define do
theme BBS::Theme.synchronet
theme do
inherit :synchronet
screen "\e[0m"
text "\e[0;37m"
text_dim "\e[0;2;37m"
text_bright "\e[1;37m"
label "\e[0;36m"
accent "\e[1;33m"
success "\e[1;32m"
warning "\e[1;33m"
error "\e[1;31m"
window_shadow "\e[2;30m"
input_label "\e[0;36;44m"
end
helpers do
def sysop?