# themes **Repository Path**: caoygit/themes ## Basic Information - **Project Name**: themes - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-23 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GoAdmin Official Themes - [adminlte](https://github.com/GoAdminGroup/themes/tree/master/adminlte) - [sword](https://github.com/GoAdminGroup/themes/tree/master/sword) ## How to use - Import the theme - Set in the global configuration of GoAdmin ```go package main import ( ... _ "github.com/GoAdminGroup/themes/adminlte" ... ) func main() { ... cfg := config.Config{ ... Theme: "adminlte", ... } ... } ``` ## How to modify and make it work Use the Makefile under each theme directory.