Refresh data on "Back", allow configuration of View + border
[jvcard.git] / src / be / nikiroo / jvcard / resources / colors.properties
index c57a99e9560b39f6dffc33463ba69c33fd5f24b1..e1b750061cc788dc34355b944df939f15556d938 100644 (file)
@@ -1,9 +1,10 @@
 # application colours
 # 
 # Note that you can define a colour in one of those 3 ways:
-# - WHITE: one of the ANSI colour names, in uppercase
+# - 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,5 +43,12 @@ 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
+CONTACT_LINE_DIRTY_SELECTED_BG = WHITE
+CONTACT_LINE_DIRTY_FG = BLACK
+CONTACT_LINE_DIRTY_BG = WHITE
+