Skip to content

Releases: humanoid-colors/emacs-humanoid-themes

null.four

22 Dec 11:04
0.4
7dd4fe1
Compare
Choose a tag to compare

What's Changed

  • Fix a typo in variable names by @adamkruszewski in #5
  • [faces] add support for orderless by @ssnnoo in #6
  • [faces] set all/only hl-todo keywords which are present by @Hugo-Heagren in #7
  • feature: add option to underline titles. BRAKING: also sets the org-document-title not to be underlined by default. in 3a0c537
  • faces: add nerd-icons faces in f10d356

Full Changelog: 0.3...0.4

null.three

30 Nov 14:56
33c7f8d
Compare
Choose a tag to compare

Full Changelog: 0.2...0.3

Breaking Changes

The option scheme has been updated to a more consequent Emacs naming convention. Instead of humanoid-$option it is named now humanoid-themes-option. The options are now:

  • humanoid-themes-arc-bg (default: nil)
  • humanoid-themes-comment-bg (default: nil)
  • humanoid-themes-comment-italic (default: nil)
  • humanoid-themes-comment-light (default: t)
  • humanoid-themes-keyword-italic (default: nil)
  • humanoid-themes-org-agenda-height (default: nil)
  • humanoid-themes-org-height (default: t)
  • humanoid-themes-org-bold (default: t)
  • humanoid-themes-org-priority-bold (default: t)
  • humanoid-themes-org-highlight (default: nil)
  • humanoid-themes-custom-colors (default: nil)
  • humanoid-themes-underline-parens (default: t)

First release

07 Aug 10:34
d140638
Compare
Choose a tag to compare
0.2

[faces] Add more message-mode faces