mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-30 11:10:04 +00:00
feat: improve dark theme text legibility
This commit is contained in:
parent
d8d5ae78ab
commit
a899d90e01
2 changed files with 4 additions and 4 deletions
|
|
@ -55,10 +55,10 @@ $dark-theme-sidebar-bg: $dark8;
|
|||
$light-theme-bg: rgb(250, 250, 250);
|
||||
$light-theme-bg-darker: rgb(235, 235, 235);
|
||||
|
||||
$dark-theme-text-color: rgb(225, 225, 225);
|
||||
$dark-theme-text-color: rgb(235, 235, 235);
|
||||
$dark-theme-text-color-less-intense: transparentize($dark-theme-text-color, 0.1);
|
||||
$dark-theme-text-color-muted: transparentize($dark-theme-text-color, 0.4);
|
||||
$dark-theme-text-color-more-intense: rgb(240, 240, 240);
|
||||
$dark-theme-text-color-more-intense: rgb(245, 245, 245);
|
||||
$dark-theme-text-color-most-intense: rgb(255, 255, 255);
|
||||
|
||||
$light-theme-text-color: rgb(44, 44, 44);
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
color: $task-text-c-dark;
|
||||
}
|
||||
|
||||
:host-context(.isDarkTheme.isSelected),
|
||||
:host-context(.isDarkTheme.isCurrent) {
|
||||
:host-context(.isDarkTheme).isSelected,
|
||||
:host-context(.isDarkTheme).isCurrent {
|
||||
color: $dark-theme-text-color-most-intense;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue