about summary refs log tree commit diff stats
path: root/docs/profanity-theme.1
blob: 153e464fc9d04739f490c3f59e9e3c3f2c6f963e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
.TH man 1 "2021-09-28" "0.11.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