mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
refactor: unify colors for a tui. May change again not sure
This commit is contained in:
@@ -61,7 +61,10 @@ type model_cm struct {
|
||||
|
||||
func initialModel_cm() model_cm {
|
||||
ti := textarea.New()
|
||||
ti.FocusedStyle = textarea.Style{Base: lipgloss.NewStyle().Foreground(lipgloss.Color("170"))}
|
||||
ti.FocusedStyle = textarea.Style{
|
||||
Base: lipgloss.NewStyle().Foreground(lipgloss.Color("170")),
|
||||
LineNumber: lipgloss.NewStyle().Foreground(lipgloss.Color("90")),
|
||||
}
|
||||
ti.SetWidth(80)
|
||||
ti.SetHeight(8)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user