Skip to content

Commit

Permalink
#44- Set minimal to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennejcharles committed Sep 19, 2020
1 parent 0c46769 commit 33d2bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const defaultConfig = {
selectionColor,
borderColor: overlap,
cursorColor: blue,
minimal: false,
minimal: true,
colors: {
black: backgroundColor,
red,
Expand Down

0 comments on commit 33d2bbc

Please sign in to comment.