docs: update meli-themes.5

master
Manos Pitsidianakis 2020-06-02 18:13:14 +03:00
parent de03b106f3
commit d2cdd26127
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
1 changed files with 95 additions and 21 deletions

View File

@ -56,8 +56,14 @@ A setting contains three fields: fg for foreground color, bg for background colo
.sp .sp
.Dl \&"widget.key.label\&" = { fg = \&"Default\&", bg = \&"Default\&", attrs = \&"Default\&" } .Dl \&"widget.key.label\&" = { fg = \&"Default\&", bg = \&"Default\&", attrs = \&"Default\&" }
.sp .sp
Each field contains a value, and each value can either be a color/attribute, or a key name. Each field contains a value, and each value can either be a color/attribute, a link (key name) or a valid alias.
In the latter case the setting's real value depends on the value of the key. An alias is a string starting with the \&"\&$\&" character and must be declared in advance in the
.Ic color_aliases
or
.Ic attr_aliases
fields of a theme.
An alias' value can be any valid value, including links and other aliases, as long as they are valid.
In the case of a link the setting's real value depends on the value of the referred key.
This allows for defaults within a group of associated values. This allows for defaults within a group of associated values.
Cyclic references in a theme results in an error: Cyclic references in a theme results in an error:
.sp .sp
@ -76,10 +82,14 @@ theme = "dark"
"mail.view.headers" = { fg = "30" } "mail.view.headers" = { fg = "30" }
"mail.view.body" = {fg = "HotPink3", bg = "LightSalmon1"} "mail.view.body" = {fg = "HotPink3", bg = "LightSalmon1"}
# Linked value keys can be whatever key: # Linked value keys can be whatever key:
"mail.listing.compact.unseen" = { bg = "mail.sidebar_highlighted_account" } "mail.listing.compact.even_unseen" = { bg = "mail.sidebar_highlighted_account" }
# Linked color value keys can optionally refer to another field:
"mail.listing.compact.odd_unseen" = { bg = "mail.sidebar_highlighted_account.fg" }
.sp .sp
# define new theme. Undefined settings will inherit from the default "dark" theme. # define new theme. Undefined settings will inherit from the default "dark" theme.
[terminal.themes."hunter2"] [terminal.themes."hunter2"]
color_aliases= { "Jebediah" = "#b4da55" }
"mail.listing.tag_default" = { fg = "$Jebediah" }
"mail.view.headers" = { fg = "White", bg = "Black" } "mail.view.headers" = { fg = "White", bg = "Black" }
.Ed .Ed
.Sh CUSTOM THEMES .Sh CUSTOM THEMES
@ -154,60 +164,124 @@ is ignored.
.sp .sp
In this mode, cursor locations (i.e. currently selected entries/items) will use the "reverse video" ANSI attribute to inverse the terminal's default foreground/background colors. In this mode, cursor locations (i.e. currently selected entries/items) will use the "reverse video" ANSI attribute to inverse the terminal's default foreground/background colors.
.Sh VALID KEYS .Sh VALID KEYS
.TS .Bl -bullet -compact
allbox tab(:); .It
lb
l.
key name
theme_default theme_default
.It
status.bar status.bar
.It
status.notification status.notification
.It
tab.focused tab.focused
.It
tab.unfocused tab.unfocused
.It
tab.bar tab.bar
.It
widgets.list.header
.It
widgets.form.label widgets.form.label
.It
widgets.form.field widgets.form.field
.It
widgets.form.highlighted widgets.form.highlighted
.It
widgets.options.highlighted widgets.options.highlighted
.It
mail.sidebar mail.sidebar
.It
mail.sidebar_unread_count mail.sidebar_unread_count
.It
mail.sidebar_index mail.sidebar_index
.It
mail.sidebar_highlighted mail.sidebar_highlighted
.It
mail.sidebar_highlighted_unread_count mail.sidebar_highlighted_unread_count
.It
mail.sidebar_highlighted_index mail.sidebar_highlighted_index
.It
mail.sidebar_highlighted_account mail.sidebar_highlighted_account
.It
mail.sidebar_highlighted_account_unread_count mail.sidebar_highlighted_account_unread_count
.It
mail.sidebar_highlighted_account_index mail.sidebar_highlighted_account_index
.It
mail.listing.compact.even mail.listing.compact.even
.It
mail.listing.compact.odd mail.listing.compact.odd
mail.listing.compact.unseen .It
mail.listing.compact.selected mail.listing.compact.even_unseen
mail.listing.compact.highlighted .It
mail.listing.compact.odd_unseen
.It
mail.listing.compact.even_selected
.It
mail.listing.compact.odd_selected
.It
mail.listing.compact.even_highlighted
.It
mail.listing.compact.odd_highlighted
.It
mail.listing.plain.even mail.listing.plain.even
.It
mail.listing.plain.odd mail.listing.plain.odd
mail.listing.plain.unseen .It
mail.listing.plain.selected mail.listing.plain.even_unseen
mail.listing.plain.highlighted .It
.TE mail.listing.plain.odd_unseen
.TS .It
allbox tab(:); mail.listing.plain.even_selected
lb .It
l. mail.listing.plain.odd_selected
key name .It
mail.listing.plain.even_highlighted
.It
mail.listing.plain.odd_highlighted
.It
mail.listing.conversations mail.listing.conversations
.It
mail.listing.conversations.subject mail.listing.conversations.subject
.It
mail.listing.conversations.from mail.listing.conversations.from
.It
mail.listing.conversations.date mail.listing.conversations.date
.It
mail.listing.conversations.padding mail.listing.conversations.padding
.It
mail.listing.conversations.unseen mail.listing.conversations.unseen
.It
mail.listing.conversations.unseen_padding mail.listing.conversations.unseen_padding
.It
mail.listing.conversations.highlighted mail.listing.conversations.highlighted
.It
mail.listing.conversations.selected mail.listing.conversations.selected
.It
mail.view.headers mail.view.headers
.It
mail.view.body mail.view.body
.It
mail.view.thread.indentation.a
.It
mail.view.thread.indentation.b
.It
mail.view.thread.indentation.c
.It
mail.view.thread.indentation.d
.It
mail.view.thread.indentation.e
.It
mail.view.thread.indentation.f
.It
mail.listing.attachment_flag mail.listing.attachment_flag
.It
mail.listing.thread_snooze_flag mail.listing.thread_snooze_flag
.TE .It
mail.listing.tag_default
.It
pager.highlight_search
.It
pager.highlight_search_current
.El
.Sh COLOR NAMES .Sh COLOR NAMES
.TS .TS
allbox tab(:); allbox tab(:);