use Theme;
pub const APP_THEME: Theme = Dark;
pub const BASE_SIZE: f32 = 16.0;
pub const APP_TITLE: &str = "Quick Diff ME";
pub const GUIDANCE: &str = "(Choose or drop files)";
pub const DIFF_TO_CLIPBOARD_DEFAULT: &str = "Copy to Clipboard";
pub const DIFF_TO_CLIPBOARD_CLICKED: &str = "* Copied * to Clipboard";
pub const FOOTER_NOTE: &str =
"Thanks for using this app !! Repo: https://github.com/forskscope/quick-diff-me";