mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-16 02:30:19 +00:00
add option for changing spell checker color
This commit is contained in:
@@ -77,8 +77,9 @@ GdkColor colors[] = {
|
||||
{0, 0x0000, 0x0000, 0xffff}, /* 38 tab Nick Mentioned (blue) */
|
||||
{0, 0xffff, 0x0000, 0x0000}, /* 39 tab New Message (red) */
|
||||
{0, 0x9595, 0x9595, 0x9595}, /* 40 away user (grey) */
|
||||
{0, 0xffff, 0x0000, 0x0000}, /* 41 spell checker color (red) */
|
||||
};
|
||||
#define MAX_COL 40
|
||||
#define MAX_COL 41
|
||||
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user