├── README.md ├── Win10IDE_Dark_103.vsf ├── Win10IDE_Dark_1041.vsf ├── Win10IDE_Light_103.vsf ├── Win10IDE_Light_1041.vsf └── preview.png /README.md: -------------------------------------------------------------------------------- 1 | # RAD Studio VCL Styles 2 | 3 | ![preview](preview.png) 4 | 5 | ## About 6 | 7 | The user interface of RAD Studio 10.3 and onward has been upgraded to a new 8 | flat look based on custom VCL styles. These styles were unavailable to end 9 | users, so I have extracted them directly from the application's files. 10 | 11 | ## Install 12 | 13 | Place the styles in `C:\Users\Public\Documents\Embarcadero\Studio\21.0\Styles`. 14 | Restart RAD Studio if necessary. 15 | 16 | ## Changelog 17 | 18 | ### 25 October 2020 19 | 20 | - Extracted styles from RAD Studio 10.4.1 Sydney; updated repository. 21 | - Cleaned Git history, packages, etc. 22 | 23 | ### 27 November 2018 24 | 25 | - Extracted styles from RAD Studio 10.3 Rio, created repository. 26 | -------------------------------------------------------------------------------- /Win10IDE_Dark_103.vsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonpalmisc/RADStudioStyles/95e99c4ca74221c525cedca83e27ca5ef330debc/Win10IDE_Dark_103.vsf -------------------------------------------------------------------------------- /Win10IDE_Dark_1041.vsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonpalmisc/RADStudioStyles/95e99c4ca74221c525cedca83e27ca5ef330debc/Win10IDE_Dark_1041.vsf -------------------------------------------------------------------------------- /Win10IDE_Light_103.vsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonpalmisc/RADStudioStyles/95e99c4ca74221c525cedca83e27ca5ef330debc/Win10IDE_Light_103.vsf -------------------------------------------------------------------------------- /Win10IDE_Light_1041.vsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonpalmisc/RADStudioStyles/95e99c4ca74221c525cedca83e27ca5ef330debc/Win10IDE_Light_1041.vsf -------------------------------------------------------------------------------- /preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jonpalmisc/RADStudioStyles/95e99c4ca74221c525cedca83e27ca5ef330debc/preview.png --------------------------------------------------------------------------------