1
8
Fork
You've already forked wallust-templates
7
wallust templates for know applications.
  • Emacs Lisp 82.3%
  • CSS 8.9%
  • Jinja 8.8%
Find a file
2026年04月18日 15:20:47 +00:00
alacritty-colors.toml Added Alacritty template ( #1 ) 2025年02月19日 04:24:46 +00:00
colors.css root commit: some initial config files 2024年03月04日 22:04:40 -05:00
colors.json Add foot and fuzzel templates ( #21 ) 2025年07月12日 04:57:26 +02:00
doom-wallust-dark-theme.el feat: add wallust doom themes ( #27 ) 2025年11月25日 17:43:01 +01:00
doom-wallust-light-theme.el feat: add wallust doom themes ( #27 ) 2025年11月25日 17:43:01 +01:00
dunstrc add: dunstrc template ( #9 ) 2025年06月01日 03:45:48 +02:00
foot.ini Add foot and fuzzel templates ( #21 ) 2025年07月12日 04:57:26 +02:00
fuzzel.ini Add foot and fuzzel templates ( #21 ) 2025年07月12日 04:57:26 +02:00
hyprland.conf fixed issue with hyprland ( #7 ) 2025年05月02日 15:17:35 +00:00
hyprpanel.json Add a simple hyprpanel template ( #25 ) 2025年10月13日 20:27:29 +02:00
kitty.conf kitty template ( #8 ) 2025年05月27日 00:42:08 +02:00
konsole Add Konsole template ( #22 ) 2025年07月15日 08:54:30 +02:00
material-you.j2 update material you with new adjust_hue filter 2026年04月18日 15:20:47 +00:00
README.md add readme, xresources and rename some files 2024年03月05日 15:47:54 -05:00
waybar.css add readme, xresources and rename some files 2024年03月05日 15:47:54 -05:00
wezterm.toml add a template for wezterm 2025年02月28日 15:26:39 +01:00
Xresources add readme, xresources and rename some files 2024年03月05日 15:47:54 -05:00
zed.json feat: adds zed theme template ( #24 ) 2025年08月08日 04:16:11 +02:00

Wallust template implementations

This is a simple repo that tries to gather some templates for wallust.

While there may be some agreement on how to style program X, the usual format in this repo is to assign the colors to variables. However, if the program config format doesn't allows it, a sample "theme" could be made, always commenting why and what is being done.

Spec

The templates should be in v3 engine syntax format, which is a subset of Jinja2.

If the template is for some language, just name it colors.ext, where ext is the proper extention.

If the template, however, is for a program, use it's name on the file name, either name.ext or name.

How to use

At the top of each file there is a short description of:

  1. How to add the template to wallust.toml
  2. How to implement it with the program.