Skip to content

Commit 02617bd

Browse files
committed
fix: klassy 6.5 decoration outline color
refs: #299
1 parent b947110 commit 02617bd

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

src/kde_material_you_colors/utils/titlebar_utils.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,22 @@ def klassy_windeco_outline_color(schemes: ThemeConfig, light=None):
165165
klassyrc["WindowOutlineStyle"][
166166
"WindowOutlineCustomColorOpacityInactive"
167167
] = "100"
168+
169+
# klassy 6.5
170+
171+
klassyrc["WindowOutlineStyle"][
172+
"WindowOutlineStyleActive"
173+
] = "WindowOutlineCustomColor"
174+
klassyrc["WindowOutlineStyle"][
175+
"WindowOutlineStyleInactive"
176+
] = "WindowOutlineCustomColor"
177+
klassyrc["WindowOutlineStyle"][
178+
"WindowOutlineCustomColorActive"
179+
] = outline
180+
klassyrc["WindowOutlineStyle"][
181+
"WindowOutlineCustomColorInactive"
182+
] = outline_inactive
183+
168184
reload = True
169185
else:
170186
reload = False

0 commit comments

Comments
 (0)