From f9689575e771aaa2e6cd4da13b71b88cf8e9e246 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sat, 22 Jun 2019 20:51:23 +0100 Subject: docs: replace updated links to urwid docs fixes #1411 --- docs/source/configuration/theming.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/source/configuration/theming.rst b/docs/source/configuration/theming.rst index ea04d7c8..659cdcbd 100644 --- a/docs/source/configuration/theming.rst +++ b/docs/source/configuration/theming.rst @@ -32,7 +32,7 @@ Have a look at the default theme file at :file:`alot/defaults/default.theme` and Colour Attributes ----------------- -Attributes are *sextuples* of `urwid Attribute strings `__ +Attributes are *sextuples* of `urwid Attribute strings `__ that specify foreground and background for mono, 16 and 256-colour modes respectively. For mono-mode only the flags `blink`, `standup`, `underline` and `bold` are available, 16c mode supports these in combination with the colour names:: @@ -43,8 +43,8 @@ For mono-mode only the flags `blink`, `standup`, `underline` and `bold` are avai In high-colour mode, you may use the above plus grayscales `g0` to `g100` and colour codes given as `#` followed by three hex values. -See `here `__ -and `here `__ +See `here `__ +and `here `__ for more details on the interpreted values. A colour picker that makes choosing colours easy can be found in :file:`alot/extra/colour_picker.py`. -- cgit v1.2.3