Text UI general structure

This commit is contained in:
Mark Qvist 2021-05-04 11:08:31 +02:00
parent 9693e3e814
commit 07a62dd08d
2 changed files with 6 additions and 63 deletions

View file

@ -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')
]