fix(ui): terminal dark theme background

This commit is contained in:
Guillaume Chau
2018-06-15 15:52:42 +02:00
parent c3786587ff
commit 959ea07c03

View File

@@ -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',