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