Ticket #3223: DiskUsage-colors.diff

File DiskUsage-colors.diff, 954 bytes (added by humdinger, 15 years ago)
  • DiskUsage.rdef

     
    5050resource(102, "RGB_PIE_OL") rgb_color { 0x80, 0x80, 0x80, 0xFF };
    5151resource(103, "RGB_PIE_BG") rgb_color { 0xFF, 0xFF, 0xFF, 0xFF };
    5252resource(104, "RGB_PIE_MT") rgb_color { 0xA0, 0xA0, 0xA0, 0xFF };
    53 resource(105, "RGB_PIE_1") rgb_color { 0x00, 0x60, 0x60, 0xFF };
    54 resource(106, "RGB_PIE_2") rgb_color { 0x00, 0x00, 0x68, 0xFF };
    55 resource(107, "RGB_PIE_3") rgb_color { 0x60, 0x00, 0x60, 0xFF };
    56 resource(108, "RGB_PIE_4") rgb_color { 0x68, 0x00, 0x00, 0xFF };
     53resource(105, "RGB_PIE_1") rgb_color { 0x00, 0xa1, 0x00, 0xFF };
     54resource(106, "RGB_PIE_2") rgb_color { 0x00, 0x00, 0xb6, 0xFF };
     55resource(107, "RGB_PIE_3") rgb_color { 0xcf, 0x00, 0x00, 0xFF };
     56resource(108, "RGB_PIE_4") rgb_color { 0xaf, 0x63, 0xb1, 0xFF };
    5757
    5858resource(101, "N_PIE_COLORS") (uint8)4;
    5959