Skip to content
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.

Commit

Permalink
color: Fix wrong color names.
Browse files Browse the repository at this point in the history
Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
  • Loading branch information
ruediger committed Mar 8, 2013
1 parent e8662ef commit 71b63b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions weechat-color.el
Expand Up @@ -186,8 +186,8 @@ This is an internal function of `weechat-handle-color-codes'."
("weechat.color.chat_prefix_network" . "magenta")
("weechat.color.chat_prefix_action" . "white")
("weechat.color.chat_prefix_join" . "light green")
("weechat.color.chat_prefix_quit" . "light red")
("weechat.color.chat_prefix_more" . "light magenta")
("weechat.color.chat_prefix_quit" . "orange red") ;; light red
("weechat.color.chat_prefix_more" . "medium violet red") ;; light magenta
("weechat.color.chat_prefix_suffix" . "green")
("weechat.color.chat_buffer" . "white")
("weechat.color.chat_server" . "brown")
Expand Down

0 comments on commit 71b63b9

Please sign in to comment.