Skip to content

Commit

Permalink
nixvim: set colorscheme with mini.base16
Browse files Browse the repository at this point in the history
Replace the base16-nvim plugin with the mini.base16 plugin for better
plugin integration

Link: danth#536
  • Loading branch information
soulsoiledit committed Aug 29, 2024
1 parent 6c895c6 commit 75394d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/nixvim/nixvim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
config = lib.mkIf (config.stylix.enable && config.stylix.targets.nixvim.enable && (config.programs ? nixvim)) (
lib.optionalAttrs (builtins.hasAttr "nixvim" options.programs) {
programs.nixvim = {
colorschemes.base16 = {
colorscheme = {
plugins.mini = {
enable = true;

modules.base16.palette = {
inherit (config.lib.stylix.colors.withHashtag)
base00 base01 base02 base03 base04 base05 base06 base07
base08 base09 base0A base0B base0C base0D base0E base0F;
};

enable = true;
};

highlight = let
Expand Down

0 comments on commit 75394d9

Please sign in to comment.