2020-07-19 23:04:41 +08:00
|
|
|
const themes = {
|
|
|
|
default: {
|
|
|
|
title_color: "2f80ed",
|
|
|
|
icon_color: "4c71f2",
|
|
|
|
text_color: "333",
|
|
|
|
bg_color: "FFFEFE",
|
|
|
|
},
|
|
|
|
default_repocard: {
|
|
|
|
title_color: "2f80ed",
|
|
|
|
icon_color: "586069", // icon color is different
|
|
|
|
text_color: "333",
|
|
|
|
bg_color: "FFFEFE",
|
|
|
|
},
|
|
|
|
dark: {
|
|
|
|
title_color: "fff",
|
|
|
|
icon_color: "79ff97",
|
|
|
|
text_color: "9f9f9f",
|
|
|
|
bg_color: "151515",
|
|
|
|
},
|
|
|
|
radical: {
|
|
|
|
title_color: "fe428e",
|
|
|
|
icon_color: "f8d847",
|
|
|
|
text_color: "a9fef7",
|
|
|
|
bg_color: "141321",
|
|
|
|
},
|
|
|
|
merko: {
|
|
|
|
title_color: "abd200",
|
|
|
|
icon_color: "b7d364",
|
|
|
|
text_color: "68b587",
|
|
|
|
bg_color: "0a0f0b",
|
|
|
|
},
|
|
|
|
gruvbox: {
|
|
|
|
title_color: "fabd2f",
|
|
|
|
icon_color: "fe8019",
|
|
|
|
text_color: "8ec07c",
|
|
|
|
bg_color: "282828",
|
|
|
|
},
|
|
|
|
tokyonight: {
|
|
|
|
title_color: "70a5fd",
|
|
|
|
icon_color: "bf91f3",
|
|
|
|
text_color: "38bdae",
|
|
|
|
bg_color: "1a1b27",
|
|
|
|
},
|
|
|
|
onedark: {
|
|
|
|
title_color: "e4bf7a",
|
|
|
|
icon_color: "8eb573",
|
|
|
|
text_color: "df6d74",
|
|
|
|
bg_color: "282c34",
|
|
|
|
},
|
|
|
|
cobalt: {
|
|
|
|
title_color: "e683d9",
|
|
|
|
icon_color: "0480ef",
|
|
|
|
text_color: "75eeb2",
|
|
|
|
bg_color: "193549",
|
|
|
|
},
|
|
|
|
synthwave: {
|
|
|
|
title_color: "e2e9ec",
|
|
|
|
icon_color: "ef8539",
|
|
|
|
text_color: "e5289e",
|
|
|
|
bg_color: "2b213a",
|
|
|
|
},
|
|
|
|
highcontrast: {
|
|
|
|
title_color: "e7f216",
|
|
|
|
icon_color: "00ffff",
|
|
|
|
text_color: "fff",
|
|
|
|
bg_color: "000",
|
|
|
|
},
|
|
|
|
dracula: {
|
|
|
|
title_color: "ff6e96",
|
|
|
|
icon_color: "79dafa",
|
|
|
|
text_color: "f8f8f2",
|
|
|
|
bg_color: "282a36",
|
|
|
|
},
|
2020-07-21 15:34:43 +08:00
|
|
|
prussian: {
|
|
|
|
title_color: "bddfff",
|
|
|
|
icon_color: "38a0ff",
|
|
|
|
text_color: "6e93b5",
|
|
|
|
bg_color: "172f45",
|
|
|
|
},
|
2020-07-25 00:28:23 +08:00
|
|
|
monokai: {
|
|
|
|
title_color: "eb1f6a",
|
|
|
|
icon_color: "e28905",
|
|
|
|
text_color: "f1f1eb",
|
|
|
|
bg_color: "272822",
|
2020-07-25 00:36:19 +08:00
|
|
|
},
|
|
|
|
vue: {
|
|
|
|
title_color: "41b883",
|
|
|
|
icon_color: "41b883",
|
|
|
|
text_color: "273849",
|
|
|
|
bg_color: "FFFEFE",
|
|
|
|
},
|
2020-07-25 22:14:42 +08:00
|
|
|
"shades-of-purple": {
|
2020-07-25 20:56:15 +08:00
|
|
|
title_color: "FAD000",
|
2020-07-25 23:26:23 +08:00
|
|
|
icon_color: "B362FF",
|
2020-07-25 20:56:15 +08:00
|
|
|
text_color: "A599E9",
|
|
|
|
bg_color: "2D2B55",
|
2020-07-25 22:14:42 +08:00
|
|
|
},
|
|
|
|
nightowl: {
|
|
|
|
title_color: "C792EA",
|
|
|
|
icon_color: "FFEB95",
|
|
|
|
text_color: "7FDBCA",
|
|
|
|
bg_color: "011627",
|
|
|
|
},
|
2020-07-26 15:40:35 +08:00
|
|
|
buefy: {
|
|
|
|
title_color: "7957d5",
|
|
|
|
icon_color: "ff3860",
|
|
|
|
text_color: "363636",
|
|
|
|
bg_color: "ffffff",
|
|
|
|
},
|
2020-07-26 16:20:57 +08:00
|
|
|
"blue-green": {
|
|
|
|
title_color: "2F97C1",
|
|
|
|
icon_color: "F5B700",
|
|
|
|
text_color: "0CF574",
|
|
|
|
bg_color: "040F0F",
|
|
|
|
},
|
2020-07-19 23:04:41 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
module.exports = themes;
|