Skip to content

Instantly share code, notes, and snippets.

@penguin2716
Created February 4, 2014 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save penguin2716/8801675 to your computer and use it in GitHub Desktop.
Save penguin2716/8801675 to your computer and use it in GitHub Desktop.
mikutterのツイート背景色とかをリセットするmikutter_dbus_consoleスクリプト
#!/home/penguin/mikutter_dbus_console.rb
UserConfig[:mumble_basic_font] = 'Sans 10'
UserConfig[:mumble_basic_color] = [0, 0, 0]
UserConfig[:mumble_reply_font] = 'Sans 8'
UserConfig[:mumble_reply_color] = [255*0x66, 255*0x66, 255*0x66]
UserConfig[:mumble_basic_left_font] = 'Sans 10'
UserConfig[:mumble_basic_left_color] = [0, 0, 0]
UserConfig[:mumble_basic_right_font] = 'Sans 10'
UserConfig[:mumble_basic_right_color] = [255*0x99, 255*0x99, 255*0x99]
UserConfig[:mumble_basic_bg] = [65535, 65535, 65535]
UserConfig[:mumble_reply_bg] = [65535, 255*222, 255*222]
UserConfig[:mumble_self_bg] = [65535, 65535, 255*222]
UserConfig[:mumble_selected_bg] = [255*222, 255*222, 65535]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment