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
// Paste this whole file into your Chrome Secure Shell window's inspect console, and run it! | |
term_.prefs_.set('enable-bold', false) | |
term_.prefs_.set('background-color', "#282a36"); | |
term_.prefs_.set('foreground-color', "#f8f8f2"); | |
term_.prefs_.set('color-palette-overrides', [ | |
"#000000", | |
"#ff5555", | |
"#50fa7b", |
OlderNewer