✨ Add more themes and styles
This commit is contained in:
32
theme/pixel_theme.go
Normal file
32
theme/pixel_theme.go
Normal file
@@ -0,0 +1,32 @@
|
||||
package theme
|
||||
|
||||
// PixelTheme 像素风格主题
|
||||
var PixelTheme = Theme{
|
||||
// 第一部分 - 经典像素风格
|
||||
ThemePart{
|
||||
"env": {"333333"},
|
||||
"clo": {"3F51B5"},
|
||||
"head": {"ffcc99"},
|
||||
"mouth": {"cc0000"},
|
||||
"eyes": {"000000"},
|
||||
"top": {"663300"},
|
||||
},
|
||||
// 第二部分 - 像素游戏风格
|
||||
ThemePart{
|
||||
"env": {"4CAF50"},
|
||||
"clo": {"607D8B"},
|
||||
"head": {"ffbb77"},
|
||||
"mouth": {"333333"},
|
||||
"eyes": {"333333"},
|
||||
"top": {"ff9900"},
|
||||
},
|
||||
// 第三部分 - 复古像素风格
|
||||
ThemePart{
|
||||
"env": {"C62828"},
|
||||
"clo": {"9C27B0"},
|
||||
"head": {"CDDC39"},
|
||||
"mouth": {"000000"},
|
||||
"eyes": {"000000"},
|
||||
"top": {"FF5722"},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user