This commit is contained in:
Stephan Raabe
2023-10-02 10:51:16 +02:00
parent 3c6d3eb97b
commit 7ea4e2121d
8 changed files with 275 additions and 11 deletions

View File

@@ -177,8 +177,8 @@ ColorI=(colordict['colors']['color9'])
layout_theme = {
"border_width": 3,
"margin": 15,
"border_focus": "FFFFFF",
"border_normal": ColorC,
"border_focus": ColorC,
"border_normal": "FFFFFF",
"single_border_width": 3
}