new accent-highlight color for virt table

Added accent-highlight color for highlighted virtualized table rows
This commit is contained in:
Bogdan Abaev 2024-02-02 15:13:56 -05:00 committed by Dan Stillman
parent 2665090aa9
commit 579106c3af
3 changed files with 3 additions and 1 deletions

View file

@ -147,7 +147,7 @@
}
&.highlighted {
background: #FFFF99;
background: var(--accent-highlight);
}
&.unread {

View file

@ -16,6 +16,7 @@ $-colors: (
accent-wood-dark: #996b6f,
accent-wood: #cc7a52e5,
accent-yellow: #faa700cc,
accent-highlight: #ffd40026,
fill-primary: #ffffffe5,
fill-secondary: #ffffff8c,
fill-tertiary: #ffffff4d,

View file

@ -16,6 +16,7 @@ $-colors: (
accent-wood-dark: #996b6f,
accent-wood: #cc7a52,
accent-yellow: #faa700,
accent-highlight: #ffea0080,
fill-primary: #000000d9,
fill-secondary: #00000080,
fill-tertiary: #00000040,