index.js 642 B

1234567891011121314151617181920
  1. /**
  2. * Copyright (c) 2013-present, Facebook, Inc.
  3. *
  4. * This source code is licensed under the MIT license found in the
  5. * LICENSE file in the root directory of this source tree.
  6. */
  7. module.exports = {
  8. 'fbui-desktop-background-light': '#f6f7f8',
  9. 'fbui-desktop-text-placeholder': '#9197a3',
  10. 'fbui-desktop-text-placeholder-focused': '#bdc1c9',
  11. 'fbui-white': '#fff',
  12. 'scrollbar-face-active-color': '#7d7d7d',
  13. 'scrollbar-face-color': '#c2c2c2',
  14. 'scrollbar-face-margin': '4px',
  15. 'scrollbar-face-radius': '6px',
  16. 'scrollbar-size': '15px',
  17. 'scrollbar-size-large': '17px',
  18. 'scrollbar-track-color': 'rgba(255, 255, 255, 0.8)',
  19. };