Skip to content

Commit 959ea07

Browse files
author
Guillaume Chau
committed
fix(ui): terminal dark theme background
1 parent c378658 commit 959ea07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli-ui/src/components/TerminalView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const defaultTheme = {
6565
const darkTheme = {
6666
...defaultTheme,
6767
foreground: '#fff',
68-
background: '#2c3e50',
68+
background: '#304051',
6969
cursor: 'rgba(255, 255, 255, .4)',
7070
selection: 'rgba(255, 255, 255, 0.3)',
7171
magenta: '#e83030',

0 commit comments

Comments
 (0)