Skip to content

Commit

Permalink
fix: define border color
Browse files Browse the repository at this point in the history
  • Loading branch information
codipodi committed Mar 15, 2021
1 parent da809ef commit 9628e30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import styles from "./styles.scss"

const backgroundColor = "#31363b"
const foregroundColor = "#eff0f1"
const borderColor = "#4f5256"

const colors: Hyper.Options.Color = {
black: backgroundColor,
Expand All @@ -28,6 +29,7 @@ export function decorateConfig(
return Object.assign({}, config, <Hyper.Options.Config>{
backgroundColor,
foregroundColor,
borderColor,
colors,
css: (config.css || "") + styles,
})
Expand Down

0 comments on commit 9628e30

Please sign in to comment.