Skip to content

Commit 1ecb738

Browse files
committed
theme: Add support for tinted-nvim
1 parent 9c75c2a commit 1ecb738

File tree

5 files changed

+610
-31
lines changed

5 files changed

+610
-31
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
# Release 0.9 {#sec-release-0-9}
22

3+
## Breaking changes
4+
5+
- Theme `base16` has been replaced with `tinted` theme
6+
- `mini-base16` `base16-colors` property has been renamed to `tinted-colors`
7+
38
## Changelog {#sec-release-0-9-changelog}
49

510
[suimong](https://github.com/suimong):
611

712
- Fix `vim.tabline.nvimBufferline` where `setupOpts.options.hover` requires
813
`vim.opt.mousemoveevent` to be set.
14+
15+
[JamyGolden](https://github.com/JamyGolden):
16+
17+
- Add support for `tinted-nvim` (base16, base24) themes

modules/plugins/statusline/lualine/lualine.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
supported_themes = import ./supported_themes.nix;
1313
builtin_themes = [
14+
"tinted"
1415
"auto"
1516
"16color"
1617
"ayu_dark"

0 commit comments

Comments
 (0)