Skip to content

Commit

Permalink
fix(ui): terminal dark theme background
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jun 15, 2018
1 parent c378658 commit 959ea07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/src/components/TerminalView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const defaultTheme = {
const darkTheme = {
...defaultTheme,
foreground: '#fff',
background: '#2c3e50',
background: '#304051',
cursor: 'rgba(255, 255, 255, .4)',
selection: 'rgba(255, 255, 255, 0.3)',
magenta: '#e83030',
Expand Down

0 comments on commit 959ea07

Please sign in to comment.