Skip to content

Commit

Permalink
feat: Make border colors more obvious.
Browse files Browse the repository at this point in the history
This improves usage of plugins like hyperlayout
so the each terminal is more clearly indicated
with borders.
  • Loading branch information
Matt Parrish committed Jul 13, 2018
1 parent b513666 commit 268ea4a
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 @@ -4,7 +4,7 @@ exports.decorateConfig = config =>
Object.assign({}, config, {
backgroundColor: "#011627",
foregroundColor: "#d6deeb",
borderColor: overlap,
borderColor: "rgba(126, 87, 194, 0.3)",
cursorColor: "#7e57c2",
cursorAccentColor: "#ffffff",
selectionColor: "rgba(248, 28, 229, 0.3)",
Expand Down

0 comments on commit 268ea4a

Please sign in to comment.