-
-
Save gsf/8d71594d80125df2f5c0 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
// Disable bold. | |
term_.prefs_.set('enable-bold', false); | |
// Use this for base16-default. | |
term_.prefs_.set('background-color', "#151515"); | |
term_.prefs_.set('foreground-color', "rgba(255, 255, 255, 0.8)"); | |
term_.prefs_.set('cursor-color', 'rgba(255, 255, 255, 0.5)'); | |
term_.prefs_.set('color-palette-overrides', [ | |
'#151515', | |
'#ac4142', | |
'#90a959', | |
'#f4bf75', | |
'#6a9fb5', | |
'#aa759f', | |
'#75b5aa', | |
'#d0d0d0', | |
'#505050', | |
'#d28445', | |
'#202020', | |
'#303030', | |
'#b0b0b0', | |
'#e0e0e0', | |
'#8f5536', | |
'#f5f5f5' | |
]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment