tone down the core colors slightly so they work in harmony with atom-dark-ui

This commit is contained in:
Justin Palmer 2013-02-01 13:12:09 -08:00
parent a7b28f0dec
commit 6734c2fb37

View File

@ -1,6 +1,6 @@
.editor, .editor .gutter {
background-color: #141414;
color: #EDEDED;
background-color: #1d1f21;
color: #c5c8c6;
}
.editor.focused .cursor {