Fix and Revert "Revert "⌨️Add autocomplete widget with command line completion""

This reverts commit dd5dfdbabd.
This commit is contained in:
NBTX
2019-09-02 11:27:24 +01:00
parent 16d9e1e34a
commit 4147bac094
7 changed files with 828 additions and 570 deletions

View File

@@ -10,6 +10,8 @@
--bg-dark-color: #000000;
// Background color
--bg-color: #121212;
// Auto-complete color
--atc-color: #212121;
// Text color
--fg-color: #FFF;
@@ -26,6 +28,8 @@
--bg-dark-color: #ffffff;
// Background color
--bg-color: #F6F8FA;
// Auto-complete color
--atc-color: #F1F1F1;
// Text color
--fg-color: #121212;
@@ -36,4 +40,4 @@
--ac-color: #51FF0D;
// Active text color
--act-color: #121212;
}
}