summaryrefslogtreecommitdiffstats
path: root/extra-theme/Soft_Crimson
diff options
context:
space:
mode:
Diffstat (limited to 'extra-theme/Soft_Crimson')
-rw-r--r--extra-theme/Soft_Crimson/CMakeLists.txt9
-rw-r--r--extra-theme/Soft_Crimson/KBSoft_Crimson/square.danger.pngbin0 -> 784 bytes
-rw-r--r--extra-theme/Soft_Crimson/KBSoft_Crimson/square.motion.pngbin0 -> 860 bytes
-rw-r--r--extra-theme/Soft_Crimson/KBSoft_Crimson/square.select.pngbin0 -> 872 bytes
-rw-r--r--extra-theme/Soft_Crimson/KBSoft_Crimson/square_dark.jpgbin0 -> 1810 bytes
-rw-r--r--extra-theme/Soft_Crimson/KBSoft_Crimson/square_light.jpgbin0 -> 2021 bytes
-rw-r--r--extra-theme/Soft_Crimson/KBSoft_Crimson/theme.conf19
7 files changed, 28 insertions, 0 deletions
diff --git a/extra-theme/Soft_Crimson/CMakeLists.txt b/extra-theme/Soft_Crimson/CMakeLists.txt
new file mode 100644
index 0000000..77bde51
--- /dev/null
+++ b/extra-theme/Soft_Crimson/CMakeLists.txt
@@ -0,0 +1,9 @@
+foreach( _theme KBSoft_Crimson )
+
+tde_create_tarball(
+
+ TARGET ${_theme}.tar.gz
+ SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
+ DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
+)
+endforeach( )
diff --git a/extra-theme/Soft_Crimson/KBSoft_Crimson/square.danger.png b/extra-theme/Soft_Crimson/KBSoft_Crimson/square.danger.png
new file mode 100644
index 0000000..83330d6
--- /dev/null
+++ b/extra-theme/Soft_Crimson/KBSoft_Crimson/square.danger.png
Binary files differ
diff --git a/extra-theme/Soft_Crimson/KBSoft_Crimson/square.motion.png b/extra-theme/Soft_Crimson/KBSoft_Crimson/square.motion.png
new file mode 100644
index 0000000..6c8e51f
--- /dev/null
+++ b/extra-theme/Soft_Crimson/KBSoft_Crimson/square.motion.png
Binary files differ
diff --git a/extra-theme/Soft_Crimson/KBSoft_Crimson/square.select.png b/extra-theme/Soft_Crimson/KBSoft_Crimson/square.select.png
new file mode 100644
index 0000000..7a0d57d
--- /dev/null
+++ b/extra-theme/Soft_Crimson/KBSoft_Crimson/square.select.png
Binary files differ
diff --git a/extra-theme/Soft_Crimson/KBSoft_Crimson/square_dark.jpg b/extra-theme/Soft_Crimson/KBSoft_Crimson/square_dark.jpg
new file mode 100644
index 0000000..30104ab
--- /dev/null
+++ b/extra-theme/Soft_Crimson/KBSoft_Crimson/square_dark.jpg
Binary files differ
diff --git a/extra-theme/Soft_Crimson/KBSoft_Crimson/square_light.jpg b/extra-theme/Soft_Crimson/KBSoft_Crimson/square_light.jpg
new file mode 100644
index 0000000..d65189b
--- /dev/null
+++ b/extra-theme/Soft_Crimson/KBSoft_Crimson/square_light.jpg
Binary files differ
diff --git a/extra-theme/Soft_Crimson/KBSoft_Crimson/theme.conf b/extra-theme/Soft_Crimson/KBSoft_Crimson/theme.conf
new file mode 100644
index 0000000..9f85433
--- /dev/null
+++ b/extra-theme/Soft_Crimson/KBSoft_Crimson/theme.conf
@@ -0,0 +1,19 @@
+[General]
+Type=Board
+Name=Soft Crimson
+Version=1.0
+Author=Troy Corbin Jr.
+AuthorEmail=tcorbin@users.sourceforge.net
+AuthorWWW=http://knights.sourceforge.net
+Notes=Deep red, neutral grey, and comfortable thick lines.
+
+[2DBoard]
+Light=square_light.jpg
+Dark=square_dark.jpg
+Motion=square.motion.png
+Select=square.select.png
+Danger=square.danger.png
+
+[Coordinates]
+TextColor=255,255,255
+ShadowColor=0,0,0