mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-10-11 13:08:29 -04:00
Text UI general structure
This commit is contained in:
parent
9693e3e814
commit
07a62dd08d
2 changed files with 6 additions and 63 deletions
|
@ -31,6 +31,8 @@ THEMES = {
|
|||
THEME_DARK: [
|
||||
# Style name # 16-color style # Monochrome style # 88, 256 and true-color style
|
||||
('heading', 'light gray,underline', 'default', 'underline', 'g93,underline', 'default'),
|
||||
('menubar', 'black', 'light gray', 'standout', '#111', '#bbb'),
|
||||
('shortcutbar', 'black', 'light gray', 'standout', '#111', '#bbb'),
|
||||
('body_text', 'white', 'default', 'default', '#0a0', 'default'),
|
||||
('buttons', 'light green,bold', 'default', 'default', '#00a533', 'default')
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue