mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-04-22 10:42:08 +00:00
style(theme): Add Night-Owl Theme (#186)
* Added Night-Owl Theme * corrected quotes * minor changes
This commit is contained in:
parent
753f0b9fec
commit
64d1fb46c3
@ -89,12 +89,18 @@ const themes = {
|
|||||||
text_color: "273849",
|
text_color: "273849",
|
||||||
bg_color: "FFFEFE",
|
bg_color: "FFFEFE",
|
||||||
},
|
},
|
||||||
'shades-of-purple': {
|
"shades-of-purple": {
|
||||||
title_color: "FAD000",
|
title_color: "FAD000",
|
||||||
icon_color: "FB94FF",
|
icon_color: "FB94FF",
|
||||||
text_color: "A599E9",
|
text_color: "A599E9",
|
||||||
bg_color: "2D2B55",
|
bg_color: "2D2B55",
|
||||||
}
|
},
|
||||||
|
nightowl: {
|
||||||
|
title_color: "C792EA",
|
||||||
|
icon_color: "FFEB95",
|
||||||
|
text_color: "7FDBCA",
|
||||||
|
bg_color: "011627",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = themes;
|
module.exports = themes;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user