# themes **Repository Path**: yangmain/themes ## Basic Information - **Project Name**: themes - **Description**: 主题 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-01-08 - **Last Updated**: 2020-12-20 ## 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.