Last active
December 3, 2018 20:20
-
-
Save sbealer/c88a2e83d20501cc14508dccd5a63b3d to your computer and use it in GitHub Desktop.
Dark Theme for Franz Slack (Windows)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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