mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-17 05:33:28 +09:00
update theme variable
This commit is contained in:
+18
-7
@@ -5,20 +5,28 @@
|
||||
"primary": "#121212",
|
||||
"body": "#fff",
|
||||
"border": "#eaeaea",
|
||||
"theme_light": "#f6f6f6",
|
||||
"theme_dark": ""
|
||||
"light": "#f6f6f6",
|
||||
"dark": "#040404"
|
||||
},
|
||||
"text_color": { "text": "#444444", "dark": "#040404", "light": "#717171" }
|
||||
"text_color": {
|
||||
"text": "#444444",
|
||||
"text-dark": "#040404",
|
||||
"text-light": "#717171"
|
||||
}
|
||||
},
|
||||
"darkmode": {
|
||||
"theme_color": {
|
||||
"primary": "#fff",
|
||||
"body": "#1c1c1c",
|
||||
"border": "#3E3E3E",
|
||||
"theme_light": "#222222",
|
||||
"theme_dark": ""
|
||||
"light": "#222222",
|
||||
"dark": "#fff"
|
||||
},
|
||||
"text_color": { "text": "#B4AFB6", "dark": "#fff", "light": "#B4AFB6" }
|
||||
"text_color": {
|
||||
"text": "#B4AFB6",
|
||||
"text-dark": "#fff",
|
||||
"text-light": "#B4AFB6"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fonts": {
|
||||
@@ -28,6 +36,9 @@
|
||||
"secondary": "Signika:wght@500;700",
|
||||
"secondary_type": "sans-serif"
|
||||
},
|
||||
"font_size": { "base": "16", "scale": "1.2" }
|
||||
"font_size": {
|
||||
"base": "16",
|
||||
"scale": "1.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user