comparison console/libgnt/gntcolors.h @ 14387:39b0124a455d

[gaim-migrate @ 17093] Allow different colors for highlighted windows. The name of the pair is "urgent" if you want to change it from ~/.gntrc. The default is green on the active background (or white). Red doesn't look too bad either. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 31 Aug 2006 03:13:54 +0000
parents bb38f32ab6aa
children 1c8f1dc50685
comparison
equal deleted inserted replaced
14386:8a213dc761dd 14387:39b0124a455d
14 GNT_COLOR_MNEMONIC, 14 GNT_COLOR_MNEMONIC,
15 GNT_COLOR_MNEMONIC_D, 15 GNT_COLOR_MNEMONIC_D,
16 GNT_COLOR_SHADOW, 16 GNT_COLOR_SHADOW,
17 GNT_COLOR_TITLE, 17 GNT_COLOR_TITLE,
18 GNT_COLOR_TITLE_D, 18 GNT_COLOR_TITLE_D,
19 GNT_COLOR_URGENT, /* this is for the 'urgent' windows */
19 GNT_COLORS 20 GNT_COLORS
20 } GntColorType; 21 } GntColorType;
21 22
22 enum 23 enum
23 { 24 {