mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 19:55:16 +00:00
style(theme): added Ocean Dark Theme (#907)
This commit is contained in:
parent
a41c886442
commit
b6f1ade936
1 changed files with 6 additions and 0 deletions
|
|
@ -268,6 +268,12 @@ const themes = {
|
|||
icon_color: "ff1aff",
|
||||
text_color: "8080ff",
|
||||
bg_color: "141439",
|
||||
},
|
||||
ocean_dark:{
|
||||
title_color: "8957B2",
|
||||
icon_color: "FFFFFF",
|
||||
text_color: "92D534",
|
||||
bg_color: "151A28",
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue