Skip to content

Commit 34a6516

Browse files
committed
Bugfix and warning for accent color support
1 parent fab4a75 commit 34a6516

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@
1717
<a href="#credits">🙏 Credits</a>
1818
</p>
1919

20-
<p align="center">A clean theme for <a href="https://github.com/logseq/logseq">Logseq</a> inspired by One Dark Pro.<br><b>Supports native accent colors!</b><br>Tested with Logseq up to v0.10.7!</p>
20+
<p align="center">A clean theme for <a href="https://github.com/logseq/logseq">Logseq</a> inspired by One Dark Pro.<br>Tested with Logseq up to v0.10.7!</p>
21+
22+
## Accent color not supported (currently)
23+
24+
Starting with Logseq `v0.10.7`: For correct theme display, please disable the accent color!
25+
26+
![](./accent.png)
2127

2228
## Screenshots
2329
![](./preview.png)

accent.png

16 KB
Loading

src/main-bordered.scss

+6-6
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ html[data-theme="dark"] {
5454
.datepicker {
5555
background-color: var(--ls-primary-background-color);
5656
}
57-
}
58-
#main-container, #app-container {
59-
background-color: #21252B!important;
60-
}
61-
.dark .left-sidebar-inner {
62-
background: #282C34;
57+
#main-container, #app-container {
58+
background-color: #21252B!important;
59+
}
60+
.left-sidebar-inner {
61+
background: #282C34;
62+
}
6363
}

0 commit comments

Comments
 (0)