Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. term_.prefs_.set('cursor-blink', true);
  2. term_.prefs_.set('background-color', '#1d1f21');
  3. term_.prefs_.set('foreground-color', '#c5c8c6');
  4. term_.prefs_.set('cursor-color', 'rgba(200, 200, 200, 0.5)')
  5. term_.prefs_.set('color-palette-overrides', [
  6. '#373b41', // selection
  7. '#cc6666', // red
  8. '#b5bd68', // green
  9. '#f0c674', // yellow
  10. '#81a2be', // blue
  11. '#b294bb', // purple
  12. '#8abeb7', // aqua
  13. '#c5c8c6', // foreground
  14. '#373b41', // selection
  15. '#cc6666', // red
  16. '#b5bd68', // green
  17. '#f0c674', // yellow
  18. '#81a2be', // blue
  19. '#b294bb', // purple
  20. '#8abeb7', // aqua
  21. '#c5c8c6' // foreground
  22. ]);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement