6.9.9-alt3
- Fix black color for selection background in Qt theme for Alterator
This commit is contained in:
parent
78828c42ad
commit
7dbe2ae47f
@ -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
|
||||
|
@ -1,4 +1,5 @@
|
||||
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
|
||||
|
@ -1,5 +1,7 @@
|
||||
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
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Color Scheme]
|
||||
Name=@BRAND_FNAME@ @NAME@
|
||||
Name=@PRODUCT_NAME@
|
||||
activeBackground=81,99,204
|
||||
activeBlend=242,241,241
|
||||
activeForeground=0,0,0
|
||||
|
Loading…
x
Reference in New Issue
Block a user