Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Latest commit

 

History

History
67 lines (43 loc) · 2.83 KB

README.md

File metadata and controls

67 lines (43 loc) · 2.83 KB

Oxford Blue Theme

If you would like to support my work

Buy Me A Coffee

Inspired By

The great themes in the marketplace

Usage

After installing the theme through the Marketplace

Method 1. Switch between Light & Dark Mode by quick tapping t t on your keyboard Method 2. From the settings menu select the theme and your preferred version (Light or Dark).

Admonitions - You can use the built in feature to invoke the different admonitions by using < you can find example usage at the following link https://user-images.githubusercontent.com/7694090/147600668-9adfacca-1a56-4216-a4b2-65b159ad7351.mov

Changing Font If you would like to use the font in the screencaps, "Montserrat" @import is included in the oxford-blue.css to use add the following to your custom.css file

:root {
	--ls-font-family: Montserrat;
}

Screen Caps

drawing

drawing

drawing

drawing

drawing

drawing

drawing

drawing

Issues & Feedback

If you experience any issues please visit the theme's repo and file an issue report. Please include a brief description and screenshot in your submission.

https://github.com/blueteafrog/logseq-oxfordblue-theme/issues

Contributions

Contributions and suggestions to improve the theme are welcome!

Credits

Canniblox for their clever active path and active block css shared in the discussion boards and on discord.

/*==================================================*/
/* === highlight current path by cannnibalox v0.2 ===*/
/*==================================================*/

.ls-block .bullet{
    background-color:#dd0707;
}

.ls-block:not(:focus-within) .bullet{
    background-color:var(--ls-block-bullet-color);
}