Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. black = '#65737e';
  2. red = '#bf616a'; // red
  3. green = '#a3be8c'; // green
  4. yellow = '#ebcb8b'; // yellow
  5. blue = '#b3deef'; // blue
  6. magenta = '#b48ead'; // pink
  7. cyan = '#73cef4'; // cyan
  8. white = '#c0c5ce'; // light gray
  9. lightBlack = '#65737e'; // medium gray
  10. lightRed = '#bf616a'; // red
  11. lightGreen = '#a3be8c'; // green
  12. lightYellow = '#ebcb8b'; // yellow
  13. lightBlue = '#b3deef'; // blue
  14. lightMagenta= '#b48ead'; // pink
  15. lightCyan = '#73cef4'; // cyan
  16. lightWhite = '#c0c5ce'; // white
  17.  
  18. t.prefs_.set('color-palette-overrides',
  19. [ black , red , green , yellow,
  20. blue , magenta , cyan , white,
  21. lightBlack , lightRed , lightGreen , lightYellow,
  22. lightBlue , lightMagenta , lightCyan , lightWhite ]);
  23.  
  24. t.prefs_.set('cursor-color', 'rgba(112,130,132,0.5)');
  25. t.prefs_.set('foreground-color', '#c0c5ce');
  26. t.prefs_.set('background-color', '#3a3a3a');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement