Skip to content

Commit 506d025

Browse files
kdeldyckegithub-actions[bot]
authored andcommitted
Typo
1 parent ba4b62d commit 506d025

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

click_extra/theme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
``monokai``, ``nord``, ``solarized_dark``) live in the package data file
2626
``click_extra/themes.toml`` and are loaded at module import time via
2727
:meth:`HelpExtraTheme.from_dict`. ``manpage`` is a colorless theme that
28-
shadows man-pages(7) typography (bold literals, italic replaceables); the
28+
shadows man-pages(7) typography (bold literals, italic replaceable); the
2929
others apply that same bold/italic split on top of their color palettes.
3030
Adding a new built-in theme is a one-file edit in that TOML file — no Python
3131
needed. The same TOML schema is used for user-defined themes loaded from

docs/theme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Now invocations of the `weather` CLI pick up the light theme without passing `--
4444
| [`dracula`](#dracula) | 24-bit RGB | High-contrast dark theme with vivid neon accents. |
4545
| [`nord`](#nord) | 24-bit RGB | Cool-toned dark theme built around frost-blue and aurora accents. |
4646
| [`monokai`](#monokai) | 24-bit RGB | Classic dark theme with high-saturation magenta and lime accents. |
47-
| [`manpage`](#manpage) | None (monochrome) | Bold literals, italic replaceables, no color. Shadows a man page. |
47+
| [`manpage`](#manpage) | None (monochrome) | Bold literals, italic replaceable, no color. Shadows a man page. |
4848

4949
Each row is keyed by the `--theme` choice value; access the instance via `BUILTIN_THEMES["<name>"]` (e.g. `BUILTIN_THEMES["dark"]`). Click any name to jump to that theme's [palette listing](#palettes) below.
5050

0 commit comments

Comments
 (0)