X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Fjvcard%2Fresources%2Fcolors.properties;h=e1b750061cc788dc34355b944df939f15556d938;hb=3634193b7a8927e68a3ae3d38fff4f6bd36c4ee5;hp=092247877c90b4dcbecf1ae18ae8d969163aa14f;hpb=176a83279a5aafb7e44cc7c34bf78f0bc35225fe;p=jvcard.git diff --git a/src/be/nikiroo/jvcard/resources/colors.properties b/src/be/nikiroo/jvcard/resources/colors.properties index 0922478..e1b7500 100644 --- a/src/be/nikiroo/jvcard/resources/colors.properties +++ b/src/be/nikiroo/jvcard/resources/colors.properties @@ -4,6 +4,7 @@ # - WHITE: one of the ANSI colour names, in upper case # - @RRGGBB: a RGB code we will try to match using one of the 256 Terminal colours # - #RRGGBB: an exact RGB colour (please make sure your terminal supports this) +# - 255: one of the 256 indexed colours of the terminal (the 16 first colours are theme-based) # # ...and thus either for xxx_FG (foreground colour) or xxx_BG (background colour) @@ -42,6 +43,8 @@ VIEW_CONTACT_NAME_FG = BLACK VIEW_CONTACT_NAME_BG = WHITE VIEW_CONTACT_NORMAL_FG = WHITE VIEW_CONTACT_NORMAL_BG = BLACK +VIEW_CONTACT_HIGHLIGHT_FG = RED +VIEW_CONTACT_HIGHLIGHT_BG = BLACK VIEW_CONTACT_NOTES_TITLE_FG = BLACK VIEW_CONTACT_NOTES_TITLE_BG = WHITE CONTACT_LINE_DIRTY_SELECTED_FG = BLACK