diff --git a/modules/plugins/theme/theme.nix b/modules/plugins/theme/theme.nix index da590a3a..a97992c6 100644 --- a/modules/plugins/theme/theme.nix +++ b/modules/plugins/theme/theme.nix @@ -37,7 +37,11 @@ in { }; name = mkOption { type = enum (attrNames supportedThemes); - description = "Supported themes can be found in `supportedThemes.nix`"; + description = '' + Supported themes can be found in `supportedThemes.nix`. + Setting the theme to "base16" enables base16 theming and + requires all of the colors in `vim.theme.base16-colors` to be set. + ''; }; base16-colors = base16Options;