summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2019-06-22 20:51:23 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2019-06-22 20:51:23 +0100
commitf9689575e771aaa2e6cd4da13b71b88cf8e9e246 (patch)
tree12e219739fd5b8c23fa1a5942b53a178c13cc0b9 /docs
parent6a5d37099b2224ecb332cf9e8a00d042bfe72e3d (diff)
docs: replace updated links to urwid docs
fixes #1411
Diffstat (limited to 'docs')
-rw-r--r--docs/source/configuration/theming.rst6
1 files changed, 3 insertions, 3 deletions
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 <http://excess.org/urwid/wiki/DisplayAttributes>`__
+Attributes are *sextuples* of `urwid Attribute strings <http://urwid.org/manual/displayattributes.html>`__
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 <http://excess.org/urwid/wiki/DisplayAttributes>`__
-and `here <http://excess.org/urwid/reference.html#AttrSpec>`__
+See `here <http://urwid.org/manual/displayattributes.html>`__
+and `here <http://urwid.org/reference/attrspec.html#urwid.AttrSpec>`__
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`.