Update color scheme

This commit is contained in:
Stephan Raabe
2023-03-30 15:48:12 +02:00
parent eb6f78bb1f
commit 29512cc6d7
2 changed files with 15 additions and 7 deletions
+3 -3
View File
@@ -183,8 +183,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
}
@@ -315,7 +315,7 @@ screens = [
# Screens Gap for PolyBar
# --------------------------------------------------------
screens = [Screen(top=bar.Gap(size=30))]
screens = [Screen(top=bar.Gap(size=28))]
# --------------------------------------------------------
# Drag floating layouts.