# # # patch "config.py.example" # from [72e1751fec732e26d074c3e5a980a0f71c3d3ed3] # to [a484f47e78d3b8aa4fcc875b44f1039220fb2837] # ============================================================ --- config.py.example 72e1751fec732e26d074c3e5a980a0f71c3d3ed3 +++ config.py.example a484f47e78d3b8aa4fcc875b44f1039220fb2837 @@ -62,6 +62,12 @@ graphopts = { 'fillcolor' : '#dddddd' } } +# Icon Theme to use for icons; 'gnome' is a safe value, +# as is 'hicolor'. Note that icon_size must be a string, +# not an integer +icon_theme = 'gnome' +icon_size = '16' + # for tests/ # don't worry about these unless you are going to run # the tests