Skip to content

ashcreighton/logseq-simple-parametric-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Simple Parametric Theme

Simple Parametric Theme aims to change the colors of the default dark theme with minimal modifications.

Usage

You can edit the following variables to change the colors of the theme.

  --primary-hue: 220;
  --secondary-hue: calc(var(--primary-hue) - 3);
  --bg-lightness: 14%;
  --bg-saturation: 20%;
  --link-saturation: calc(var(--bg-saturation) + 10%);
  --link-lightness: 70%;

Example

Screen Shot 2022-01-24 at 12 49 14 AM

Status

This theme was put together hastily and I don't plan to maintain it actively, but I hope you find it useful. Pull-requests very welcome.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%