Skip to content

Instantly share code, notes, and snippets.

@stramel
Last active December 2, 2018 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stramel/4c33a7ba8f5b04e1d7b4de2c0a92df73 to your computer and use it in GitHub Desktop.
Save stramel/4c33a7ba8f5b04e1d7b4de2c0a92df73 to your computer and use it in GitHub Desktop.
Chesterish styled terminal settings for ChromeOS Pixelbook. Press Ctrl + Shift + P to access the settings. Then import this file to apply the settings.
{
"magic": "nassh-prefs",
"version": 1,
"nassh": { "profile-ids": [] },
"hterm": {
"chesterish": {
"background-color": "rgba(41, 51, 64, 1)",
"cursor-blink": true,
"cursor-color": "rgba(44, 133, 247, 0.5)",
"font-family": "\"Fira Code\", \"DejaVu Sans Mono\", \"Noto Sans Mono\", \"Everson Mono\", FreeMono, Menlo, Terminal, monospace",
"font-size": "11",
"foreground-color": "rgba(205, 210, 233, 1)"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment