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

View File

@@ -1,6 +1,6 @@
GIT
remote: https://git.teletype.hu/tools/rubbs.git
revision: 40c9397e123e8c90b017ccb57a59f396e50936b5
revision: 11c26a5b63329718f117377a3dcb9a22f712f5b6
specs:
bbs (0.4.0)
artii (~> 2.1)

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?