From 131d2ab3ada2a079ec615b054b69400b998d6685 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 7 Jan 2015 17:35:22 -0800 Subject: [PATCH] :memo: Drop the parens --- docs/creating-a-theme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/creating-a-theme.md b/docs/creating-a-theme.md index 827adddf5..bdf35f298 100644 --- a/docs/creating-a-theme.md +++ b/docs/creating-a-theme.md @@ -1,8 +1,8 @@ # Creating a Theme -Atom's interface is rendered using HTML, and it's styled via [LESS] \(a superset -of CSS). Don't worry if you haven't heard of LESS before; it's just like CSS, -but with a few handy extensions. +Atom's interface is rendered using HTML, and it's styled via [LESS] which is a +superset of CSS. Don't worry if you haven't heard of LESS before; it's just like +CSS, but with a few handy extensions. Atom supports two types of themes: _UI_ and _syntax_. UI themes style elements such as the tree view, the tabs, drop-down lists, and the status bar.