Color of title bar when active and window size

This commit is contained in:
Krzosa Karol
2025-05-03 21:16:16 +02:00
parent 7a5d949a12
commit dec70c10e7
6 changed files with 21 additions and 5 deletions

View File

@@ -250,6 +250,7 @@ void GenerateConfig() {
colors.add({"TitleBarText", "GruvboxDark2"});
colors.add({"TitleBarBackground", "GruvboxLight1"});
colors.add({"TitleBarActiveBackground", "0xfefefefe"});
colors.add({"TitleBarSelection", "GruvboxLight3"});
Array<Var> style = {};