- (groups) [breaking] Make the colors in render-markdown match the theme
- (groups) [breaking] Revert the render-markdown header colors to colored ones
- (groups) Add semantic highlights for SQL
- (react) Highlight uppercase variables as constant
- (optional) Add docstring with markdown syntax support for Python
- (palette) Fix off-by-one for base_colors
- (palette) Fix contrast ternary
- (terminal) Use lighter gray for terminal
- (groups) Define groups as local
- Better error handling and type definitions
- (groups) Add new Neovim 0.12 highlight
- (groups) Add kosayoda/nvim-lightbulb support
- (groups) Add vim-mediawiki support
- (groups) Add more mini.nvim support
- (terminal) Add terminal color support
- (groups) Add beacon.nvim support
- (groups) Add mini.starter support
- (groups) Fix folding support
- (groups) Don't use transparency for mini.notify
- (groups) Fix the mini.notify border color with the same reason as the last commit
- (cliff) Add notice about versioning confusion to git-cliff
- (cliff) Show the versioning notice only at v0.3.1
- (groups) Add mini.indentscope support
- (groups) Add indent-blankline.nvim support
- (groups) Prevent the hlchunk.nvim plugin from overriding highlights
- Add GitSigns highlight group
- Make
FlashLabelmore noticable - Make italics optional and add option to override highlights
- (cliff) Don't filter unconventional commits
- (javascript) Don't highlight const varaibles as constant
- (groups) Add custom TS colors for todo.txt files
- (groups) Use accent color instead of red with todo.txt context tags
- (groups) Add support for semantic highlights
- (typescript) Don't highlight const variables as constant
- (release) Add CHANGELOG link to release body text
Important
I don't know how I failed to notice, but I made a mistake with the versioning after v0.3.1. The fact that v4.0.0 came after v0.3.1 is entirely due to my lack of attention. Please excuse me if this causes any confusion.
- (palette) Simplify determining base colors
- (palette) Remove unused variables and definitions
- (init) Add accent color to setup options
- (groups) Use accent color for definitions
- (init) Add types and format
- (groups) Fix search groups not being visible
- Add high/low contrast and dark/light theme options
- Merge remote-tracking branch 'refs/remotes/origin/main'
- (release) Rename the release action
- (scripts) Add alpha simulator script
- Initial commit