|
@@ -1,2 +1,39 @@
|
|
|
-# quick-color-picker
|
|
|
-Lightweight color picker utility for Windows
|
|
|
+<p align="center">
|
|
|
+ <img src="/quick-color-picker/resources/imgs/picker80.png">
|
|
|
+</p>
|
|
|
+<h1 align="center">Quick Color Picker</h1>
|
|
|
+
|
|
|
+<p align="center">
|
|
|
+ Quick Color Picker is a lightweight color picker utility for Windows, build on top of WinForms (C#).
|
|
|
+</p>
|
|
|
+
|
|
|
+<p align="center">
|
|
|
+ <a href="https://github.com/ModuleArt/quick-color-picker/releases">
|
|
|
+ <img alt="GitHub All Releases" src="https://img.shields.io/github/downloads/ModuleArt/quick-color-picker/total">
|
|
|
+ <img alt="GitHub release (latest by date including pre-releases)" src="https://img.shields.io/github/v/release/moduleart/quick-color-picker?include_prereleases">
|
|
|
+ </a>
|
|
|
+ <a alt="Trello roadmap" href="https://trello.com/b/mFgTs747/quick-color-picker">
|
|
|
+ <img src="https://img.shields.io/badge/planner-trello-%230079BF">
|
|
|
+ </a>
|
|
|
+ <a alt="Buy ma a coffee" href="https://www.patreon.com/moduleart">
|
|
|
+ <img alt="Patreon" src="https://img.shields.io/badge/donate-patreon-%23E85B46">
|
|
|
+ </a>
|
|
|
+</p>
|
|
|
+
|
|
|
+<h2 align="center">Install</h2>
|
|
|
+<p align="center">
|
|
|
+ Windows XP, 7, 8.1, 10 | Size: 0.7 MB | v1.0.0 | <a href="https://github.com/ModuleArt/quick-color-picker/releases/download/v1.0.0/QuickColorPicker-Setup.msi">Download</a><br>
|
|
|
+ Uses <a href="https://dotnet.microsoft.com/download/dotnet-framework/net472">.Net 4.7.2</a>
|
|
|
+</p>
|
|
|
+
|
|
|
+<h2 align="center">Screenshots</h2>
|
|
|
+<p align="center">
|
|
|
+ <img src="/docs/screenshots/main.png">
|
|
|
+ <img src="/docs/screenshots/main2.png">
|
|
|
+</p>
|
|
|
+
|
|
|
+<h2 align="center">Additional</h2>
|
|
|
+<p align="center">
|
|
|
+ How to <a href="https://winaero.com/blog/enable-dark-title-bars-custom-accent-color-windows-10/">enable dark title bars</a> with custom accent color in Windows 10<br>
|
|
|
+ How to <a href="https://www.howtogeek.com/224798/how-to-uninstall-windows-10s-built-in-apps-and-how-to-reinstall-them/">uninstall built-in photos app</a> in Windows 10
|
|
|
+</p>
|