{ "app_name": "PyOneDark - Modern GUI", "custom_title_bar": true, "startup_size": [ 1200, 720 ], "minimum_size": [ 960, 540 ], "lef_menu_size" : { "minimum" : 50, "maximum" : 240 }, "left_menu_content_margins" : 3, "lef_column_size" : { "minimum" : 240, "maximum" : 240 }, "add_menus" : [ { "btn_icon" : "gui/images/svg_icons/icon_home.svg", "btn_id" : "btn_home", "btn_text" : "Home", "btn_tooltip" : "Home page", "show_top" : true, "is_active" : false }, { "btn_icon" : "gui/images/svg_icons/icon_widgets.svg", "btn_id" : "btn_widgets", "btn_text" : "Open Widgets", "btn_tooltip" : "Show custom widgets", "show_top" : true, "is_active" : false }, { "btn_icon" : "gui/images/svg_icons/icon_add_user.svg", "btn_id" : "btn_add_user", "btn_text" : "Add Users", "btn_tooltip" : "Add users", "show_top" : true, "is_active" : false }, { "btn_icon" : "gui/images/svg_icons/icon_file.svg", "btn_id" : "btn_new_file", "btn_text" : "New File", "btn_tooltip" : "Create new file", "show_top" : true, "is_active" : false }, { "btn_icon" : "gui/images/svg_icons/icon_folder_open.svg", "btn_id" : "btn_open_file", "btn_text" : "Open File", "btn_tooltip" : "Open file", "show_top" : true, "is_active" : false }, { "btn_icon" : "gui/images/svg_icons/icon_save.svg", "btn_id" : "btn_save", "btn_text" : "Save File", "btn_tooltip" : "Save file", "show_top" : true, "is_active" : false }, { "btn_icon" : "gui/images/svg_icons/icon_settings.svg", "btn_id" : "btn_settings", "btn_text" : "Settings", "btn_tooltip" : "Open settings", "show_top" : false, "is_active" : false } ], "theme_name": "default" }