Add more color for git language

This commit is contained in:
zhengyi 2023-12-29 23:17:41 +08:00
parent 78124a009f
commit f3ca75a529
1 changed files with 9 additions and 0 deletions

View File

@ -4,6 +4,15 @@ export const RENDER_CLASS = "halo-render halo-render-wrapper"
export const LANGUAGE_COLOR: {[key: string]: string} = {
"Java": "#b07219",
"JavaScript": "#f1e05a",
"TypeScript": "#3178c6",
"Go": "#00ADD8",
"Shell": "#89e051",
"C": "#555555",
"C++": "#f34b7d",
"C#": "#178600",
"Python": "#3572A5",
"Rust": "#3572A5",
"MATLAB": "#e16737",
"Lua": "#000080",
"Default": "#333333"
}