theme: add minimal transparency support for oxocarbon

This commit is contained in:
Frothy 2024-05-23 09:51:05 -04:00
commit fc4e471490
2 changed files with 29 additions and 12 deletions

View file

@ -10,7 +10,9 @@
inherit (lib.nvim.dag) entryBefore;
cfg = config.vim.theme;
supported_themes = import ./supported_themes.nix {inherit lib;};
supported_themes = import ./supported_themes.nix {
inherit lib config;
};
in {
options.vim.theme = {
enable = mkOption {