From 933e9b647d510e96780801a6e2fa9b8f9db7c6bb Mon Sep 17 00:00:00 2001 From: Rob Letzler Date: Sat, 28 Mar 2020 17:22:22 -0400 Subject: [PATCH] Update Abyss.tmTheme 1) This modifies this built in VS Code theme to comply with the red-means-invalid convention implemented in built in VS Code Themes including the Default Dark Default Dark+. 2) This change applies the widely accepted convention that red means stop or danger to invalid code. It also draws a clearer contrast between invalid syntax and routine, valid syntax. --- gerane.Theme-Abyss/themes/Abyss.tmTheme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gerane.Theme-Abyss/themes/Abyss.tmTheme b/gerane.Theme-Abyss/themes/Abyss.tmTheme index 62e5423a..661d5dd2 100644 --- a/gerane.Theme-Abyss/themes/Abyss.tmTheme +++ b/gerane.Theme-Abyss/themes/Abyss.tmTheme @@ -266,7 +266,7 @@ fontStyle foreground - #F8F8F0 + #F44747 @@ -279,7 +279,7 @@ background #AE81FF foreground - #F8F8F0 + #F44747