@media screen and (weex-theme: diablo) {
  .dof-search-bar {
    background-color: #101315;
  }
  .search-bar-input {
    background-color: #171c1f;
    color: #cfcfd0;
    placeholder-color:  #797c7e;
  }
  .search-bar-button {
    color: #cfcfd0;
  }
  .dof-search-bar-gray {
    color: #cfcfd0;
    background-color: transparent;
  }
  .dof-search-bar-black {
    color: #cfcfd0;
    background-color: transparent;
  }
  .search-bar-button-gray {
    background-color: transparent;
  }
  .search-bar-button-black {
    background-color: transparent;
    color: #cfcfd0;
  }
  .selected-text {
    color: #cfcfd0;
  }
  .select-text-white {
    color: #cfcfd0;
  }
  .select-text-gray {
    color: #cfcfd0;
  }
  .select-text-black {
    color: #cfcfd0;
  }
  .selectBlock {
    background-color: #1e2326;
  }
  .selectBlock-gray {
    background-color: #1e2326;
  }
  .selectBlock-black {
    background-color: #1e2326;
  }
}
