From f47957546cf0d14781f3e1b05949733589b90672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=CC=81=20Schwaiger?= Date: Tue, 20 Sep 2016 21:59:55 +0200 Subject: [PATCH] Use same color for code blocks and embedded source We now use the same background colors for all forms of embedded code. Before this change Markdown code blocks such as: ```ruby puts 'Hello, World!' ``` would start with a light grey background in line 1 and then change to a darker grey background in line 2. --- Themes/Rainbow Dash.tmTheme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Themes/Rainbow Dash.tmTheme b/Themes/Rainbow Dash.tmTheme index b50f56c..ff855aa 100644 --- a/Themes/Rainbow Dash.tmTheme +++ b/Themes/Rainbow Dash.tmTheme @@ -313,7 +313,7 @@ settings background - #0000000D + #f5f5f5 @@ -448,7 +448,7 @@ settings background - #F0F0F0 + #f5f5f5