Simple Parametric Theme aims to change the colors of the default dark theme with minimal modifications.
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%;
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.