diff options
Diffstat (limited to 'contrib/themes/steel/theme.cfg.php')
-rw-r--r-- | contrib/themes/steel/theme.cfg.php | 44 |
1 files changed, 1 insertions, 43 deletions
diff --git a/contrib/themes/steel/theme.cfg.php b/contrib/themes/steel/theme.cfg.php index f54f87e6..7b5ea38f 100644 --- a/contrib/themes/steel/theme.cfg.php +++ b/contrib/themes/steel/theme.cfg.php @@ -28,47 +28,5 @@ maintainer = "Nedko Arnaudov <nedko@users.sourceforge.net>" # Version # This is the revision for this theme, It's up to the maintainer # or author to decide how they want to format this -version = "1.1" - - -# Theme Colors -################### -[color] -################### -# Below is a list of the default colors for this theme, upon -# applying this theme the users color preferences will be reset -# to what is listed below... - -# Background Color 1 -bg_color1 = "#05212B" - -# Background Color 2 -bg_color2 = "#607080" - -# Base Color 1 -base_color1 = "#15313B" - -# Base Color 2 -base_color2 = "#15313B" - -# Font Color 1 -font_color1 = "#222222" - -# Font Color 2 -font_color2 = "#CCCCCC" - -# Font Color 3 -font_color3 = "#FFFFFF" - -# Row Color 1 -row_color1 = "#CCCCCC" - -# Row Color 2 -row_color2 = "#405060" - -# Row Color 3 -row_color3 = "#304050" - -# Error Color -error_color = "#FF8080" +version = "1.2" |