bombsquad-plugin-manager/plugins/utilities/colorscheme_dependant.py

10 lines
271 B
Python
Raw Normal View History

2022-08-26 21:58:02 +05:30
# ba_meta require api 7
import ba
import colorscheme
# ba_meta export plugin
class Main(ba.Plugin):
def on_plugin_manager_prompt(self):
ba.screenmessage("we're good if u see the colorscheme window!")
colorscheme.launch_colorscheme_selection_window()