skin
Here are 462 public repositories matching this topic...
WebLaF is a fully open-source Look & Feel and component library written in pure Java for cross-platform desktop Swing applications.
-
Updated
May 11, 2022 - Java
Editor for qt stylesheet (qss). Real-time preview, and user can define varibles in qss.
-
Updated
May 23, 2022 - Python
A real time audio visualizer for Rainmeter similar to the ones used in the Monstercat videos.
-
Updated
Jan 29, 2021 - Lua
Draw focus rectangle
A modern, highly customizable Start menu skin for Open-Shell.
-
Updated
Mar 15, 2022
Responsive Theme for ActiveAdmin
-
Updated
Nov 8, 2021 - SCSS
A powerful and lightweight and customization theme/skin library for iOS 9+ in swift. 主题、换肤、暗黑模式
-
Updated
Aug 27, 2021 - Swift
Unreal Engine 4 Runtimes for Creature, the 2D Skeletal + Mesh Animation Tool
-
Updated
Nov 13, 2021 - C++
ThemeManager is a lightweight library for application to switching themes. support more attributes and theme extensions. more easy and convenient to use.
-
Updated
Feb 20, 2019 - Objective-C
A modern and high-performant Swing look-and-feel library
-
Updated
Jul 9, 2018
A clean and modern weewx skin with real time streaming updates, forecast data and interactive charts. View it in action at BelchertownWeather.com
-
Updated
May 20, 2022 - Python
数据可视化, 数据挖掘, 数据处理 ETL分析
-
Updated
Feb 15, 2022 - Java
Make your Discord client look like a UWP app.
-
Updated
Jan 14, 2022 - SCSS
2D Skeletal Animation WebGL Runtimes for Creature ( PixiJS, PhaserJS, ThreeJS, BabylonJS, Cocos Creator )
-
Updated
Feb 6, 2022 - JavaScript
Android Change Skin, Android Night Mode, 安卓换肤,安卓夜间模式
-
Updated
Mar 25, 2019 - Java
Improve this page
Add a description, image, and links to the skin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the skin topic, visit your repo's landing page and select "manage topics."


Any chance to change the ForegroundColor property from private to public so the tabs and the line under them can be customized?
Currently, it is:
https://github.com/Taiizor/ReaLTaiizor/blob/c603f6e63c935254c1cd8555d42d79acb945957d/src/ReaLTaiizor/Controls/TabControl/MetroTabControl.cs#L295-L296
which only allows to use the default color
Color.FromArgb(65, 177, 225)defined in the ApplyThe