mschmidtkorth / logseq-sepia-theme

A WIP to develop a default Sepia theme for Logseq.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logseq Sepia Theme

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.

How To Contribute

Option 1

  1. Clone/download this repository
  2. Load the folder as a plugin
  3. Change to light theme
  4. Adjust the theme as needed
  5. Create a pull request for mschmidtkorth/sepia-theme

Option 2

  1. Download sepia.css
  2. Remove the following section:
.white-theme,
html[data-theme='light'] {}
  1. Update section
.sepia-theme,
html[data-theme='sepia']

to

.white-theme,
html[data-theme='light'] {}
  1. Adjust the theme as needed
  2. Create a pull request for mschmidtkorth/sepia-theme

About

A WIP to develop a default Sepia theme for Logseq.


Languages

Language:CSS 100.0%