tinty 0.15.0

Change the theme of your terminal, text editor and anything else with one command!
1
2
3
4
5
6
7
8
pub const REPO_URL: &str = env!("CARGO_PKG_HOMEPAGE");
pub const REPO_NAME: &str = env!("CARGO_PKG_NAME");
pub const REPO_DIR: &str = "repos";
pub const SCHEMES_REPO_URL: &str = "https://github.com/tinted-theming/schemes";
pub const SCHEMES_REPO_NAME: &str = "schemes";
pub const CURRENT_SCHEME_FILE_NAME: &str = "current_scheme";
pub const DEFAULT_SCHEME_SYSTEM: &str = "base16";
pub const SCHEME_EXTENSION: &str = "yaml";