Skip to content

Commit

Permalink
chore(bytesto4t): now default theme is hamlindigo
Browse files Browse the repository at this point in the history
  • Loading branch information
FirowMD committed Jan 1, 2025
1 parent b47e957 commit d7714e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bytesto4t/src-tauri/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ fn create_default_config(config_file_path: &str, app_handle: &tauri::AppHandle)
let default_config = AppConfig {
file_path: config_file_path.to_string(),
theme: Some("dark".to_string()),
colorscheme: Some("crimson".to_string()),
colorscheme: Some("hamlindigo".to_string()),
recent_files: Some(Vec::new()),
};
let default_config_str = serde_json::to_string(&default_config).map_err(|e| e.to_string())?;
Expand Down

0 comments on commit d7714e9

Please sign in to comment.