Created
February 1, 2017 06:42
-
-
Save tnormington/6f8db9421657c67e18b28a5198364325 to your computer and use it in GitHub Desktop.
Firewatch colors for the Platformio IDE Terminal Atom plugin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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