Pink as Fox Theme for Logseq
A black theme for Logseq based on draculatheme.com/logseq
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:
- Copy the content of
custom.css
intologseq/custom.css
in your notes repo if you want to have the theme available without an internet connection.
- 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');"