mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 19:56:50 +08:00
feat: add text color
This commit is contained in:
parent
aec30b89e0
commit
3ec2b46d28
|
@ -54,6 +54,9 @@ pub struct VergeConfig {
|
||||||
pub struct VergeTheme {
|
pub struct VergeTheme {
|
||||||
pub primary_color: Option<String>,
|
pub primary_color: Option<String>,
|
||||||
pub secondary_color: Option<String>,
|
pub secondary_color: Option<String>,
|
||||||
|
pub primary_text: Option<String>,
|
||||||
|
pub secondary_text: Option<String>,
|
||||||
|
|
||||||
pub info_color: Option<String>,
|
pub info_color: Option<String>,
|
||||||
pub error_color: Option<String>,
|
pub error_color: Option<String>,
|
||||||
pub warning_color: Option<String>,
|
pub warning_color: Option<String>,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user