mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 01:03:14 +02:00
4d8588116e
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.