This commit is contained in:
Stephan Raabe
2023-08-17 10:27:39 +02:00
parent fd6c8511a1
commit 3bfbeac789
3 changed files with 51 additions and 6 deletions
+2 -2
View File
@@ -177,8 +177,8 @@ ColorI=(colordict['colors']['color9'])
layout_theme = {
"border_width": 3,
"margin": 15,
"border_focus": ColorC,
"border_normal": "FFFFFF",
"border_focus": "FFFFFF",
"border_normal": ColorC,
"single_border_width": 3
}