diff options
Diffstat (limited to 'contrib/themes/Total_Blue/theme.cfg.php')
-rw-r--r-- | contrib/themes/Total_Blue/theme.cfg.php | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/contrib/themes/Total_Blue/theme.cfg.php b/contrib/themes/Total_Blue/theme.cfg.php index 00557088..ece68b85 100644 --- a/contrib/themes/Total_Blue/theme.cfg.php +++ b/contrib/themes/Total_Blue/theme.cfg.php @@ -16,7 +16,7 @@ name = "Total_Blue" # This is just a way of giving credit to the
# person who actually created this theme
# DEFAULT: N/A
-#author = "Ripmaster TS"
+author = "Ripmaster TS"
# Theme Maintainer
# This is just a way of listing who is responsible for
@@ -25,6 +25,8 @@ name = "Total_Blue" # DEFAULT: N/A
#maintainer = "no@mail!"
+version = "1.0"
+
# Theme Colors
###################
[color]
@@ -34,10 +36,10 @@ name = "Total_Blue" # to what is listed below...
# Background Color 1
-bg_color1 = "#101830"
+bg_color1 = "###"
# Background Color 2
-bg_color2 = "#0000FF"
+bg_color2 = "###"
# Base Color 1
base_color1 = "#003050"
@@ -55,13 +57,13 @@ font_color2 = "#2090C0" font_color3 = "#ffffff"
# Row Color 1
-row_color1 = "#003050"
+row_color1 = "###"
# Row Color 2
-row_color2 = "#003050"
+row_color2 = "###"
# Row Color 3
-row_color3 = "#003050"
+row_color3 = "###"
# Error Color
error_color = "#990033"
|