Skip to content

Instantly share code, notes, and snippets.

@sbealer
Last active December 3, 2018 20:20
Show Gist options
  • Save sbealer/c88a2e83d20501cc14508dccd5a63b3d to your computer and use it in GitHub Desktop.
Save sbealer/c88a2e83d20501cc14508dccd5a63b3d to your computer and use it in GitHub Desktop.
Dark Theme for Franz Slack (Windows)
Save the contents of: https://raw.githubusercontent.com/artifex404/slack-dark-theme/master/custom.css into
C:\Users\%username%\AppData\Roaming\Franz\recipes\slack
Open this file: "C:\Users\%username%\AppData\Roaming\Franz\recipes\slack\webview.js"
Find the line that has the code: "Franz.injectCSS(_path2.default.join(__dirname, 'service.css'));"
Under that line add: Franz.injectCSS(_path2.default.join(__dirname, 'custom.css'));
Save and Ctrl+R your Franz slack windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment