Last active
March 28, 2020 04:08
-
-
Save willhbr/e83d8321dda0641c67c4d9f8c1f16faa 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
var theme = { | |
color: [ | |
'#292c36', | |
'#dc3c3c', | |
'#95c76f', | |
'#d28e5d', | |
'#8485ce', | |
'#b73999', | |
'#00aba5', | |
'#a9acb6', | |
'#434650', | |
'#ff7c7c', | |
'#d5ffaf', | |
'#ffce9d', | |
'#c4c5ff', | |
'#f779d9', | |
'#40ebe5', | |
'#ffffff', | |
], | |
foreground: '#d0d0d0', | |
background: '#212121', | |
}; | |
term_applySexyTheme(theme); | |
term_set('cursor-color', 'rgba(208,208,208,0.5)'); | |
term_set('cursor-blink', false); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment