Skip to content

Commit

Permalink
plugins/theming: switch to mini.base16
Browse files Browse the repository at this point in the history
  • Loading branch information
bloxx12 committed Dec 15, 2024
1 parent a0a5775 commit 75b56d0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
14 changes: 7 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@

# Themes
plugin-base16 = {
url = "github:rrethy/base16-nvim";
url = "github:echasnovski/mini.base16";
flake = false;
};

Expand Down
4 changes: 3 additions & 1 deletion modules/plugins/theme/supported-themes.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ in {
base16 = {
setup = {base16-colors, ...}: ''
-- Base16 theme
require('base16-colorscheme').setup(${toLuaObject base16-colors})
require('mini.base16').setup {
palette = ${toLuaObject base16-colors}
}
'';
};
onedark = {
Expand Down

0 comments on commit 75b56d0

Please sign in to comment.