:root { --el-color-primary: red; --el-color-success: #67c23a; --el-color-warning: #e6a23c; --el-color-danger: #f56c6c; --el-color-error: #f56c6c; --el-color-info: #909399; --font-color: #000; } [data-theme="dark"]{ --font-color: red; }