@media screen and (weex-theme: colmo) {
  .dof-cell {
    background-color: #27282a;
  }
  .cell-content {
    color: rgba(255, 255, 255, 0.8);
  }
  
  .cell-content-no-arrow {
    color: rgba(255, 255, 255, 0.8);
  }
  .cell-sub-bottom-border {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
  
  .ios-sub-bottom-border {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
}