Mercurial > libervia-backend
comparison frontends/src/primitivus/constants.py @ 1969:5fbe09b9b568
merged main branch
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 24 Jun 2016 22:41:28 +0200 |
parents | a2bc5089c2eb c5fd304d0976 |
children | 02d21a589be2 |
comparison
equal
deleted
inserted
replaced
1967:de6faf9be715 | 1969:5fbe09b9b568 |
---|---|
21 | 21 |
22 | 22 |
23 class Const(constants.Const): | 23 class Const(constants.Const): |
24 | 24 |
25 APP_NAME = "Primitivus" | 25 APP_NAME = "Primitivus" |
26 SECTION_NAME = APP_NAME.lower() | |
26 PALETTE = [ | 27 PALETTE = [ |
27 ('title', 'black', 'light gray', 'standout,underline'), | 28 ('title', 'black', 'light gray', 'standout,underline'), |
28 ('title_focus', 'white,bold', 'light gray', 'standout,underline'), | 29 ('title_focus', 'white,bold', 'light gray', 'standout,underline'), |
29 ('selected', 'default', 'dark red'), | 30 ('selected', 'default', 'dark red'), |
30 ('selected_focus', 'default,bold', 'dark red'), | 31 ('selected_focus', 'default,bold', 'dark red'), |