about summary refs log tree commit diff stats
path: root/atom/styles/styles.less
diff options
context:
space:
mode:
Diffstat (limited to 'atom/styles/styles.less')
-rw-r--r--atom/styles/styles.less16
1 files changed, 16 insertions, 0 deletions
diff --git a/atom/styles/styles.less b/atom/styles/styles.less
new file mode 100644
index 00000000..e1a749a3
--- /dev/null
+++ b/atom/styles/styles.less
@@ -0,0 +1,16 @@
+atom-text-editor.editor {
+  .syntax--source.syntax--subx {
+    .syntax--function.syntax--subx {
+      color: orange;
+    }
+    .syntax--global.syntax--subx {
+      color: red;
+    }
+    .syntax--test.syntax--subx {
+      color: #88ff88;
+    }
+    .syntax--label.syntax--subx {
+      color: #448844;
+    }
+  }
+}