Created
April 3, 2020 18:36
-
-
Save dcalacci/7b4a97fe54229f8fca5ad6b17a9d03ce 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
// t.prefs_.set('color-palette-overrides',["#121418", "#c94234", "#85c54c", "#f5ae2e", "#1398b9", "#d0633d", "#509552", "#e5c6aa", "#675f54", "#ff645a", "#98e036", "#e0d561", "#5fdaff", "#ff9269", "#84f088", "#f6f7ec"]); | |
t.prefs_.set('color-palette-overrides', ["#424242","#F4e2d9", "#8cd1b9", "#f4e2d9", | |
"#8ca4d1", "#ff9191", "#8cd1b9", "#C8a2a1", | |
"#f4e2d9", | |
"#ff9191", | |
"#8cd1b9", "#8cd1b9", | |
"#f8cac8", "#f8cac8", | |
"#8ca4d1", "#8ca4d1", | |
"#f9a47f", "#f9a47f", | |
"#8cd1b9", "#8cd1b9", | |
"#F8CAC8", "#6e6e6e"]); | |
t.prefs_.set('foreground-color', "#F8CAC8"); | |
t.prefs_.set('background-color', "#2e2e2e"); | |
t.prefs_.set('cursor-color', '#F8CAC8'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment