Giter VIP home page Giter VIP logo

7zipdarkmode's Introduction

7zipDarkmode

Latest release Total downloads

inspired by https://github.com/ysc3839/win32-darkmode/tree/master/win32-darkmode

and https://github.com/Nukem9/SkyrimSETest (starting from 0.04)

Only work on Win10 which means that the menu also supports dark mode. After version 0.04 there might be some visual issues if you open file properties in the 7zipFM.

Download link: https://github.com/renfenghuan/7zipDarkmode/releases

Once downloaded, replace the 7zipFM.exe in the installation directory with my new exe.

How To Compile

Download 7zip Source code https://sourceforge.net/projects/sevenzip/

I used 7zip 19 version. But I only changed some of the UI codes. I think it's possible that one can use my files to compile newer versions.

use Nukem9's https://github.com/Nukem9/detours Project to compile detours.lib with compiler setting /Gr

and copy detours.lib to CPP\7zip\Bundles\Fm

copy my files to the 7zip source folder, replace the old files, and compile.

Read this first. http://www.ski-epic.com/2012_compiling_7zip_on_windows_with_visual_studio_10/index.html

turns out it uses nmake to compile

open "Developer Command Prompt for VS 2017"

cd C:\my7zip\CPP\7zip\Bundles\Fm
nmake

compiled file is in

C:\my7zip\CPP\7zip\Bundles\Fm\O\7FM.exe

///////////////// Change ///////////////////////////

edited

CPP\7zip\UI\FileManager\FM.cpp, Cpp\Build.mak, CPP\7zip\UI\FileManager\FM.mak

CPP\7zip\UI\FileManager\StdAfx.h
	#define _WIN32_WINNT 0x0600
	
CPP\7zip\UI\FileManager\Panel.cpp
	CMyListView::OnMessage
	
Panel.h
	add header files

Added IatHook.h, DarkMode.h,IatHook.cpp, Darkmode.cpp, Detours.h, EditorUIDarkMode.h, EditorUIDarkMode.cpp (Many files come from links I mentioned, but I edited many contents.)

7zipdarkmode's People

Contributors

huanrenfeng avatar imgbotapp avatar yener90 avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.