90% working previous column alignment for had tabs

This commit is contained in:
Luke I. Wilson
2021-03-15 16:06:52 -05:00
parent ea492bfa04
commit e2a4fc7e7c
2 changed files with 47 additions and 10 deletions

View File

@ -42,6 +42,7 @@ var DefaultTheme = Theme{
"TabSelected": tcell.Style{}.Foreground(tcell.ColorBlack).Background(tcell.ColorSilver),
"TextEdit": tcell.Style{}.Foreground(tcell.ColorSilver).Background(tcell.ColorBlack),
"TextEditColumn": tcell.Style{}.Foreground(tcell.ColorBlack).Background(tcell.ColorGray),
"TextEditSelected":tcell.Style{}.Foreground(tcell.ColorBlack).Background(tcell.ColorSilver),
"Window": tcell.Style{}.Foreground(tcell.ColorBlack).Background(tcell.ColorSilver),
"WindowHeader": tcell.Style{}.Foreground(tcell.ColorBlack).Background(tcell.ColorWhite),
}