# LYPhotos **Repository Path**: dzu2016/LYPhotos ## Basic Information - **Project Name**: LYPhotos - **Description**: 可修改主题的框架。新增主题颜色选择器。 - **Primary Language**: Objective-C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-05-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #LYPhotos ##可以修改主题颜色、字体颜色。主题图片背景、夜间模式等。 ##使用方法 ###调用颜色选择器 ``` CPSelectColorView *selectColor = [CPSelectColorView new]; [selectColor show]; ``` ###手动修改 ``` Theme *theme = [Theme new]; theme.themeColor = RGBCOLOR(35, 103, 255); theme.themeBodyColor = RGBCOLOR(246, 246, 246); theme.themeTextColor = RGBCOLOR(255, 255, 255); [[ThemeManager shareManager] changeTheme:theme]; ``` ##运行效果 ###修改前 ![Effect pic](1.png) ###选择色彩 ![Effect pic](2.png) ###修改后 ![Effect pic](3.png)