This file contains hidden or 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
// Colors selected to match the Twilight theme | |
@git-added-color: #8F9D6A; | |
@git-modified-color: #7587A6; | |
@git-removed-color: #CF6A4C; | |
// Blur inactive windows | |
body.is-blurred .workspace { | |
-webkit-filter: blur(0.13em) hue-rotate(19deg); | |
} |