1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 09:13:14 +02:00
Files
weechat/po
Sébastien Helleu abea2e1449 core: add /theme command with list and info subcommands
Add the /theme command with two read-only subcommands for now:

- /theme (or /theme list): list registered themes; the active theme
  (matching weechat.look.theme) is marked with "->".
- /theme info <name>: show name, description, creation date, WeeChat
  version and override count of a theme.

Both subcommands only consider themes present in the in-memory
registry (registered via core/plugins/scripts). User theme files on
disk are not yet handled: the file parser and transient file reads
land in a later commit together with /theme apply.
2026-07-05 08:44:00 +02:00
..
2026-03-08 10:37:15 +01:00