Skip to content

Commit

Permalink
Added colors for disqus
Browse files Browse the repository at this point in the history
  • Loading branch information
DAddYE committed Jun 8, 2011
1 parent 82000f3 commit 03d9153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/disqus_plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
:developer => Padrino.env == :development, # allows threads to work on localhost
:container_id => 'disqus_thread', # desired thread container
:avatar_size => 48, # squared pixel size of avatars
:color => "grey", # theme color
:color => "grey", # theme color: ["blue", "grey", "green", "red", "orange"]
:default_tab => "popular", # default widget tab
:hide_avatars => false, # hide or show avatars
:hide_mods => true, # hide or show moderation
Expand Down

0 comments on commit 03d9153

Please sign in to comment.