1.1 KiB

+++ title = "Introducing Paper a light theme" date = "2025-03-12" author = "Mirus" cover = "img/paper.jpeg" coverCaption = "The first light theme by community member trviph" description = "As planned, re-Terminal got the first prebuilt light theme. Read some details in the article" tags=["theme", "light"] +++

About Paper

We have an issue on the GitHub about the built-in light themes for re-Terminal Hugo Theme, and today I'm glad to introduce the very first light theme made by trviph that is called Paper.

You can enable it via config

[params]
  themeColor = "paper"

Tech enablers

With the new theme we got a few handy improvements:

  • --menu-color a new CSS Variable
  • assets/css/variables-light.scss a new conditional set of variables for the light themes; you can start your very own theme with CSS Variables and better defaults if you aren't on the dark side

Outro

If you want to add your vision of a perfect accessible light theme, I'm gladly accept your contribution