~mun-tonsi/kule

css for my web projects
add thesis theme and updated attributions accordingly
updated path to atkinson in main.scss

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~mun-tonsi/kule
read/write
git@git.sr.ht:~mun-tonsi/kule

You can also use your local clone with git send-email.

#kule

This project contains the stylesheet I maintain for all of my web projects. The source is distributed as Sass only. A compiled (i.e., CSS) version is available at https://kule.mun-tonsi.net/main.css; this is updated whenever a commit is made to the main branch of this repository. You can include it on your own website by adding the following line to your HTML header:

<link rel="stylesheet" href="https://kule.mun-tonsi.net/main.css">

#Themes

There are five themes:

  • light (based on Solarized Light)
  • dark (based on Solarized Dark)
  • dracula (based on Dracula)
  • textbook (a simple black + white theme)
  • thesis (same as above but using Basteleur and EB Garamond fonts)
  • vampire (imagine a mid-00s teenage emo GeoCities page, it might look like this)
  • prifysgol (based on Swansea University's brand asset guidelines)
  • catppuccin-latte (based on Catppuccin Latte)

You can set themes by adding options to your html tag, i.e., for light:

<html lang="en" data-theme="light">