Highlights the active window with a border, and dims inactive windows using custom styling.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
On a side note, the accent color is exposed on the theme context, so you might be able to simplify some things: ``` const context = St.ThemeContext.get_for_stage(global.stage); const [accentColor] = context.get_accent_color(); ```