comparison frontends/src/primitivus/constants.py @ 1949:c5fd304d0976

primitivus: added bracketed_paste option in sat.conf (if set, the bracketed paste mode will be activated on Primitivus start)
author Goffi <goffi@goffi.org>
date Sat, 23 Apr 2016 01:28:35 +0200
parents 2daf7b4c6756
children 5fbe09b9b568
comparison
equal deleted inserted replaced
1948:373550000092 1949:c5fd304d0976
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'),