]> git.tue.mpg.de Git - paraslash.git/commitdiff
gui: Switch to white foreground for command output.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 5 Jan 2025 19:56:28 +0000 (20:56 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 8 Jan 2025 17:39:00 +0000 (18:39 +0100)
The new color scheme is easier to read, and is more pleasant on the eye.

gui_theme.c

index ab5e4292e971b41ac0ea72648629dd96120869af..aa1f1522583f77ee583f7b29fe4f2ff666613a6a 100644 (file)
@@ -76,7 +76,7 @@ static void init_theme_colorful_blackness(struct gui_theme *t)
        t->cmd.bg = COLOR_BLACK;
        t->cmd.fg = COLOR_YELLOW;
        t->output.bg = COLOR_BLACK;
-       t->output.fg = COLOR_CYAN;
+       t->output.fg = COLOR_WHITE;
        t->msg.bg = COLOR_BLACK;
        t->msg.fg = COLOR_WHITE;
        t->err_msg.bg = COLOR_RED;