mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-15 19:22:26 +08:00
feat: theme: change color
This commit is contained in:
parent
f7218aaa9e
commit
dd5e46a8a7
|
@ -1,9 +1,9 @@
|
||||||
// default theme setting
|
// default theme setting
|
||||||
export const defaultTheme = {
|
export const defaultTheme = {
|
||||||
primary_color: "#5b5c9d",
|
primary_color: "#1867c0",
|
||||||
secondary_color: "#9c27b0",
|
secondary_color: "#3a88bb",
|
||||||
primary_text: "#637381",
|
primary_text: "#1d1d1f",
|
||||||
secondary_text: "#909399",
|
secondary_text: "#424245",
|
||||||
info_color: "#0288d1",
|
info_color: "#0288d1",
|
||||||
error_color: "#d32f2f",
|
error_color: "#d32f2f",
|
||||||
warning_color: "#ed6c02",
|
warning_color: "#ed6c02",
|
||||||
|
@ -14,6 +14,6 @@ export const defaultTheme = {
|
||||||
// dark mode
|
// dark mode
|
||||||
export const defaultDarkTheme = {
|
export const defaultDarkTheme = {
|
||||||
...defaultTheme,
|
...defaultTheme,
|
||||||
primary_text: "#757575",
|
primary_text: "#E8E8ED",
|
||||||
secondary_text: "#637381",
|
secondary_text: "#bbbbbb",
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user