Skip to content

Instantly share code, notes, and snippets.

@tnormington
Created February 1, 2017 06:42
Show Gist options
  • Save tnormington/6f8db9421657c67e18b28a5198364325 to your computer and use it in GitHub Desktop.
Save tnormington/6f8db9421657c67e18b28a5198364325 to your computer and use it in GitHub Desktop.
Firewatch colors for the Platformio IDE Terminal Atom plugin
// Firewatch colors
.platformio-ide-terminal .xterm {
background-color: #160201;
color: #BAAAAD;
::selection {
background-color: #C1663A;
}
.terminal-cursor {
background-color: #C1663A;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment