|
More here - https://github.com/yoyurec/logseq-solarized-extended-theme/tree/main/screenshots
This theme is available on the Marketplace.
- go to https://unsplash.com
- choose any image, click (go to its details page with bigger image)
- right click on image, "copy image link",
- edit address in
--bg-url
variable - paste code to your
custom.css
- edit in external app! Logseq heavy cached
- to additionally update - Refresh (not Re-index) your graph
:root {
--bg-url: url(https://images.unsplash.com/photo-1524946274118-e7680e33ccc5?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80);
}
:root {
--bg-url: none;
--bg-overlay: #d7d1c1;
}
Feature is enabled by default!
To disable:
- paste this CSS to your
custom.css
file- edit in external app! Logseq heavy cached
- to additionally update - Refresh (not Re-index) your graph
:root {
--no-sticky-levels: true; /* Disable "Sticky level 1 items" */
}
You can edit button text, maybe you want to translate it ;)
- paste this CSS to your
custom.css
file- edit in external app! Logseq heavy cached
- to additionally update - Refresh (not Re-index) your graph
:root {
--search-field-text: 'Search or create page';
--search-field-text-short: 'Search...'; /* for narrow screen */
}
🏠 Hidden "home button":
I decided do this, b'cose home brings to journals page... doesn't clicking "Journals" doing the same?
Feature is enabled by default! To disable:
- paste this CSS to your
custom.css
file- edit in external app! Logseq heavy cached
- to additionally update - Refresh (not Re-index) your graph
:root {
--no-hidden-home: true; /* Disable hiding home */
}
Theme supports Tabs plugin - panel was moved to top & recolored
Just add #kanban
tag to parent block and all children will become columns!
Recommend additionally to install Logseq Plugin TODO Master and check Logseq template
To set your own look:
- Paste code to your
custom.css
and edit values- edit in external app! Logseq heavy cached
- to additionally update - Refresh (not Re-index) your graph
html[data-theme=light],
.white-theme,
.light-theme {
--cp-accent: #2aa198;
--cp-accent-opacity: #2aa19820;
--cp-accent-opacity-semi: #2aa19870;
--cp-white: #fef9ec;
--cp-white-dark: #f3efe2;
--cp-white-darker: #efe9d7;
--cp-dark: #d7d1c1;
--cp-black: #333333;
--cp-gray: #aaaaaa;
--mark-bg: var(--cp-accent-opacity-semi);
}
:root {
--ls-left-sidebar-width: 250px;
}
Logseq is a privacy-first, open-source knowledge base. Visit https://logseq.com for more information.
If you have any questions, issues or feature request, use the issue submission on GitHub: https://github.com/yoyurec/logseq-solarized-extended-theme/issues
- Icon - Keiran O'Leary https://dribbble.com/shots/6361500-Alacritty-Terminal-Icon
- Other - in CSS comments