mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
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 …
This commit is contained in:
parent
aab24cf4a4
commit
8ec9230827
2 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue