X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Fjvcard%2Fresources%2Fcolors.properties;h=b4cf41d8149e73071c0530dc1fffb19f4fd1143b;hb=1c03abafc3987d93fa682e7b8758e51bed8a4faf;hp=3fe44b70ab07780092544d6bdace8d8f8a809900;hpb=d56a0ad492604eb310ca852a639f2e4f22a702d3;p=jvcard.git diff --git a/src/be/nikiroo/jvcard/resources/colors.properties b/src/be/nikiroo/jvcard/resources/colors.properties index 3fe44b7..b4cf41d 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) @@ -44,3 +45,8 @@ VIEW_CONTACT_NORMAL_FG = WHITE VIEW_CONTACT_NORMAL_BG = BLACK VIEW_CONTACT_NOTES_TITLE_FG = BLACK VIEW_CONTACT_NOTES_TITLE_BG = WHITE +CONTACT_LINE_DIRTY_SELECTED_FG = BLACK +CONTACT_LINE_DIRTY_SELECTED_BG = WHITE +CONTACT_LINE_DIRTY_FG = BLACK +CONTACT_LINE_DIRTY_BG = WHITE +