Remove tabs
This commit is contained in:
@@ -39,10 +39,6 @@ Color _InactiveWindowColor = {0x00, 0x00, 0x00, 0x0F};
|
||||
Color ColorText = GruvboxDark0Hard;
|
||||
Color ColorBackground = GruvboxLight0Hard;
|
||||
Color ColorInactiveWindow = _InactiveWindowColor;
|
||||
Color ColorTabText = GruvboxDark0Hard;
|
||||
Color ColorTabBackground = GruvboxLight0Hard;
|
||||
Color ColorTabBackgroundInactive = GruvboxLight2;
|
||||
Color ColorTabSeparator = GruvboxLight2;
|
||||
Color ColorTextLineNumbers = GruvboxDark4;
|
||||
Color ColorScrollbarBackground = GruvboxLight2;
|
||||
Color ColorScrollbarScroller = GruvboxLight1;
|
||||
@@ -95,10 +91,6 @@ Color = {}
|
||||
Color.Text = GruvboxDark0Hard
|
||||
Color.Background = GruvboxLight0Hard
|
||||
Color.InactiveWindow = _InactiveWindowColor
|
||||
Color.TabText = GruvboxDark0Hard
|
||||
Color.TabBackground = GruvboxLight0Hard
|
||||
Color.TabBackgroundInactive = GruvboxLight2
|
||||
Color.TabSeparator = GruvboxLight2
|
||||
Color.TextLineNumbers = GruvboxDark4
|
||||
Color.ScrollbarBackground = GruvboxLight2
|
||||
Color.ScrollbarScroller = GruvboxLight1
|
||||
@@ -235,10 +227,6 @@ void ReloadColors() {
|
||||
ColorText = GetColor("Text", ColorText);
|
||||
ColorBackground = GetColor("Background", ColorBackground);
|
||||
ColorInactiveWindow = GetColor("InactiveWindow", ColorInactiveWindow);
|
||||
ColorTabText = GetColor("TabText", ColorTabText);
|
||||
ColorTabBackground = GetColor("TabBackground", ColorTabBackground);
|
||||
ColorTabBackgroundInactive = GetColor("TabBackgroundInactive", ColorTabBackgroundInactive);
|
||||
ColorTabSeparator = GetColor("TabSeparator", ColorTabSeparator);
|
||||
ColorTextLineNumbers = GetColor("TextLineNumbers", ColorTextLineNumbers);
|
||||
ColorScrollbarBackground = GetColor("ScrollbarBackground", ColorScrollbarBackground);
|
||||
ColorScrollbarScroller = GetColor("ScrollbarScroller", ColorScrollbarScroller);
|
||||
|
||||
Reference in New Issue
Block a user