You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nickname colors in the message. `"unique"` generates colors by randomizing the hue, while keeping the saturation and lightness from the theme's nickname color.
85
-
86
-
```toml
87
-
# Type: string
88
-
# Values: "solid", "unique"
89
-
# Default: "unique"
90
-
91
-
[buffer.channel.message]
92
-
nickname_color = "unique"
93
-
```
94
-
95
82
#### `show_emoji_reacts`
96
83
97
84
Whether to display emoji reactions on messages (if [IRCv3 React](https://ircv3.net/specs/client-tags/react) is supported by the server).
@@ -150,39 +137,6 @@ Horizontal alignment of nicknames.
150
137
alignment = "left"
151
138
```
152
139
153
-
#### `away`
154
-
155
-
Controls the appearance of away nicknames.
156
-
157
-
```toml
158
-
# Type: string or object
159
-
# Values: "dimmed", "none" or { dimmed = float }
160
-
# Default: "dimmed"
161
-
[buffer.channel.nicklist]
162
-
away = "dimmed"
163
-
164
-
# with custom dimming alpha value (0.0-1.0)
165
-
[buffer.channel.nicklist]
166
-
away = { dimmed = 0.5 }
167
-
168
-
# no away indication
169
-
[buffer.channel.nicklist]
170
-
away = "none"
171
-
```
172
-
173
-
#### `color`
174
-
175
-
Nickname colors in the nicklist. `"unique"` generates colors by randomizing the hue, while keeping the saturation and lightness from the theme's nickname color.
176
-
177
-
```toml
178
-
# Type: string
179
-
# Values: "solid", "unique"
180
-
# Default: "unique"
181
-
182
-
[buffer.channel.nicklist]
183
-
color = "unique"
184
-
```
185
-
186
140
#### `enabled`
187
141
188
142
Control if nicklist should be shown or not by default.
@@ -815,15 +769,18 @@ brackets = { left = "<", right = ">" }
815
769
816
770
### `color`
817
771
818
-
Nickname colors in a channel buffer. `"unique"` generates colors by randomizing the hue, while keeping the saturation and lightness from the theme's nickname color.
772
+
Nickname colors across nickname UI, including channel messages, nicklists, and nickname-related controls. `"unique"` generates colors by randomizing the hue, while keeping the saturation and lightness from the theme's nickname color. `{ palette = [...] }` assigns each nickname one of the provided hex colors.
0 commit comments