Skip to content

Add brand colors for volcengine, huawei, google, azure, and oracle providers - #18

Merged
No-Github merged 2 commits into
masterfrom
copilot/add-volcengine-color-support
Jan 23, 2026
Merged

Add brand colors for volcengine, huawei, google, azure, and oracle providers#18
No-Github merged 2 commits into
masterfrom
copilot/add-volcengine-color-support

Conversation

Copilot AI commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

The providerColorMap was missing entries for volcengine and other major cloud providers, causing them to render in default gray (#64748b).

Changes

Added color mappings for 5 providers using their official brand colors:

const providerColorMap = {
    aliyun: '#ff6a00',
    alibaba: '#ff6a00',
    tencent: '#0052d9',
    aws: '#ff9900',
    vultr: '#007bfc',
    volcengine: '#1764ff',      // Bytedance blue
    huawei: '#C8102E',          // Huawei red
    huaweicloud: '#C8102E',
    gcp: '#4285F4',             // Google Cloud blue
    google: '#4285F4',
    azure: '#0078D4',           // Azure blue
    microsoft: '#0078D4',
    oracle: '#F80000'           // Oracle red
};

Multiple aliases added per provider to handle different naming conventions (e.g., huawei/huaweicloud, gcp/google).

Visual Preview

Provider colors

Volcengine color (#1764ff) matches the suggested value from the issue. Other colors align with official brand guidelines.

Original prompt

This section details on the original issue you should resolve

<issue_title>[bug] 需要在官网上对 volcengine 的 provider 进行颜色区分</issue_title>
<issue_description>目前 providerColorMap 代码中没有 volcengine,导致页面上 volcengine 为灰色

需要添加 volcengine 的颜色支持,建议颜色为 #1764ff
同时,也添加华为云,谷歌云,微软云,oracle 云的颜色支持,建议用对应的官方配色</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…loud providers

Co-authored-by: No-Github <18167071+No-Github@users.noreply.github.com>
Copilot AI changed the title [WIP] Add color support for volcengine provider Add brand colors for volcengine, huawei, google, azure, and oracle providers Jan 23, 2026
Copilot AI requested a review from No-Github January 23, 2026 10:05
@No-Github
No-Github marked this pull request as ready for review January 23, 2026 10:10
@No-Github
No-Github merged commit d1b88cd into master Jan 23, 2026
2 checks passed
@No-Github
No-Github deleted the copilot/add-volcengine-color-support branch January 23, 2026 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[bug] 需要在官网上对 volcengine 的 provider 进行颜色区分

2 participants