For Delphi users
Based on awesome VSCode Material Theme by Mattia Astorino
I plan to add these variants for this theme:
- Material Darker
- Material Lighter
- Material Ocean
- Material Palenight
as defined in official Material Theme.
You can find colors codes for each variant here:
https://github.com/equinusocio/vsc-material-theme/tree/master/src/themes/settings/specific
Any help is welcome!
VCL Styles are created with "Bitmap Style Designer" that you can find in Delphi Tools.
-
Download and install Delphi Community Edition
-
Go to Tools > Bitmap Style Designer
-
You can base your work on material.vsf (or on Windows 10 Dark Theme as material was created from this one but it'd be more work for you)
-
Download and open
material.vsf
in Bitmap Style Designer -
You will need Photoshop or some image editor as most of components are actually one part of an image
-
Find "Images" in Objects list on the left then expand it to find
style.png
-
Export it and open it in Photoshop/Gimp
-
Do your magic!
-
Save image and update it in Bitmap Style Designer by browsing and finding updated
style.png
-
Click on Style tab > Assign Image (it will update some of the components colors from your image colors)
-
You will need to modify some other colors because they aren't based on image, in Colors AND SysColors on the left objects panel, and maybe in Fonts
-
Test with the green button.
-
Save .vsf file
-
You can PR here or ask me to include your file in this repo
Originally designed for HeidiSQL