Skip to content
Snippets Groups Projects
Unverified Commit 3ec2b46d authored by GyDi's avatar GyDi
Browse files

feat: add text color

parent aec30b89
No related branches found
No related tags found
No related merge requests found
......@@ -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>,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment