Skip to content

Instantly share code, notes, and snippets.

@neet
Last active July 4, 2017 19:03
Show Gist options
  • Save neet/2655b46661d74fe53c47879b65dc45e3 to your computer and use it in GitHub Desktop.
Save neet/2655b46661d74fe53c47879b65dc45e3 to your computer and use it in GitHub Desktop.
Atom PlatformIO IDE Terminal用less
.standard {
background-color: #282828;
color: #FF9400;
::selection {
background-color: #FF9400;
color: #202020;
}
.terminal-cursor {
background-color: #ddd;
}
}
@neet
Copy link
Author

neet commented Jul 4, 2017

monokai とかとやるといい感じ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment