set the colour again...

This commit is contained in:
Michael H.G. Schmidt 2023-01-17 07:11:47 +01:00
parent 1784b75c14
commit febd4a68f8
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,7 @@
@echo off @echo off
set CONFIG=C:\tools\scripts\config set TOOLS=c:\tools
set CONFIG=%TOOLS%\scripts\config
set THEMES=C:\Windows\Resources\Themes set THEMES=C:\Windows\Resources\Themes
echo ####### %0 ####### echo ####### %0 #######
@ -17,3 +19,4 @@ ping 127.0.0.1 -n 5 > NUL 2>&1
taskkill /F /IM SystemSettings.exe 2>nul taskkill /F /IM SystemSettings.exe 2>nul
echo ####### %0 ####### echo ####### %0 #######

View File

@ -280,6 +280,7 @@ reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer" ^
rem setting Aerolite theme... rem setting Aerolite theme...
if %install_aerolite% == 1 ( if %install_aerolite% == 1 (
call %TOOLS%\scripts\modify-desktoptheme.cmd call %TOOLS%\scripts\modify-desktoptheme.cmd
%TOOLS%\setbgcol %bgcol_R% %bgcol_G% %bgcol_B%
echo. echo.
) )