Skip to content

Commit

Permalink
improved colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaya-Sem committed Aug 17, 2024
1 parent 4f4d5d1 commit 7fb8d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/tables/tableUtil.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (

const (
BorderColor = "240" // gray
SelectedForeground = "229" // not setting it to yellow will make the text yellow (yellow on purple = white?)
SelectedBackground = "57" // purple
SelectedForeground = "15" // white
SelectedBackground = "97" // mauve
tableHeight = 10
)

Expand Down

0 comments on commit 7fb8d29

Please sign in to comment.