@@ -6817,6 +6817,11 @@ https://github.com/dracula/dracula-theme
68176817 --tag-border-color-hover : var (--tx1 );
68186818 --text-on-accent : var (--bg1 );
68196819 --text-on-accent-inverted : var (--bg1 );
6820+ --text-selection : var (--tx1 );
6821+ }
6822+ .theme-light .minimal-eink-light ::selection ,
6823+ .theme-dark .minimal-eink-dark ::selection {
6824+ color : var (--bg1 );
68206825}
68216826.theme-light .minimal-eink-light .tabs-modern ,
68226827.theme-dark .minimal-eink-dark .tabs-modern {
@@ -6858,8 +6863,9 @@ https://github.com/dracula/dracula-theme
68586863.theme-light .minimal-eink-light .markdown-rendered mark ,
68596864.theme-light .minimal-eink-light .suggestion-item .is-selected ,
68606865.theme-light .minimal-eink-light .horizontal-tab-nav-item : hover ,
6861- .theme-light .minimal-eink-light .vertical-tab-nav-item : hover , .theme-light .minimal-eink-light : not (.colorful-active ) .horizontal-tab-nav-item .is-active , .theme-light .minimal-eink-light : not (.colorful-active ) .vertical-tab-nav-item .is-active ,
6862- .theme-light .minimal-eink-light button ,
6866+ .theme-light .minimal-eink-light .vertical-tab-nav-item : hover ,
6867+ .theme-light .minimal-eink-light .mod-root .workspace-tab-header-status-icon , .theme-light .minimal-eink-light : not (.colorful-active ) .horizontal-tab-nav-item .is-active , .theme-light .minimal-eink-light : not (.colorful-active ) .vertical-tab-nav-item .is-active ,
6868+ .theme-light .minimal-eink-light button .mod-cta ,
68636869.theme-light .minimal-eink-light select : hover , .theme-light .minimal-eink-light .dropdown : hover ,
68646870.theme-dark .minimal-eink-dark .status-bar .plugin-sync : hover .sync-status-icon .mod-success ,
68656871.theme-dark .minimal-eink-dark .status-bar .plugin-sync : hover .sync-status-icon .mod-working ,
@@ -6872,9 +6878,10 @@ https://github.com/dracula/dracula-theme
68726878.theme-dark .minimal-eink-dark .suggestion-item .is-selected ,
68736879.theme-dark .minimal-eink-dark .horizontal-tab-nav-item : hover ,
68746880.theme-dark .minimal-eink-dark .vertical-tab-nav-item : hover ,
6881+ .theme-dark .minimal-eink-dark .mod-root .workspace-tab-header-status-icon ,
68756882.theme-dark .minimal-eink-dark : not (.colorful-active ) .horizontal-tab-nav-item .is-active ,
68766883.theme-dark .minimal-eink-dark : not (.colorful-active ) .vertical-tab-nav-item .is-active ,
6877- .theme-dark .minimal-eink-dark button ,
6884+ .theme-dark .minimal-eink-dark button . mod-cta ,
68786885.theme-dark .minimal-eink-dark select : hover ,
68796886.theme-dark .minimal-eink-dark .dropdown : hover {
68806887 color : var (--bg1 );
@@ -6939,15 +6946,30 @@ https://github.com/dracula/dracula-theme
69396946.theme-light .minimal-eink-light .minimal-light-tonal {
69406947 --bg3 : # bbb ;
69416948 --ui1 : # bbb ;
6942- --modal-border-color : var (--ui1 );
6943- --prompt-border-color : var (--ui1 );
6949+ --tx3 : # 999 ;
69446950}
69456951
69466952.theme-dark .minimal-eink-dark .minimal-dark-tonal {
69476953 --bg3 : # 444 ;
69486954 --ui1 : # 444 ;
6955+ --tx3 : # 999 ;
6956+ }
6957+
6958+ .theme-light .minimal-eink-light .minimal-light-tonal ,
6959+ .theme-dark .minimal-eink-dark .minimal-dark-tonal {
69496960 --modal-border-color : var (--ui1 );
69506961 --prompt-border-color : var (--ui1 );
6962+ --tag-border-color : var (--ui1 );
6963+ --text-selection : var (--bg3 );
6964+ --icon-color-active : var (--tx1 );
6965+ --icon-color-focused : var (--tx1 );
6966+ --minimal-tab-text-color-active : var (--tx1 );
6967+ }
6968+ .theme-light .minimal-eink-light .minimal-light-tonal ::selection , .theme-light .minimal-eink-light .minimal-light-tonal : not (.colorful-active ) .vertical-tab-nav-item : hover , .theme-light .minimal-eink-light .minimal-light-tonal : not (.colorful-active ) .vertical-tab-nav-item .is-active ,
6969+ .theme-dark .minimal-eink-dark .minimal-dark-tonal ::selection ,
6970+ .theme-dark .minimal-eink-dark .minimal-dark-tonal : not (.colorful-active ) .vertical-tab-nav-item : hover ,
6971+ .theme-dark .minimal-eink-dark .minimal-dark-tonal : not (.colorful-active ) .vertical-tab-nav-item .is-active {
6972+ color : var (--tx1 );
69516973}
69526974
69536975/*
0 commit comments