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 {