@@ -6796,8 +6796,6 @@ https://github.com/dracula/dracula-theme
67966796 --metadata-input-background-active : var (--bg1 );
67976797 --modal-border-color : var (--tx1 );
67986798 --modal-border-width : 2px ;
6799- --nav-item-color-hover : var (--bg1 );
6800- --nav-item-color-active : var (--bg1 );
68016799 --prompt-border-color : var (--tx1 );
68026800 --prompt-border-width : 2px ;
68036801 --calendar-dot-active : var (--bg1 );
@@ -6812,12 +6810,23 @@ https://github.com/dracula/dracula-theme
68126810 --text-on-accent-inverted : var (--bg1 );
68136811 --text-selection : var (--tx1 );
68146812 --vault-profile-color : var (--tx1 );
6813+ --nav-item-color-hover : var (--bg1 );
68156814}
68166815.theme-light .minimal-eink-light ::selection ,
68176816.theme-dark .minimal-eink-dark ::selection {
68186817 color : var (--bg1 );
68196818}
6820- .theme-light .minimal-eink-light .tabs-modern ,
6819+ .theme-light .minimal-eink-light .nav-files-container ,
6820+ .theme-dark .minimal-eink-dark .nav-files-container {
6821+ --nav-item-color-active : var (--bg1 );
6822+ }
6823+ .theme-light .minimal-eink-light .tree-item-self : hover ,
6824+ .theme-dark .minimal-eink-dark .tree-item-self : hover {
6825+ --nav-collapse-icon-color : var (--bg1 );
6826+ }
6827+ .theme-light .minimal-eink-light .is-focused .mod-active .workspace-tab-header .is-active .workspace-tab-header-inner-icon , .theme-light .minimal-eink-light .labeled-nav .mod-left-split .mod-top .workspace-tab-header .is-active , .theme-light .minimal-eink-light .tabs-modern ,
6828+ .theme-dark .minimal-eink-dark .is-focused .mod-active .workspace-tab-header .is-active .workspace-tab-header-inner-icon ,
6829+ .theme-dark .minimal-eink-dark .labeled-nav .mod-left-split .mod-top .workspace-tab-header .is-active ,
68216830.theme-dark .minimal-eink-dark .tabs-modern {
68226831 --minimal-tab-text-color-active : var (--bg1 );
68236832 --tab-text-color-focused : var (--bg1 );
@@ -6852,7 +6861,7 @@ https://github.com/dracula/dracula-theme
68526861.theme-dark .minimal-eink-dark .labeled-nav .mod-left-split .mod-top .workspace-tab-header .is-active : not (: hover ) {
68536862 background-color : var (--tx1 );
68546863}
6855- .theme-light .minimal-eink-light .labeled-nav .mod-left-split .mod-top .workspace-tab-header .is-active , .theme-light .minimal-eink-light .labeled-nav .mod-left-split .mod-top .workspace-tab-header : hover , .theme-light .minimal-eink-light .is-focused .mod-active .workspace-tab-header .is-active .workspace-tab-header-inner-title ,
6864+ .theme-light .minimal-eink-light .labeled-nav .mod-left-split .mod-top .workspace-tab-header .is-active , .theme-light .minimal-eink-light .labeled-nav .mod-left-split .mod-top .workspace-tab-header : hover , .theme-light .minimal-eink-light .is-focused . tabs-modern .mod-active .workspace-tab-header .is-active .workspace-tab-header-inner-title ,
68566865.theme-light .minimal-eink-light # calendar-container .reset-button : hover ,
68576866.theme-light .minimal-eink-light .status-bar .plugin-sync : hover .sync-status-icon .mod-success ,
68586867.theme-light .minimal-eink-light .status-bar .plugin-sync : hover .sync-status-icon .mod-working ,
@@ -6873,7 +6882,7 @@ https://github.com/dracula/dracula-theme
68736882.theme-light .minimal-eink-light select : hover , .theme-light .minimal-eink-light .dropdown : hover ,
68746883.theme-dark .minimal-eink-dark .labeled-nav .mod-left-split .mod-top .workspace-tab-header .is-active ,
68756884.theme-dark .minimal-eink-dark .labeled-nav .mod-left-split .mod-top .workspace-tab-header : hover ,
6876- .theme-dark .minimal-eink-dark .is-focused .mod-active .workspace-tab-header .is-active .workspace-tab-header-inner-title ,
6885+ .theme-dark .minimal-eink-dark .is-focused . tabs-modern .mod-active .workspace-tab-header .is-active .workspace-tab-header-inner-title ,
68776886.theme-dark .minimal-eink-dark # calendar-container .reset-button : hover ,
68786887.theme-dark .minimal-eink-dark .status-bar .plugin-sync : hover .sync-status-icon .mod-success ,
68796888.theme-dark .minimal-eink-dark .status-bar .plugin-sync : hover .sync-status-icon .mod-working ,
0 commit comments