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

This commit is contained in:
Liyas Thomas
2019-08-31 22:29:32 +05:30
committed by GitHub
parent 7c49f58565
commit dd5dfdbabd
5 changed files with 581 additions and 808 deletions

View File

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