Move all default settings from source code into the JSON file
This commit is contained in:
@@ -12,8 +12,6 @@ use std::{collections::HashMap, sync::Arc};
|
||||
|
||||
pub use theme_registry::*;
|
||||
|
||||
pub const DEFAULT_THEME_NAME: &'static str = "cave-dark";
|
||||
|
||||
#[derive(Deserialize, Default)]
|
||||
pub struct Theme {
|
||||
#[serde(default)]
|
||||
|
||||
Reference in New Issue
Block a user