2023-11-15 02:13:36 -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
|
|
|
|
"""
|
2023-12-11 12:24:37 -01:00
|
|
|
import ttkbootstrap as ttk
|
2023-07-11 06:48:53 +00:00
|
|
|
bbstyle = ttk.Window(themename="darkly")
|