summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo <mrtnpaolo@gmail.com>2017-02-05 01:03:02 +0100
committerPaolo <mrtnpaolo@gmail.com>2017-02-05 01:04:03 +0100
commit8ec923082737276bce122e082998928ac038bf7f (patch)
tree325f660441da9beb9ebc0b840914a14e35e25fca
parentaab24cf4a4456682e82de4eb96e44472b7e237b2 (diff)
downloadirssi-8ec923082737276bce122e082998928ac038bf7f.zip
Make themes' docs more consistent.
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 …
-rw-r--r--colorless.theme4
-rw-r--r--default.theme4
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.