about summary refs log tree commit diff stats
path: root/src/config/theme.h
Commit message (Collapse)AuthorAgeFilesLines
* Make 'scrolled' themeableMichael Vetter2020-05-211-0/+1
|
* Make trackbar color configurableMichael Vetter2020-02-211-0/+1
| | | | Use `main.trackbar` in themes.
* Change theme handlingMichael Vetter2020-01-291-1/+1
| | | | | | | | | | | | | | | | So far when loading a theme it also overwrote the preferences the user set. Lengthy discussion can be found at https://github.com/profanity-im/profanity/issues/1077 Now we use `/theme load themename` to load the [colours] part of a themem only. `/theme full-load themename` will load the complete theme including preferences set in there. Regards https://github.com/profanity-im/profanity/issues/1077
* XEP-0392: get background color from themeMichael Vetter2020-01-221-0/+1
| | | | | | | So far we just used -1 (default color). Now we actually check whether `bkgnd` is set in the theme file and use this if available. Fix https://github.com/profanity-im/profanity/issues/1255
* XEP-0392: theme, ui: conditionally colorize user nicksAurelien Aptel2019-12-031-0/+1
| | | | | | | | | * add theme_hash_attrs() * when printing a user message check PREF_COLOR_NICK to decide whether to colorize it or not ideally we should hash the jid instead of the nick but this is already a first step.
* Add vim modelineMichael Vetter2019-11-131-0/+1
|
* Add option to hilight unread rooms in /wins commandMichael Vetter2019-10-121-0/+1
| | | | | | | In the theme we can now set `cmd.wins.unread` to hvae a special color for the lines of the `/wins` output that have unread messages. Fix https://github.com/profanity-im/profanity/issues/895
* Add coloring of statusbar.current tab in viewDaniel Lublin2019-09-241-0/+1
| | | | | | | | | | | | | | This theme color applies to the tab title text of the statusbar tab that is currently shown. The (somewhat confusingly named) `statusbar.active` theme color now applies to all other tabs (before, it applied to all tabs). Coloring of a tab that is highlighted/has new messages is done as before using the `statusbar.new` theme color. The default color is set to `cyan`, and thus causes no visible change for users -- until modified.
* Allow colorization of history messagesMichael Vetter2019-09-101-0/+1
| | | | | | | | History was always printed with `THEME_DEFAULT` we now use `THEME_TEXT_HISTORY` which is accesible in theme files via `main.text.history`. Fix https://github.com/profanity-im/profanity/issues/1170
* Set foreground color for untrusted messagesPaul Fariello2019-06-201-1/+1
|
* Use flags in xmmp/message.c for encryption and trustPaul Fariello2019-06-201-1/+2
|
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Add theme option for time in a status barLukasz Marcinowski2017-03-221-0/+1
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Added main.help.header theme optionFrank Zschockelt2016-10-291-0/+1
|
* Add win_printf_lineJames Booth2016-10-141-0/+2
|
* Make header defines consistentJames Booth2016-07-241-2/+2
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-1/+1
|
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\ | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * Updated copyrightJames Booth2016-02-141-1/+1
| |
* | Added C plugin code from plugins branchJames Booth2016-02-141-1/+1
|/
* Highlight room trigger termsJames Booth2016-02-131-0/+1
|
* Added roommention.term theme optionJames Booth2016-02-101-0/+1
|
* Added mention and trigger themes for consoleJames Booth2016-02-101-0/+2
|
* Added themes for roster room mention and triggersJames Booth2016-01-251-0/+2
| | | | closes #718
* Added roomtrigger colour themeJames Booth2016-01-241-0/+1
| | | | closes #717
* Added account theme propertyJames Booth2016-01-221-0/+1
|
* Show theme colour valueJames Booth2016-01-211-1/+2
|
* Added roster contact themesJames Booth2016-01-141-0/+22
|
* Added roster room themesJames Booth2016-01-091-0/+2
|
* Applied coding style to src/config/James Booth2015-10-251-3/+3
|
* I removed ncurses header dependencies, removed unused codeJames Booth2015-06-151-5/+0
|
* Added receipt.sent theme settingJames Booth2015-03-151-0/+1
|
* Updated copyrightJames Booth2015-02-101-1/+1
|
* Added /theme colours commandJames Booth2014-11-171-1/+17
|
* Changed type to enum for presence colour attributesJames Booth2014-11-161-0/+1
|
* Added support for bold theme settingsJames Booth2014-11-161-1/+4
|
* Replaced colours with theme_item_tJames Booth2014-11-161-43/+46
|
* Added /presence command to show contacts presenceJames Booth2014-11-071-23/+29
|
* Added main.text.me and main.text.them theme settingsJames Booth2014-11-071-34/+36
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Colour chat room messages that contain users nicknameJames Booth2014-07-161-15/+16
|
* Updated copyrightJames Booth2014-03-091-1/+1
|
* Added OTR remaining system messages and colouringJames Booth2014-01-171-29/+34
|
* Show OTR coloured statusJames Booth2014-01-161-25/+29
| | | | | | | | | | | | Customisable within theme files e.g.: titlebar.unencrypted=red titlebar.encrypted=green titlebar.trusted=red titlebar.untrusted=green Shows [unencrypted] for all non-OTR chat Disable with '/otr warn off'
* Coloured contact and subscription in /roster and /group outputJames Booth2013-07-031-0/+2
|
* Added config dir to sourceJames Booth2013-02-021-0/+65