Skip to content

Commit

Permalink
Add parse_error color to theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Oct 23, 2020
1 parent ac5349b commit c1a1581
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ export default function theme(darkMode = false) {
},
"status": {
main: "rgba(99, 255, 151, 0.2)",
},
"parse_error": {
main: "rgba(255, 99, 204, 0.2)",
}
},
})
Expand Down

0 comments on commit c1a1581

Please sign in to comment.