add pink theme - for #5664

full-remote-socket
Thibault Duplessis 2019-11-25 20:07:38 -06:00
parent eaff29a04d
commit c78f7b3417
5 changed files with 6 additions and 2 deletions

View File

@ -46,8 +46,8 @@ object Theme extends ThemeObject {
"green", "marble",
"green-plastic", "green-glass",
"grey", "metal",
"olive", "purple",
"newspaper"
"olive", "newspaper",
"purple", "pink"
) map { name =>
new Theme(name, colors.getOrElse(name, defaultHexColors))
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B

View File

@ -20,6 +20,7 @@ $board-files: (
'metal': 'metal-1024.jpg',
'maple': 'maple.jpg',
'newspaper': 'newspaper.png',
'pink': 'pink-pyramid.png',
);
@each $color, $file in $board-files {

View File

@ -90,6 +90,9 @@
.green-glass {
background-image: url(../images/board/green-glass.thumbnail.png);
}
.pink {
background-image: url(../images/board/pink-pyramid.thumbnail.png);
}
}
&.d3 {
$board-files: (