Skip to content

Commit

Permalink
use default tui colorscheme
Browse files Browse the repository at this point in the history
  • Loading branch information
adelowo committed Oct 16, 2024
1 parent c963791 commit ed965dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tui/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func newModel(cfg *config.Config, width, height int) model {
}

m := model{
colorscheme: "monokai",
colorscheme: cfg.TUI.ColorScheme,
width: width,
height: height,
title: "Sdump",
Expand Down

0 comments on commit ed965dd

Please sign in to comment.