From 0e09efca2c6c3f9d0195d3f2a835f2ef94c88a9e Mon Sep 17 00:00:00 2001 From: cage Date: Thu, 10 Sep 2020 20:21:07 +0200 Subject: [PATCH] - fixed chat list windows items. --- etc/default-theme.conf | 2 +- src/chats-list-window.lisp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/default-theme.conf b/etc/default-theme.conf index 0ad0889..8275ea4 100644 --- a/etc/default-theme.conf +++ b/etc/default-theme.conf @@ -498,7 +498,7 @@ chats-list-window.foreground = red chats-list-window.input.selected.background = yellow -chats-list-window.input.selected.foreground = #B27DE5 +chats-list-window.input.selected.foreground = black # actual chat window diff --git a/src/chats-list-window.lisp b/src/chats-list-window.lisp index b454d2e..3f6e6a2 100644 --- a/src/chats-list-window.lisp +++ b/src/chats-list-window.lisp @@ -82,10 +82,10 @@ :normal-text (chat->list-item chat) :selected-text (chat->list-item chat) :fields chat - :normal-bg bg - :normal-fg fg - :selected-bg fg - :selected-fg bg)) + :normal-bg fg + :normal-fg bg + :selected-bg bg + :selected-fg fg)) chats))) (with-croatoan-window (croatoan-window object) (setf rows (make-rows (db:all-chats)