theme
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
GIT
|
GIT
|
||||||
remote: https://git.teletype.hu/tools/rubbs.git
|
remote: https://git.teletype.hu/tools/rubbs.git
|
||||||
revision: 40c9397e123e8c90b017ccb57a59f396e50936b5
|
revision: 11c26a5b63329718f117377a3dcb9a22f712f5b6
|
||||||
specs:
|
specs:
|
||||||
bbs (0.4.0)
|
bbs (0.4.0)
|
||||||
artii (~> 2.1)
|
artii (~> 2.1)
|
||||||
|
|||||||
15
bbs.rb
15
bbs.rb
@@ -54,7 +54,20 @@ SERVICES = {
|
|||||||
}.freeze
|
}.freeze
|
||||||
|
|
||||||
MAIN_APP = BBS::Application.define do
|
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
|
helpers do
|
||||||
def sysop?
|
def sysop?
|
||||||
|
|||||||
Reference in New Issue
Block a user