Skip to content

Instantly share code, notes, and snippets.

@nnutter
Last active May 2, 2018 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nnutter/5338b1ef5e01731eac420ba2fcc3b798 to your computer and use it in GitHub Desktop.
Save nnutter/5338b1ef5e01731eac420ba2fcc3b798 to your computer and use it in GitHub Desktop.
Tomorrow Night for Chrome OS's Secure Shell (and Crosh Window)
// Based on the lilyterm config,
// https://github.com/chriskempson/tomorrow-theme/blob/0e0d35ac303f99b8aa182091ebeaee81cf2183a0/lilyterm/default.conf#L482-L497
// https://github.com/giraj/solarized-crosh
term_.prefs_.set('environment', { TERM: "xterm-256color" })
term_.prefs_.set('foreground-color', '#c5c8c6')
term_.prefs_.set('background-color', '#1d1f21')
term_.prefs_.set('cursor-color', '#aeafad')
term_.prefs_.set('color-palette-overrides',[
"#000000",
"#912226",
"#778900",
"#ae7b00",
"#1d2594",
"#682a9b",
"#2b6651",
"#929593",
"#666666",
"#cc6666",
"#b5bd68",
"#f0c674",
"#81a2be",
"#b294bb",
"#8abeb7",
"#ecebec"
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment