mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
feat: add text color
This commit is contained in:
@@ -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>,
|
||||||
|
|||||||
Reference in New Issue
Block a user