├── .gitattributes ├── LICENSE ├── QTTabBarSettingsSkin.reg ├── README.md ├── Rounded.psd ├── Rounded_with_separator.png ├── Rounded_without_separator.png ├── Square.psd ├── Square_with_separator.png ├── Square_without_separator.png └── appearance.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StickySli/qttabbar-dark-mode-skin/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StickySli/qttabbar-dark-mode-skin/HEAD/LICENSE -------------------------------------------------------------------------------- /QTTabBarSettingsSkin.reg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StickySli/qttabbar-dark-mode-skin/HEAD/QTTabBarSettingsSkin.reg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StickySli/qttabbar-dark-mode-skin/HEAD/README.md -------------------------------------------------------------------------------- /Rounded.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StickySli/qttabbar-dark-mode-skin/HEAD/Rounded.psd -------------------------------------------------------------------------------- /Rounded_with_separator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StickySli/qttabbar-dark-mode-skin/HEAD/Rounded_with_separator.png -------------------------------------------------------------------------------- /Rounded_without_separator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StickySli/qttabbar-dark-mode-skin/HEAD/Rounded_without_separator.png -------------------------------------------------------------------------------- /Square.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StickySli/qttabbar-dark-mode-skin/HEAD/Square.psd -------------------------------------------------------------------------------- /Square_with_separator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StickySli/qttabbar-dark-mode-skin/HEAD/Square_with_separator.png -------------------------------------------------------------------------------- /Square_without_separator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StickySli/qttabbar-dark-mode-skin/HEAD/Square_without_separator.png -------------------------------------------------------------------------------- /appearance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/StickySli/qttabbar-dark-mode-skin/HEAD/appearance.png --------------------------------------------------------------------------------