mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +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
|
|
@ -112,11 +112,19 @@ FORMAT_REC fecommon_core_formats[] = {
|
|||
{ "not_good_idea", "Doing this is not a good idea. Add -YES if you really mean it", 0 },
|
||||
|
||||
/* ---- */
|
||||
{ NULL, "Misc", 0 },
|
||||
{ NULL, "Themes", 0 },
|
||||
|
||||
{ "theme_saved", "Theme saved to %_$0%_", 1, { 0 } },
|
||||
{ "theme_save_failed", "Error saving theme to %_$0%_", 1, { 0 } },
|
||||
{ "theme_not_found", "Theme %_$0%_ not found", 1, { 0 } },
|
||||
{ "window_theme_changed", "Using theme %_$0%_ in this window", 1, { 0 } },
|
||||
{ "format_title", "%:%K[%W$0%K] - [%W$1%K]%:%:", 2, { 0, 0 } },
|
||||
{ "format_subtitle", "%K[%W$0%K]", 1, { 0 } },
|
||||
{ "format_item", "$0 %K=%n $1", 2, { 0, 0 } },
|
||||
|
||||
/* ---- */
|
||||
{ NULL, "Misc", 0 },
|
||||
|
||||
{ "not_toggle", "Value must be either ON, OFF or TOGGLE", 0 },
|
||||
{ "perl_error", "Perl error: $0", 1, { 0 } },
|
||||
{ "bind_key", "$[10]0 $1 $2", 3, { 0, 0, 0 } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue