nc theme palette

This commit is contained in:
2026-05-13 18:49:51 +02:00
parent c667ad20cc
commit be68836f4a
2 changed files with 2 additions and 54 deletions

View File

@@ -1,6 +1,6 @@
GIT
remote: https://git.teletype.hu/tools/rubbs.git
revision: 8ad80cbfa7d1d82f724bf5cb68ab5baec33c0d19
revision: dbb88cc6f914d96f404b6e3bda2389e09e814ba4
specs:
bbs (0.4.0)
artii (~> 2.1)

54
bbs.rb
View File

@@ -54,59 +54,7 @@ SERVICES = {
}.freeze
MAIN_APP = BBS::Application.define do
# DOS Navigator color scheme — blue base, cyan accents, red hotkeys.
theme do
inherit :synchronet
screen "\e[44m"
text "\e[0;37;44m"
text_dim "\e[0;2;37;44m"
text_bright "\e[1;37;44m"
label "\e[0;36;44m"
accent "\e[1;33;44m"
success "\e[1;32;44m"
warning "\e[1;33;44m"
error "\e[1;31;44m"
window_bg "\e[44m"
window_border "\e[1;36;44m"
window_title "\e[1;30;46m"
window_title_focused "\e[1;37;46m"
window_text "\e[0;37;44m"
window_shadow "\e[40m"
menubar "\e[1;30;46m"
menubar_hotkey "\e[1;31;46m"
menubar_selected "\e[1;30;42m"
menubar_sel_hot "\e[1;31;42m"
menu_bg "\e[1;30;47m"
menu_text "\e[1;30;47m"
menu_hotkey "\e[1;31;47m"
menu_selected "\e[1;37;42m"
menu_disabled "\e[0;2;30;47m"
menu_border "\e[1;30;47m"
statusbar "\e[1;30;46m"
statusbar_key "\e[1;33;46m"
button "\e[1;37;42m"
button_focused "\e[1;37;46m"
button_hotkey "\e[1;33;42m"
button_disabled "\e[0;2;37;42m"
input "\e[1;30;46m"
input_focused "\e[1;37;46m"
input_label "\e[1;33;44m"
listbox "\e[0;37;44m"
listbox_selected "\e[1;37;46m"
listbox_focused "\e[0;30;46m"
listbox_header "\e[1;33;44m"
scrollbar "\e[0;36;44m"
scrollbar_thumb "\e[1;37;46m"
end
theme BBS::Theme.nortoncommander
helpers do
def sysop?