-
-
Save jvns/b25bdfe7508b3d0782b800e5e4e80c47 to your computer and use it in GitHub Desktop.
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
function setPrefs(t) { | |
t.prefs_.set('color-palette-overrides',["#002831", "#d11c24", "#738a05", "#a57706", "#2176c7", "#c61c6f", "#259286", "#eae3cb", "#001e27", "#bd3613", "#475b62", "#536870", "#708284", "#5956ba", "#819090", "#fcf4dc"]); | |
t.prefs_.set('foreground-color', "#536870"); | |
t.prefs_.set('background-color', "#fcf4dc"); | |
t.prefs_.set('cursor-color', 'rgba(83,104,112,0.5)'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment