Commit 7dbe2ae4 authored by Andrey Cherepanov's avatar Andrey Cherepanov

6.9.9-alt3

- Fix black color for selection background in Qt theme for Alterator
parent 78828c42
......@@ -11,7 +11,7 @@
Name: branding-%brand-%theme
Version: 6.9.9
Release: alt2
Release: alt3
BuildArch: noarch
BuildRequires: cpio gfxboot >= 4 fonts-ttf-dejavu fonts-ttf-droid
......@@ -499,6 +499,9 @@ subst 's/#theme-name=/theme-name=Clearlooks-Phenix/' /etc/lightdm/lightdm-gtk-gr
%config %_localstatedir/ldm/.pam_environment
%changelog
* Tue Dec 03 2013 Andrey Cherepanov <cas@altlinux.org> 6.9.9-alt3
- Fix Qt theme for Alterator
* Mon Dec 02 2013 Andrey Cherepanov <cas@altlinux.org> 6.9.9-alt2
- Fix selection color and note font in GRUB theme
- Set more bright color for bootloader
......
Palette\active=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@PROGRESS_COLOR@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #aed4a1, #141312
Palette\inactive=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@PROGRESS_COLOR@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #aed4a1, #141312
Palette\disabled=#929190, #dedcdb, #ffffff, #e2e1e0, #686766, #b0aeac, #a5a4a4, #ffffff, #979695, #f4f4f4, #d6d5d3, #3c3b3b, #d6d5d3, #929190, #97bcdf, #c1b6d7, #eeece9, #000000, #aed4a1, #141312
Palette\active=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@MIDDLE_COLOR_HEX@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #f8f7f6, #141312
Palette\inactive=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@MIDDLE_COLOR_HEX@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #f8f7f6, #141312
Palette\disabled=#929190, #dedcdb, #ffffff, #e2e1e0, #686766, #b0aeac, #a5a4a4, #ffffff, #979695, #f4f4f4, #d6d5d3, #3c3b3b, #d6d5d3, #929190, #97bcdf, #c1b6d7, #eeece9, #000000, #f8f7f6, #141312
Style=Cleanlooks
AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] )
INACTIVE_COLOR=`./fetch_color inactiveTitleBtnBg`
PROGRESS_COLOR=306ac4
TITLE_COLOR=306ac4
LIGHT_COLOR_HEX=F5F5F5 #new
MIDDLE_COLOR_HEX=306ac4 #new
......@@ -54,6 +56,7 @@ AC_CONFIG_FILES([
components/indexhtml/index-ru.html
components/indexhtml/index-en.html
components/systemd/os-release
components/ahttpd/styles/alterator.css
components/ahttpd/styles/alterator.css
kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc
])
AC_OUTPUT
[Color Scheme]
Name=@BRAND_FNAME@ @NAME@
Name=@PRODUCT_NAME@
activeBackground=81,99,204
activeBlend=242,241,241
activeForeground=0,0,0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment