Theme manager
This is the first implementation of a theme manager. It’s a rebased and revisited version of #792.
22
themes/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# CMakeLists for themes directory
|
||||
#
|
||||
# add themes subfolders
|
||||
|
||||
SET(defthemes
|
||||
Default
|
||||
Fabric
|
||||
Leather
|
||||
Plasma
|
||||
VelvetMarble
|
||||
)
|
||||
|
||||
if(UNIX)
|
||||
if(APPLE)
|
||||
INSTALL(DIRECTORY ${defthemes} DESTINATION cockatrice.app/Contents/Resources/themes/)
|
||||
else()
|
||||
# Assume linux
|
||||
INSTALL(DIRECTORY ${defthemes} DESTINATION share/cockatrice/themes/)
|
||||
endif()
|
||||
elseif(WIN32)
|
||||
INSTALL(DIRECTORY ${defthemes} DESTINATION themes/)
|
||||
endif()
|
||||
1
themes/Default/version.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
0
|
||||
1
themes/Fabric/version.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
0
|
||||
BIN
themes/Fabric/zones/handzone.png
Normal file
|
After Width: | Height: | Size: 313 KiB |
BIN
themes/Fabric/zones/playerzone.png
Normal file
|
After Width: | Height: | Size: 147 KiB |
BIN
themes/Fabric/zones/stackzone.png
Normal file
|
After Width: | Height: | Size: 154 KiB |
BIN
themes/Fabric/zones/tablezone.png
Normal file
|
After Width: | Height: | Size: 257 KiB |
1
themes/Leather/version.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
0
|
||||
BIN
themes/Leather/zones/handzone.png
Normal file
|
After Width: | Height: | Size: 151 KiB |
BIN
themes/Leather/zones/playerzone.png
Normal file
|
After Width: | Height: | Size: 160 KiB |
BIN
themes/Leather/zones/stackzone.png
Normal file
|
After Width: | Height: | Size: 165 KiB |
BIN
themes/Leather/zones/tablezone.png
Normal file
|
After Width: | Height: | Size: 174 KiB |
1
themes/Plasma/version.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
0
|
||||
BIN
themes/Plasma/zones/handzone.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
themes/Plasma/zones/playerzone.png
Normal file
|
After Width: | Height: | Size: 90 KiB |
BIN
themes/Plasma/zones/stackzone.png
Normal file
|
After Width: | Height: | Size: 54 KiB |
BIN
themes/Plasma/zones/tablezone.png
Normal file
|
After Width: | Height: | Size: 50 KiB |
1
themes/VelvetMarble/version.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
0
|
||||
BIN
themes/VelvetMarble/zones/handzone.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
themes/VelvetMarble/zones/playerzone.jpg
Normal file
|
After Width: | Height: | Size: 110 KiB |
BIN
themes/VelvetMarble/zones/stackzone.jpg
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
themes/VelvetMarble/zones/tablezone.jpg
Normal file
|
After Width: | Height: | Size: 41 KiB |