feat: add text color
This commit is contained in:
parent
aec30b89e0
commit
3ec2b46d28
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@ pub struct VergeConfig {
|
|||
pub struct VergeTheme {
|
||||
pub primary_color: Option<String>,
|
||||
pub secondary_color: Option<String>,
|
||||
pub primary_text: Option<String>,
|
||||
pub secondary_text: Option<String>,
|
||||
|
||||
pub info_color: Option<String>,
|
||||
pub error_color: Option<String>,
|
||||
pub warning_color: Option<String>,
|
||||
|
|
Loading…
Add table
Reference in a new issue