├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md └── src └── DMTB.nim /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aetopia/Dark-Mode-Titlebars/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aetopia/Dark-Mode-Titlebars/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aetopia/Dark-Mode-Titlebars/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aetopia/Dark-Mode-Titlebars/HEAD/README.md -------------------------------------------------------------------------------- /src/DMTB.nim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Aetopia/Dark-Mode-Titlebars/HEAD/src/DMTB.nim --------------------------------------------------------------------------------