This theme is a work in progress to provide a default Sepia theme for Logseq based on pull request 2644.
The idea is for others to further develop this theme and get the pull request approved once we are done.
Option 1
- Clone/download this repository
- Load the folder as a plugin
- Change to light theme
- Adjust the theme as needed
- Create a pull request for
mschmidtkorth/sepia-theme
Option 2
- Download
sepia.css
- Remove the following section:
.white-theme,
html[data-theme='light'] {}
- Update section
.sepia-theme,
html[data-theme='sepia']
to
.white-theme,
html[data-theme='light'] {}
- Adjust the theme as needed
- Create a pull request for
mschmidtkorth/sepia-theme