Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.22 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.22 KB

Pink as Fox Theme for Logseq

A black theme for Logseq based on draculatheme.com/logseq

Screenshot

Customizing

You can customize the theme colors via custom.css, no matter if you installed it through the marketplace, or one of the below methods. The colors are in hsl format, but the l is separate (to allow darkening/lightening). Some examples:

Install

Offline install:

  • Copy the content of custom.css into logseq/custom.css in your notes repo if you want to have the theme available without an internet connection.

Online install:

  • Paste this line to your logseq/custom.css file:
  • @import url('https://cdn.jsdelivr.net/gh/avoonix/logseq-pink-as-fox-theme@master/custom.css');

OR

  • Paste this line to your logseq/config.edn file:
  • :custom-css-url "@import url('https://cdn.jsdelivr.net/gh/avoonix/logseq-pink-as-fox-theme@master/custom.css');"