mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Theme fixes: /RELOAD reloads them, /SET current_theme changes the default
theme, you can have window specific themes with /WINDOW THEME. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@561 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
138079e3bd
commit
b82d10ca57
8 changed files with 231 additions and 118 deletions
|
|
@ -85,9 +85,16 @@ enum {
|
|||
|
||||
IRCTXT_FILL_8,
|
||||
|
||||
IRCTXT_THEME_SAVED,
|
||||
IRCTXT_THEME_SAVE_FAILED,
|
||||
IRCTXT_THEME_NOT_FOUND,
|
||||
IRCTXT_WINDOW_THEME_CHANGED,
|
||||
IRCTXT_FORMAT_TITLE,
|
||||
IRCTXT_FORMAT_SUBTITLE,
|
||||
IRCTXT_FORMAT_ITEM,
|
||||
|
||||
IRCTXT_FILL_9,
|
||||
|
||||
IRCTXT_NOT_TOGGLE,
|
||||
IRCTXT_PERL_ERROR,
|
||||
IRCTXT_BIND_KEY,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue