Minimal light Logseq theme with bold typography and cyrillic font support. It's named after a skiing resort in Ukraine because the titles are bold like mountains.
When drilled down, the parent bullet has its bullet hidden, font size increased, guideline removed. Courtesy of @Zyrohex from Logseq forums.
Hidden query builder
I've hidden the simple query builder so that with queries pages look cleaner. If you'd like it to stay, find and delete this piece:
.cp__query-builder {
display: none;
}
Slavsko is available on the Logseq marketplace. To see the marketplace, choose Plugins from Logseq's main menu.
If you don’t see Plugins on the main menu, you will need to enable plug-ins: go to Logseq Settings from the main menu, then the Advanced section, and enable the Plug-in system. You will then need to restart Logseq.
If you don’t want to use the marketplace, you can copy custom.css
file to your Logseq Vault folder inside 'logseq' directory. The path should be like /path-to-your-logseq/vault-name/logseq/custom.css
.
Alternatively you can search for a custom.css
file from within your logseq like any other page (you also can access this file from Settings) and copy-paste the code from the theme's custom.css file.
- logseq-awesome-links
- 🟨 There's an issue with custom page icon positioning.
- logseq-plugin-bullet-threading
- 🟩 Looks great!
Licensed under the MIT License.
- A big chunk of the code I got from the miA theme. Huge kudos to the theme creators 💛
- I am using the Onest font, which looks gorgeously with ukrainian cyrillic, and Roboto for tables.
If you find a bug, file it under "Issues" with a short description and a screenshot. If you'd like to improve on the theme, please use a merge request.