bubble.styl 206 B

1234567891011
  1. themeName = 'bubble'
  2. activeColor = #fff
  3. borderColor = #777
  4. backgroundColor = #444
  5. inactiveColor = #ccc
  6. shadowColor = #ddd
  7. textColor = #fff
  8. @import './core'
  9. @import './base'
  10. @import './bubble/*'