// color
$text-color: #2c3e50;
$text-color-placeholder: #c0c4cc;

// box-shadow
$box-shadow-light: 0 2px 12px 0 rgba(0, 0, 0, 0.1);

// editor
$editor-font-family: menlo, 'Ubuntu Mono', consolas, 'Courier New', 'Microsoft Yahei',
  'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;
$editor-line-height: 1.5;
$editor-font-size: 14px;

// border-color
$border-color: #ddd;

// toolbar
$toolbar-font-size: 16px;
$toolbar-text-color: #595959;
$toolbar-hover-background: #f5f5f5;
$toolbar-active-background: #e8e8e8;

// menu
$menu-font-size: 14px;

// tooltip
$tooltip-color: #fff;
$tooltip-background: #878787;
$tooltip-border-radius: 2px;
$tooltip-z-index: 101;
$tooltip-padding: 4px 6px;
$tooltip-font-size: 12px;

// scrollbar
$scrollbar-width: 6px;
$scrollbar-border-radius: 4px;
$scrollbar-background-color: rgba(144, 147, 153, 0.3);
$scrollbar-active-background-color: rgba(144, 147, 153, 0.5);
$scrollbar-opacity-transition: 0.34s ease-out;
$scrollbar-background-transition: 0.3s;
