* data/gramps.schemas.in: Brighter colors to use with foreground.
svn: r6640
This commit is contained in:
parent
722beca835
commit
252496251a
@ -1,4 +1,5 @@
|
|||||||
2006-05-12 Alex Roitman <shura@gramps-project.org>
|
2006-05-12 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* data/gramps.schemas.in: Brighter colors to use with foreground.
|
||||||
* src/GrampsCfg.py (add_color): Update text label after color change.
|
* src/GrampsCfg.py (add_color): Update text label after color change.
|
||||||
|
|
||||||
2006-05-12 Don Allingham <don@gramps-project.org>
|
2006-05-12 Don Allingham <don@gramps-project.org>
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<applyto>/apps/gramps/preferences/complete-color</applyto>
|
<applyto>/apps/gramps/preferences/complete-color</applyto>
|
||||||
<owner>gramps</owner>
|
<owner>gramps</owner>
|
||||||
<type>string</type>
|
<type>string</type>
|
||||||
<default>#8ae234</default>
|
<default>#008b00</default>
|
||||||
<locale name="C">
|
<locale name="C">
|
||||||
<short>Color used to highlight compete items in a list</short>
|
<short>Color used to highlight compete items in a list</short>
|
||||||
<long>Color used to highlight compete items in a list</long>
|
<long>Color used to highlight compete items in a list</long>
|
||||||
@ -32,7 +32,7 @@
|
|||||||
<applyto>/apps/gramps/preferences/todo-color</applyto>
|
<applyto>/apps/gramps/preferences/todo-color</applyto>
|
||||||
<owner>gramps</owner>
|
<owner>gramps</owner>
|
||||||
<type>string</type>
|
<type>string</type>
|
||||||
<default>#fcaf3e</default>
|
<default>#ff0000</default>
|
||||||
<locale name="C">
|
<locale name="C">
|
||||||
<short>Color used to highlight TODO items in a list</short>
|
<short>Color used to highlight TODO items in a list</short>
|
||||||
<long>Color used to highlight TODO items in a list</long>
|
<long>Color used to highlight TODO items in a list</long>
|
||||||
@ -44,7 +44,7 @@
|
|||||||
<applyto>/apps/gramps/preferences/custom-marker-color</applyto>
|
<applyto>/apps/gramps/preferences/custom-marker-color</applyto>
|
||||||
<owner>gramps</owner>
|
<owner>gramps</owner>
|
||||||
<type>string</type>
|
<type>string</type>
|
||||||
<default>#729fcf</default>
|
<default>#8b008b</default>
|
||||||
<locale name="C">
|
<locale name="C">
|
||||||
<short>Color used to highlight custom marker items in a list</short>
|
<short>Color used to highlight custom marker items in a list</short>
|
||||||
<long>Color used to highlight custom marker items in a list</long>
|
<long>Color used to highlight custom marker items in a list</long>
|
||||||
|
Loading…
Reference in New Issue
Block a user