Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@dhth dhth released this 22 Feb 10:45
· 1 commit to main since this release

v0.5.0

This release adds support for custom color themes 🎨.

Three new subcommands are added:

  • hours themes show-sample to show a sample theme config file
  • hours themes add to add a new theme
  • hours themes list to list all configured themes

Here's a sampling of some custom themes.

Theme Preview
Solarized Dark solarized-dark
Monokai monokai
Nord nord
Dracula dracula
Gruvbox gruvbox
Catppuccin catppuccin
Tokyonight tokyonight

Thanks to @acidghost for the original idea and for working on it.


Changelog

  • 3aa5141 build: go, dependency upgrades
  • 8b30067 chore(ci): update golangci-lint to 1.64 (#54)
  • a33ed69 feat: support for custom themes (#51)