aboutsummaryrefslogtreecommitdiffstats
path: root/core/plugin.rb
diff options
context:
space:
mode:
authortoshi <toshi@03aab468-d3d2-4883-8b12-f661bbf03fa8>2012-04-21 08:29:53 +0000
committertoshi <toshi@03aab468-d3d2-4883-8b12-f661bbf03fa8>2012-04-21 08:29:53 +0000
commit86e9c54baba2bbd015b490a1caf58392d2f3e5d3 (patch)
tree166d299640adf9f8f0745c15870372b44faee844 /core/plugin.rb
parent504c45b0433ed49fdef7585ff022192a249a055d (diff)
downloadmikutter-86e9c54baba2bbd015b490a1caf58392d2f3e5d3.tar.gz
ツイートの背景色をフィルタで上書きできるようにした refs #365
git-svn-id: svn://toshia.dip.jp/mikutter/trunk@744 03aab468-d3d2-4883-8b12-f661bbf03fa8
Diffstat (limited to 'core/plugin.rb')
-rw-r--r--core/plugin.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/plugin.rb b/core/plugin.rb
index 83600cef..a4702915 100644
--- a/core/plugin.rb
+++ b/core/plugin.rb
@@ -180,6 +180,10 @@ _users_ は、お気に入りに入れているユーザの集合。
=== show_filter(Enumerable messages)
_messages_ から、表示してはいけないものを取り除く
+=== message_background_color(Message message, Array color)
+_message_ のツイートの背景色を変更する。 _color_ は現在の色。
+_color_ は、0-65535までのRGB値でを含む三要素の配列([65535, 65535, 65535] 等)。
+
=end
class Plugin