Skip to content

Commit 2785e55

Browse files
committed
Eink: more fixes
1 parent 9a2a9bb commit 2785e55

File tree

8 files changed

+44
-18
lines changed

8 files changed

+44
-18
lines changed

Minimal.css

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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,

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Minimal",
3-
"version": "7.6.6",
3+
"version": "7.6.7",
44
"minAppVersion": "1.6.0",
55
"author": "@kepano",
66
"authorUrl": "https://twitter.com/kepano",

src/css/main.css

Lines changed: 14 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/main.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/main.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/color-schemes/eink.scss

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
--metadata-input-background-active: var(--bg1);
2020
--modal-border-color: var(--tx1);
2121
--modal-border-width: 2px;
22-
--nav-item-color-hover: var(--bg1);
23-
--nav-item-color-active: var(--bg1);
2422
--prompt-border-color: var(--tx1);
2523
--prompt-border-width: 2px;
2624
--calendar-dot-active: var(--bg1);
@@ -35,11 +33,21 @@
3533
--text-on-accent-inverted: var(--bg1);
3634
--text-selection: var(--tx1);
3735
--vault-profile-color: var(--tx1);
36+
--nav-item-color-hover: var(--bg1);
3837

3938
::selection {
4039
color: var(--bg1);
4140
}
4241

42+
.nav-files-container {
43+
--nav-item-color-active: var(--bg1);
44+
}
45+
.tree-item-self:hover {
46+
--nav-collapse-icon-color: var(--bg1);
47+
}
48+
49+
&.is-focused .mod-active .workspace-tab-header.is-active .workspace-tab-header-inner-icon,
50+
&.labeled-nav .mod-left-split .mod-top .workspace-tab-header.is-active,
4351
&.tabs-modern {
4452
--minimal-tab-text-color-active: var(--bg1);
4553
--tab-text-color-focused: var(--bg1);
@@ -69,7 +77,7 @@
6977
}
7078
&.labeled-nav .mod-left-split .mod-top .workspace-tab-header.is-active,
7179
&.labeled-nav .mod-left-split .mod-top .workspace-tab-header:hover,
72-
&.is-focused .mod-active .workspace-tab-header.is-active .workspace-tab-header-inner-title,
80+
&.is-focused.tabs-modern .mod-active .workspace-tab-header.is-active .workspace-tab-header-inner-title,
7381
#calendar-container .reset-button:hover,
7482
.status-bar .plugin-sync:hover .sync-status-icon.mod-success,
7583
.status-bar .plugin-sync:hover .sync-status-icon.mod-working,

theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)