PepMiniiso/pmostools/peptools/bsconf.py

12 lines
321 B
Python
Raw Permalink Normal View History

2023-11-19 13:16:45 -01:00
"""
* Author: "PeppermintOS Team(peppermintosteam@proton.me)
*
* License: SPDX-License-Identifier: GPL-3.0-or-later
*
* This module will set the style to be used for bootstrap
* just change the name to the prefered theme to be used for the
* system
"""
2024-02-02 18:40:47 -01:00
import ttkbootstrap as ttk
bbstyle = ttk.Window(themename="darkly")