Changeset 4979
- Timestamp:
- Feb 8, 2008, 3:13:53 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/torrent-cell-renderer.c
r4964 r4979 48 48 #define DEFAULT_COLOR_VERIFIED "#729fcf" 49 49 #define DEFAULT_COLOR_VERIFIED_2 "#204a87" 50 50 51 #define DEFAULT_COLOR_SEEDING "#8ae234" 51 52 #define DEFAULT_COLOR_SEEDING_2 "#4e9a06" 52 #define DEFAULT_COLOR_MISSING "#fcaf3e" 53 #define DEFAULT_COLOR_MISSING_2 "#ce5c00" 54 #define DEFAULT_COLOR_UNWANTED "#eeeeec" 55 #define DEFAULT_COLOR_UNWANTED_2 "#babdb6" 53 54 #define DEFAULT_COLOR_MISSING "#eeeeec" /* aluminum 1 */ 55 #define DEFAULT_COLOR_MISSING_2 "#babdb6" /* aluminum 3 */ 56 57 #define DEFAULT_COLOR_UNWANTED "#babdb6" /* aluminum 3 */ 58 #define DEFAULT_COLOR_UNWANTED_2 "#2e3436" /* aluminum 6 */ 59 56 60 #define DEFAULT_COLOR_UNAVAILABLE "#ef2929" 57 61 #define DEFAULT_COLOR_UNAVAILABLE_2 "#a40000" 58 #define DEFAULT_COLOR_PAUSED "#888a85" 59 #define DEFAULT_COLOR_PAUSED_2 "#2e3436" 62 63 #define DEFAULT_COLOR_PAUSED "#d3d7cf" /* aluminum 2 */ 64 #define DEFAULT_COLOR_PAUSED_2 "#555753" /* aluminum 5 */ 65 60 66 #define DEFAULT_COLOR_VERIFYING "#fce94f" 61 67 #define DEFAULT_COLOR_VERIFYING_2 "#c4a000"
Note: See TracChangeset
for help on using the changeset viewer.