about summary refs log tree commit diff stats
path: root/docs/profanity-theme.1
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-07-14 16:23:05 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-07-14 16:23:05 +0200
commit563f08164e7519f1f908efa337e4ce59ce22fe6f (patch)
tree1aa39782c3008b1ad994f88c6837b7dc640e013d /docs/profanity-theme.1
parent4c8b6e9d907adc92617053367213c65a87c1cfe9 (diff)
downloadprofani-tty-563f08164e7519f1f908efa337e4ce59ce22fe6f.tar.gz
Release 0.11.0
Diffstat (limited to 'docs/profanity-theme.1')
-rw-r--r--docs/profanity-theme.159
1 files changed, 59 insertions, 0 deletions
diff --git a/docs/profanity-theme.1 b/docs/profanity-theme.1
new file mode 100644
index 00000000..fab57668
--- /dev/null
+++ b/docs/profanity-theme.1
@@ -0,0 +1,59 @@
+.TH man 1 "2021-07-14" "0.10.0" "Profanity XMPP client"
+
+.SH NAME
+/theme
+
+.SH DESCRIPTION
+Load a theme, includes colours and UI options.
+
+.SH SYNOPSIS
+/theme list
+
+.LP
+/theme load <theme>
+
+.LP
+/theme full-load <theme>
+
+.LP
+/theme colours
+
+.LP
+/theme properties
+
+.LP
+
+.SH ARGUMENTS
+.PP
+\fBlist\fR
+.RS 4
+List all available themes.
+.RE
+.PP
+\fBload <theme>\fR
+.RS 4
+Load colours from specified theme. 'default' will reset to the default theme.
+.RE
+.PP
+\fBfull-load <theme>\fR
+.RS 4
+Same as 'load' but will also load preferences set in the theme, not just colours.
+.RE
+.PP
+\fBcolours\fR
+.RS 4
+Show colour values as rendered by the terminal.
+.RE
+.PP
+\fBproperties\fR
+.RS 4
+Show colour settings for current theme.
+.RE
+
+.SH EXAMPLES
+/theme list
+
+.LP
+/theme load forest
+
+.LP