1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

Highlight and sort feeds with unread entries in feeds list

This commit is contained in:
pennae 2021-06-02 21:01:21 +00:00 committed by GitHub
parent 1fc95a83b6
commit 4b2a25eed4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 45 additions and 3 deletions

View file

@ -100,6 +100,9 @@
--parsing-error-color: #333;
--feed-parsing-error-background-color: #fcf8e3;
--feed-has-unread-background-color: #dfd;
--feed-has-unread-border-style: dotted;
--feed-has-unread-border-color: var(--entry-header-border-color);
--keyboard-shortcuts-li-color: #333;
@ -208,6 +211,9 @@
--parsing-error-color: #eee;
--feed-parsing-error-background-color: #343434;
--feed-has-unread-background-color: #1b1a1a;
--feed-has-unread-border-style: solid;
--feed-has-unread-border-color: rgba(82, 168, 236, 0.6);
--keyboard-shortcuts-li-color: #9b9b9b;