Last active
December 15, 2021 16:00
-
-
Save atwm/dee826cca7df061a6e8fc540a197d41c to your computer and use it in GitHub Desktop.
PaperColor Theme for Blink.sh
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
| t.prefs_.set('color-palette-overrides',["#eeeeee", "#af0000", "#008700", "#5f8700", "#0087af","#878787", "#005f87","#444444","#bcbcbc","#d70000","#d70087","#8700af","#d75f00", "#d75f00","#005faf","#005f87" ]); | |
| t.prefs_.set('foreground-color',"#444444"); | |
| t.prefs_.set('background-color',"#eeeeee"); | |
| t.prefs_.set('cursor-color','rgba(32,187,252,0.5)'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment