Remove tabs

This commit is contained in:
Krzosa Karol
2024-07-28 14:31:38 +02:00
parent de7f084633
commit f55f895cfd
6 changed files with 8 additions and 72 deletions

View File

@@ -360,10 +360,10 @@ void GenerateConfig() {
colors.add({"Text" , "GruvboxDark0Hard"});
colors.add({"Background" , "GruvboxLight0Hard"});
colors.add({"InactiveWindow" , "_InactiveWindowColor"});
colors.add({"TabText" , "GruvboxDark0Hard"});
colors.add({"TabBackground" , "GruvboxLight0Hard"});
colors.add({"TabBackgroundInactive" , "GruvboxLight2"});
colors.add({"TabSeparator" , "GruvboxLight2"});
// colors.add({"TabText" , "GruvboxDark0Hard"});
// colors.add({"TabBackground" , "GruvboxLight0Hard"});
// colors.add({"TabBackgroundInactive" , "GruvboxLight2"});
// colors.add({"TabSeparator" , "GruvboxLight2"});
colors.add({"TextLineNumbers" , "GruvboxDark4"});
colors.add({"ScrollbarBackground" , "GruvboxLight2"});
colors.add({"ScrollbarScroller" , "GruvboxLight1"});