@body-background: #242424;
@component-background:rgba(43, 43, 43, 0.884);
@primary-color: cyan; // 全局主色
@link-color: #1890ff; // 链接色
@success-color: #52c41a; // 成功色
@warning-color: #faad14; // 警告色
@error-color: #f5222d; // 错误色
@font-size-base: 14px; // 主字号
@heading-color: rgba(255, 255, 255, 0.85); // 标题色
@text-color: rgba(255, 255, 255, 0.65); // 主文本色
@text-color-secondary: rgba(255, 145, 0, 0.815); // 次文本色
@disabled-color: rgba(0, 0, 0, 0.25); // 失效色
@border-radius-base: 4px; // 组件/浮层圆角
@border-color-base: cyan; // 边框色
@box-shadow-base: 0 2px 8px rgba(0, 0, 0, 0.15); // 浮层阴影
@background-color-light: hsv(0, 0,20%); // background of header and selected item
@background-color-base: hsv(0, 0, 15%); // Default grey background color
@table-row-hover-bg:#353535;