Skip to content

Commit

Permalink
Use new default color-scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
codyopel committed Jul 7, 2023
1 parent 530bce8 commit b460388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kratos.elv
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ fn init-instance-color-scheme {
try {
use github.com/chlorm/elvish-term/color-scheme
# TODO: add an interface to allow user defined themes
color-scheme:set (color-scheme:monokai)
color-scheme:set $color-scheme:gitiles
} catch e { echo $e['reason'] >&2 }
}

Expand Down

0 comments on commit b460388

Please sign in to comment.