Skip to content

Commit 9482ffe

Browse files
committed
feat: enable colors by default
1 parent ec60c5b commit 9482ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/github/xepozz/git_churn/config/GitChurnConfigSettings.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class GitChurnConfigSettings : BaseState(), PersistentStateComponent<GitChurnCo
2020
var duration1Year by property(false)
2121
var durationFull by property(false)
2222

23-
var coloring by property(false)
23+
var coloring by property(true)
2424

2525
var excludePatterns: MutableList<String> by property(excludedDefaults) { it == excludedDefaults }
2626
var maxHistoryDays: Int = 30

0 commit comments

Comments
 (0)