mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-20 14:19:59 -06:00
fix(ui): terminal dark theme background
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user