Skip to content

ipadkid358/DarkSuite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DarkSuite

Dark styled system elements.

Noctis is a system-wide attempt at dark mode. It hooks UIView and CALayer at a high level, and intelligently changes colors. This works fairly well, and results in high compatibility.

The approach I wanted to take with these tweaks was more modular. Views are specifically targeted, and colors are changed appropriately. I decided to move these tweaks out of my personal tweaks repo, however these tweaks still neglect to take into account other tweaks, and compatibility. This results in less bugs with less compatibility. For me, this is not an issue, as I write all my own tweaks