mirror of
https://codeberg.org/cage/tinmop/
synced 2024-12-17 23:18:28 +01:00
- fixed chat list windows items.
This commit is contained in:
parent
52f550df5e
commit
0e09efca2c
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user