From 8181cadea726f243b3738bff0151012acd58f42d Mon Sep 17 00:00:00 2001 From: gregory guy Date: Tue, 29 Jan 2019 13:07:14 +0100 Subject: fulfill bug request 2663. Thanks to Kristopher 2016-06-13 for the request. These extra themes come from https://sourceforge.net/projects/knights/files/knights-themepack They are released under the GNU GPL Version 2 Signed-off-by: gregory guy --- .../Brushed_Liquid/highlight.danger.png | Bin 0 -> 19767 bytes .../Brushed_Liquid/highlight.move.png | Bin 0 -> 19587 bytes .../Brushed_Liquid/highlight.select.png | Bin 0 -> 18090 bytes .../Brushed_Liquid/Brushed_Liquid/square.dark.jpg | Bin 0 -> 3530 bytes .../Brushed_Liquid/Brushed_Liquid/square.light.jpg | Bin 0 -> 3678 bytes .../Brushed_Liquid/Brushed_Liquid/theme.conf | 22 +++++++++++++++++++++ extra-theme/Brushed_Liquid/CMakeLists.txt | 9 +++++++++ 7 files changed, 31 insertions(+) create mode 100644 extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.danger.png create mode 100644 extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.move.png create mode 100644 extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.select.png create mode 100644 extra-theme/Brushed_Liquid/Brushed_Liquid/square.dark.jpg create mode 100644 extra-theme/Brushed_Liquid/Brushed_Liquid/square.light.jpg create mode 100644 extra-theme/Brushed_Liquid/Brushed_Liquid/theme.conf create mode 100644 extra-theme/Brushed_Liquid/CMakeLists.txt (limited to 'extra-theme/Brushed_Liquid') diff --git a/extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.danger.png b/extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.danger.png new file mode 100644 index 0000000..9ddb8ad Binary files /dev/null and b/extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.danger.png differ diff --git a/extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.move.png b/extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.move.png new file mode 100644 index 0000000..6143613 Binary files /dev/null and b/extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.move.png differ diff --git a/extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.select.png b/extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.select.png new file mode 100644 index 0000000..aa9835e Binary files /dev/null and b/extra-theme/Brushed_Liquid/Brushed_Liquid/highlight.select.png differ diff --git a/extra-theme/Brushed_Liquid/Brushed_Liquid/square.dark.jpg b/extra-theme/Brushed_Liquid/Brushed_Liquid/square.dark.jpg new file mode 100644 index 0000000..2f85a26 Binary files /dev/null and b/extra-theme/Brushed_Liquid/Brushed_Liquid/square.dark.jpg differ diff --git a/extra-theme/Brushed_Liquid/Brushed_Liquid/square.light.jpg b/extra-theme/Brushed_Liquid/Brushed_Liquid/square.light.jpg new file mode 100644 index 0000000..b502801 Binary files /dev/null and b/extra-theme/Brushed_Liquid/Brushed_Liquid/square.light.jpg differ diff --git a/extra-theme/Brushed_Liquid/Brushed_Liquid/theme.conf b/extra-theme/Brushed_Liquid/Brushed_Liquid/theme.conf new file mode 100644 index 0000000..aff7ac9 --- /dev/null +++ b/extra-theme/Brushed_Liquid/Brushed_Liquid/theme.conf @@ -0,0 +1,22 @@ +[General] +Type=Board +Name=Brushed Liquid +Version=1.0 +Author=Troy Corbin Jr. +AuthorEmail=tcorbin@users.sourceforge.net +AuthorWWW=http://knights.sourceforge.net +Notes=I wanted something light, colorful, and fun. I was kinda inspired by Mosfet's Liquid Theme. Created with the Gimp. + +[2DBoard] +Light=square.light.jpg +Dark=square.dark.jpg +Motion=highlight.move.png +Select=highlight.select.png +Danger=highlight.danger.png + +[Coordinates] +TextColor=255,255,255 +ShadowColor=0,0,0 + + + diff --git a/extra-theme/Brushed_Liquid/CMakeLists.txt b/extra-theme/Brushed_Liquid/CMakeLists.txt new file mode 100644 index 0000000..75589f2 --- /dev/null +++ b/extra-theme/Brushed_Liquid/CMakeLists.txt @@ -0,0 +1,9 @@ +foreach( _theme Brushed_Liquid ) + +tde_create_tarball( + + TARGET ${_theme}.tar.gz + SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme} + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes +) +endforeach( ) -- cgit v1.2.1