Change marker 1 color
This commit is contained in:
parent
35fb702833
commit
df551bc992
1 changed files with 1 additions and 1 deletions
|
|
@ -858,7 +858,7 @@ def selection_foreground(x):
|
|||
o('color15', '#ffffff', option_type=to_color)
|
||||
|
||||
o('mark1_foreground', 'black', long_text=_('Color for marks of type 1'), option_type=to_color)
|
||||
o('mark1_background', '#cdc8ca', long_text=_('Color for marks of type 1 (light gray)'), option_type=to_color)
|
||||
o('mark1_background', '#98d3cb', long_text=_('Color for marks of type 1 (light steel blue)'), option_type=to_color)
|
||||
o('mark2_foreground', 'black', long_text=_('Color for marks of type 2'), option_type=to_color)
|
||||
o('mark2_background', '#f2dcd3', long_text=_('Color for marks of type 1 (beige)'), option_type=to_color)
|
||||
o('mark3_foreground', 'black', long_text=_('Color for marks of type 3'), option_type=to_color)
|
||||
|
|
|
|||
Loading…
Reference in a new issue