From fca74ee925202e5afb84842746c120ac111c181a Mon Sep 17 00:00:00 2001 From: Corey Johnson & Nathan Sobo Date: Fri, 6 Jul 2012 12:36:50 -0700 Subject: [PATCH] Revert "WIP: making folded lines look better" This reverts commit 0e4f156cb05daaefcc5927fd3901103d0eecea51. --- src/app/editor.coffee | 2 +- static/theme/twilight.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/editor.coffee b/src/app/editor.coffee index c06cd4f2c..7d7946fcd 100644 --- a/src/app/editor.coffee +++ b/src/app/editor.coffee @@ -650,7 +650,7 @@ class Editor extends View @renderedLines.css('padding-bottom', heightOfRenderedLines) adjustWidthOfRenderedLines: -> - # @renderedLines.width(@charWidth * @maxScreenLineLength()) + @renderedLines.width(@charWidth * @maxScreenLineLength()) handleScrollHeightChange: -> scrollHeight = @lineHeight * @screenLineCount() diff --git a/static/theme/twilight.css b/static/theme/twilight.css index 1ecd947ad..ddd2d0e5e 100644 --- a/static/theme/twilight.css +++ b/static/theme/twilight.css @@ -70,11 +70,13 @@ color:#D2A8A1; } .fold { - background-color: #1D2620; + background-color: #524228; + color: #969696; } .fold.selected { - background-color: #2b382f; + background-color: #2A3B2A; + color: #969696; } .support.function {