Browse Source

hush the depreciation cop

windhamdavid 9 years ago
parent
commit
6f3793dbee
1 changed files with 6 additions and 6 deletions
  1. 6 6
      index.less

+ 6 - 6
index.less

@@ -1,17 +1,17 @@
-.editor, .editor .gutter {
+atom-text-editor, .gutter {
   background-color: #000000;
   color: #F8F8F8;
 }
 
-.editor.is-focused .cursor {
-  border-color: #A7A7A7;
+.is-focused .cursor {
+  border-color: #FFFFFF;
 }
 
-.editor.is-focused .selection .region {
-  background-color: #AEE219;
+.is-focused .selection .region {
+  background-color: #333333;
 }
 
-.editor.is-focused .line-number.cursor-line-no-selection, .editor.is-focused .line.cursor-line {
+.is-focused .line-number.cursor-line-no-selection, .is-focused .line.cursor-line {
   background-color: rgba(255, 255, 255, 0.1);
 }