new autocomplete dark theme

pull/1634/head
Thibault Duplessis 2016-02-21 01:04:39 +07:00
parent 6ae350c0fc
commit 27a0d1a8f9
1 changed files with 10 additions and 2 deletions

View File

@ -26,8 +26,8 @@
/* color: #fff; */
}
.tt-suggestion.tt-cursor {
background: #3893E8;
color: #fff;
background: #3893E8!important;
color: #fff!important;
}
.tt-hint {
color: #aaa;
@ -35,3 +35,11 @@
.tt-highlight {
opacity: 0.5;
}
body.dark .tt-menu {
border-color: #3d3d3d;
background: #343434;
}
body.dark .tt-suggestion {
color: #9c9c9c;
border-color: #3d3d3d;
}