Make IdeComponent gray to harmonize with vscode colors

This commit is contained in:
Kristóf Tóth 2018-06-12 19:28:35 +02:00
parent 8f19bf3661
commit 549343c2ef

View File

@ -59,7 +59,7 @@
} }
.tfw-ide { .tfw-ide {
background-color: $tao-plum-900; background-color: #1e1e1e; // vscode dark theme
} }
.tfw-sidebar { .tfw-sidebar {