about summary refs log tree commit diff stats
path: root/src/config/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/theme.c')
-rw-r--r--src/config/theme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/theme.c b/src/config/theme.c
index 8d2160dd..48776090 100644
--- a/src/config/theme.c
+++ b/src/config/theme.c
@@ -677,9 +677,9 @@ theme_hash_attrs(const char *str)
 
     char *color_pref = prefs_get_string(PREF_COLOR_NICK);
     if (strcmp(color_pref, "redgreen") == 0) {
-        profile = COLOR_PROFILE_REDGREEN;
+        profile = COLOR_PROFILE_REDGREEN_BLINDNESS;
     } else if (strcmp(color_pref, "blue") == 0) {
-        profile = COLOR_PROFILE_BLUE;
+        profile = COLOR_PROFILE_BLUE_BLINDNESS;
     }
     prefs_free_string(color_pref);