1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00
profanity/src/config
Michael Vetter 4fc938d804 Add setting to not colorize own nick according to xep-0392
Some users might want there nick to always stay white (etc) for easier
recognition.

Now we can do `/color own off` to not generate the color based on
xep-0392. The `me=` color (etc) from the theme will then be used.

Once we run this command `theme_load()` is called again.
And the theme looks totally wrong.
We encountered this at other times already and I think it's nothing
wrong with this new code here now but that there seems to be a missing
closing attr for the color when drawing.

Should be investigated seperately.

Fix https://github.com/profanity-im/profanity/issues/1288
2020-03-25 12:54:25 +01:00
..
account.c Add vim modeline 2019-11-13 12:11:05 +01:00
account.h Add vim modeline 2019-11-13 12:11:05 +01:00
accounts.c Add context to autocomplete_with_func and use it for omemo trust command 2020-01-31 10:07:08 +01:00
accounts.h Add context to autocomplete_with_func and use it for omemo trust command 2020-01-31 10:07:08 +01:00
color.c XEP-0392: get background color from theme 2020-01-22 10:01:04 +01:00
color.h Improve color blindness handling 2019-12-12 14:23:07 +01:00
conflists.c Add vim modeline 2019-11-13 12:11:05 +01:00
conflists.h Add vim modeline 2019-11-13 12:11:05 +01:00
files.c Allow setting custom log file via -f FILENAME 2020-02-21 21:10:00 +01:00
files.h Allow setting custom log file via -f FILENAME 2020-02-21 21:10:00 +01:00
preferences.c Add setting to not colorize own nick according to xep-0392 2020-03-25 12:54:25 +01:00
preferences.h Add setting to not colorize own nick according to xep-0392 2020-03-25 12:54:25 +01:00
scripts.c Add vim modeline 2019-11-13 12:11:05 +01:00
scripts.h Add vim modeline 2019-11-13 12:11:05 +01:00
theme.c Add -t theme option 2020-03-24 23:00:39 +01:00
theme.h Make trackbar color configurable 2020-02-21 19:12:16 +01:00
tlscerts.c Add context to autocomplete_with_func and use it for omemo trust command 2020-01-31 10:07:08 +01:00
tlscerts.h Add context to autocomplete_with_func and use it for omemo trust command 2020-01-31 10:07:08 +01:00