Skip to content

Commit

Permalink
use lighter color palette
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed May 24, 2024
1 parent 8510d3b commit 321f6e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/styles.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ var fileStyle = lipgloss.NewStyle().
Width(100)

var removedStyle = lipgloss.NewStyle().
Background(lipgloss.Color("#ffe8e7")).
Background(lipgloss.Color("#ffebeb")).
Width(100)

var addedStyle = lipgloss.NewStyle().
Background(lipgloss.Color("#f0f8ec")).
Background(lipgloss.Color("#f4f8f1")).
Width(100)

var hr = lipgloss.NewStyle().
Expand Down

0 comments on commit 321f6e7

Please sign in to comment.