From 8ec923082737276bce122e082998928ac038bf7f Mon Sep 17 00:00:00 2001 From: Paolo Date: Sun, 5 Feb 2017 01:03:02 +0100 Subject: Make themes' docs more consistent. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mentioning "sb-item" was misleading in that there is no such template, nor any occurrence of that exact string anywhere else in the source. In going from `sb-item` to `"sb"` I am following the pattern established in a couple of comments above: "msgownnick" specifies the styling … "ownmsgnick" specifies … --- colorless.theme | 4 ++-- default.theme | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/colorless.theme b/colorless.theme index 668866f5..1b26f628 100644 --- a/colorless.theme +++ b/colorless.theme @@ -261,8 +261,8 @@ abstracts = { # background for topicbar (same default) #sb_topic_bg = "%8"; - # text at the beginning of statusbars. sb-item already puts - # space there,so we don't use anything by default. + # text at the beginning of statusbars. "sb" already puts a space there, + # so we don't use anything by default. sbstart = ""; # text at the end of statusbars. Use space so that it's never # used for anything. diff --git a/default.theme b/default.theme index 6b6aeab8..956d7c4f 100644 --- a/default.theme +++ b/default.theme @@ -261,8 +261,8 @@ abstracts = { # background for topicbar (same default) #sb_topic_bg = "%4"; - # text at the beginning of statusbars. sb-item already puts - # space there,so we don't use anything by default. + # text at the beginning of statusbars. "sb" already puts a space there, + # so we don't use anything by default. sbstart = ""; # text at the end of statusbars. Use space so that it's never # used for anything. -- cgit v1.2.3