diff --git a/options.h b/options.h index 1384c20..d6834f2 100644 --- a/options.h +++ b/options.h @@ -143,8 +143,8 @@ static int clickedunderline = 1; /* Should clicked links show up underli #define col_10 "#e57373" /* bright color 2 */ #define col_11 "#a6bc69" /* bright color 3 */ #define col_12 "#6699cc" /* bright color 4 */ -#define col_13 "#c594c5" /* bright color 5 */ -#define col_14 "#ffffff" /* bright color 6 */ +#define col_13 "#5fb3b3" /* bright color 5 */ +#define col_14 "#c594c5" /* bright color 6 */ #define col_15 "#cccccc" /* bright color 7 */ #define col_16 "#555555" /* bright color 8 */ diff --git a/xresources.h b/xresources.h index 2f6f39b..1a35624 100644 --- a/xresources.h +++ b/xresources.h @@ -22,9 +22,9 @@ ResourcePref resources[] = { { "color13", STRING, &colorname[13] }, { "color14", STRING, &colorname[14] }, { "color15", STRING, &colorname[15] }, - { "background", STRING, &colorname[256] }, - { "foreground", STRING, &colorname[257] }, - { "cursorColor", STRING, &colorname[258] }, + { "background", STRING, &colorname[259] }, + { "foreground", STRING, &colorname[258] }, + { "cursorColor", STRING, &colorname[256] }, { "termname", STRING, &termname }, { "shell", STRING, &shell }, { "minlatency", INTEGER, &minlatency },