Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 751 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 751 Bytes

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.