Пользователь
Сообщения: 50
Благодарности: 14
|
Профиль
|
Отправить PM
| Цитировать
Цитата JohnTi:
to all какой ресурс отвечает за цвет прогресс бара (тема стандартная) »
|
Откройте в редакторе HEX файл .msstyle
Location: .msstyle\Variant\Normal
Note: Will also change part of Background colour in “Run” Dialog, Causing a Colour miss-match bug.
Description: Copy/Delete Prompt & Progress Background
Address: 0x11628
Original Hex Code: FF FF FF
Измените значение "FF FF FF" на свой цвет.
Прочти
Инструкция по редактированию и созданию своей Визуальной темы Vista .msstyle
Vista_Hex_Editing_Tutorial - PDF
Дополнительно:
Mini guide for making a Windows Theme File ( .theme )
with resource descriptions
Открыть
/////////////////////////////////////////////
////// Mini Guide for Themes by Suri //////
/////////////////////////////////////////////
ONLY FOR WINDOWS VISTA
===================
I see 2 big mistakes, or errors, or omisions on a lot of themes for Vista, maybe in all.
Lets See:
*Always the colorization is blue
*Some has bugs when you make a search
*I have never see a theme with the ".theme" file. (for this reason you cant set name and colorization)
----------------------------------------------------------
BUG: Theme dont appear in the Menu:
For make the theme to appear in the menu, and for not replaze it with the original Aero
copy the original aero.theme file, and I change the name. Then open it with notepad and see
these lines:
...........................
[Theme]
DisplayName=Aero
;// its shows the theme name in the personalization menu. It maybe has a dll name, change it
for your theme name.
...........................
[Control Panel\Desktop]
Wallpaper=%SystemRoot%\web\wallpaper\img24.jpg
Wallpaper.MUI=@themeui.dll,-2036
;// its the default wallpaper will be setup each time the user choose your theme, the second
;//line is the preview wallpaper in the theme selector menu.
...........................
[VisualStyles]
Path=%ResourceDir%\Themes\Aero\Aero.msstyles
ColorStyle=NormalColor
Size=NormalSize
;//First line is the path to your theme, for example, i can use "..es\MyTheme\MyTheme.msstyles"
---------------------------------------------------------
BUG: Colorization is the blue default:
When you set the AEro theme you see a "blue" colorization by default, and then you can select another colorization
from pink to white, esmerald, etc.
For set up the default colorization of your theme, instead the default blue, open your recentrly created
"Aero.theme" file (maybe you change its name). Then see that line:
ColorizationColor=0x45409efe
This line is the colorization (HUE) of the theme. 0x45409efe is the default blue of windows.
for set it correctly go to personalization menu and choose your favourite color. Then go to regedit
and go to [HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM]
now copy the "colorizationcolor" entry value. and paste it on the 4th line.
Its done, each time your theme is selected the color will be setup automatically
--------------------------------------------------------
TIP: If you use my theme you know it was the first in use the bottonless taskbar, for do it
use the resource tuner to open the PNG number 897 and 902 (No Aero and Aero) and delete the first
and forth bottons.
TIP: Bottonless windows Close, Minimize Maximize:
Using Resource Tuner go to STREAM and open 850, where you can edit bottons, glows, shadows
of the windows, borders and the glass reflections of the Aero interface. Only delete the bottons
for get the bottonless windows.
TIP: Here are some important resources for edit, Im adding the resources which are discovered by other users too:
572: Search
653-654: Mh, i have edited it but i dont remember which are. I think they are the border of the below of each windows
696: StartMenu over the search are. NON AERO.
706: StartMenu right Border, NON AERO
708: StartMenu Left Border, Non Aero, you can edit the "white" part of it for make a gradient effect in StartMenu
709: Same as above, but whe you do a search IMPORTANT! because if you dont change it your startmenu will looks buged
710: StartMenu Search zone NON AERO
714: StartMenu over the search are. AERO.
715: StartMenu right Border, AERO
717: StartMenu Left Border, Aero, you can edit the "white" part of it for make a gradient effect in StartMenu
718: Same as above, but whe you do a search IMPORTANT! because if you dont change it your startmenu will looks buged
719: StartMenu Search zone AERO
737: TaskBar, NON AERO. You can use a 1024x30 image instead the default 1x30. In this way you can make a left to
right gradient of the taskbar for example.
738: Taskbar, when its setup on the right or left. NON Aero Remember, its 30x1 but its showed like 60x1 or more.
743: TaskBar, AERO. You can use a 1024x30 image instead the default 1x30. In this way you can make a left to
right gradient of the taskbar for example.
744: Taskbar, when its setup on the right or left. Aero. Remember, its 30x1 but its showed like 60x1 or more.
750: Adressbar
758: Adressbar
813: Windows, Top zone of the windows, NON AERO. You can change the width for add some gradient effect.
815: Bottons of the windows, NON AERO.
819: Windows below Border?
820: Border, Left Border of NON AERO windows
821: Border, Right Border of NON AERo Windows
830 839: Like the 813 its the top border of the windows, or the tabs. Dont remember
847: Windows below Border?
868: StartMenu Botton, when the taskbar is on the left or right
872: StartMenu Botton, when the taskbar is in its normal position (below)
876: StartMenu Botton, when the taskbar is on top
897: TaskBar bottons, i have explained it yet. NON AERO
902: TaskBar bottons, i have explained it yet. AERO
931: Drag and Drop mini windows.
P.S. на русском языке не нашел.
|