I have confirmed that this is a bug related to nvf
Description
no transparency with base16-themes.
when setting vim.theme.name to "base16",
and after defining vim.theme.base-colors with either nix-colors (base-colors = config.colorScheme.palette; with for example config.colorScheme = nix-colors.colorSchemes.ayu-mirage) or via stylix or even individually from base00 to base0F,
the theme colors get applied correctly, but there is no transparency even when vim.theme.transparency = true;
Installation Method
Home Manager Module (homeManagerModules.default)
Installation Method (Other)
No response
nvf Version
main
Reproduction steps
programs.nvf.vim.transparent = true;
programs.nvf.vim.theme = "base16";
- define
programs.nvf.vim.base-colors either with the palette of nix-colors.colorSchemes, with stylix, or manually from base00 to base0F.
Expected behavior
transparency should be possible with theme.name = "base16";
Actual Behavior
the theme is applied correctly with base16 colors, but without transparency
System Information
❯ nix-info --markdown
- system: `"aarch64-darwin"`
- host os: `Darwin 24.6.0, macOS 15.6`
- multi-user?: `yes`
- sandbox: `no`
- version: `nix-env (Nix) 2.28.3`
- channels(root): `"nixpkgs"`
- nixpkgs: `/nix/store/10fj12280sppcwf846lnh7v0cbd0cpvb-source`
Relevant log output
I have confirmed that this is a bug related to nvf
Description
no transparency with base16-themes.
when setting
vim.theme.nameto"base16",and after defining
vim.theme.base-colorswith either nix-colors (base-colors = config.colorScheme.palette;with for exampleconfig.colorScheme = nix-colors.colorSchemes.ayu-mirage) or via stylix or even individually from base00 to base0F,the theme colors get applied correctly, but there is no transparency even when
vim.theme.transparency = true;Installation Method
Home Manager Module (
homeManagerModules.default)Installation Method (Other)
No response
nvf Version
main
Reproduction steps
programs.nvf.vim.transparent = true;programs.nvf.vim.theme = "base16";programs.nvf.vim.base-colorseither with the palette of nix-colors.colorSchemes, with stylix, or manually from base00 to base0F.Expected behavior
transparency should be possible with
theme.name = "base16";Actual Behavior
the theme is applied correctly with base16 colors, but without transparency
System Information
Relevant log output