You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/theme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Now invocations of the `weather` CLI pick up the light theme without passing `--
44
44
|[`dracula`](#dracula)| 24-bit RGB | High-contrast dark theme with vivid neon accents. |
45
45
|[`nord`](#nord)| 24-bit RGB | Cool-toned dark theme built around frost-blue and aurora accents. |
46
46
|[`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. |
48
48
49
49
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.
0 commit comments