Skip to content

Commit 0161b74

Browse files
author
Guillaume Chau
committed
fix(ui): terminal colors to match color palette
1 parent 2e9cfab commit 0161b74

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@ const defaultTheme = {
4545
cursor: 'rgba(0, 0, 0, .4)',
4646
selection: 'rgba(0, 0, 0, 0.3)',
4747
black: '#000000',
48-
red: '#e06c75',
49-
brightRed: '#e06c75',
50-
green: '#A4EFA1',
51-
brightGreen: '#A4EFA1',
52-
brightYellow: '#EDDC96',
53-
yellow: '#EDDC96',
54-
magenta: '#e39ef7',
55-
brightMagenta: '#e39ef7',
56-
cyan: '#5fcbd8',
57-
brightBlue: '#5fcbd8',
58-
brightCyan: '#5fcbd8',
59-
blue: '#5fcbd8',
48+
red: '#e83030',
49+
brightRed: '#e83030',
50+
green: '#42b983',
51+
brightGreen: '#42b983',
52+
brightYellow: '#ea6e00',
53+
yellow: '#ea6e00',
54+
magenta: '#e83030',
55+
brightMagenta: '#e83030',
56+
cyan: '#03c2e6',
57+
brightBlue: '#03c2e6',
58+
brightCyan: '#03c2e6',
59+
blue: '#03c2e6',
6060
white: '#d0d0d0',
6161
brightBlack: '#808080',
6262
brightWhite: '#ffffff'

0 commit comments

Comments
 (0)