From 2e51d5605cd9bd9d3738d620be8b11abee589ccd Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sat, 6 May 2017 10:20:15 +0200 Subject: [PATCH] GHI-#8 Remove transparency from all validation attributes --- themes/nord.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/nord.json b/themes/nord.json index 7b3511c..0b0e29f 100644 --- a/themes/nord.json +++ b/themes/nord.json @@ -56,12 +56,12 @@ "input.foreground": "#d8dee9", "input.border": "#3b4252", "inputOption.activeBorder": "#88c0d0", - "inputValidation.errorBackground": "#bf616ac0", - "inputValidation.errorBorder": "#bf616ac0", - "inputValidation.infoBackground": "#81a1c1c0", - "inputValidation.infoBorder": "#81a1c1c0", - "inputValidation.warningBackground": "#ebcb8bc0", - "inputValidation.warningBorder": "#ebcb8bc0", + "inputValidation.errorBackground": "#bf616a", + "inputValidation.errorBorder": "#bf616a", + "inputValidation.infoBackground": "#81a1c1", + "inputValidation.infoBorder": "#81a1c1", + "inputValidation.warningBackground": "#ebcb8b", + "inputValidation.warningBorder": "#ebcb8b", "list.activeSelectionBackground": "#3b4252", "list.activeSelectionForeground": "#d8dee9", "list.inactiveSelectionBackground": "#3b4252",