1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-24 10:14:52 +02:00

nord theme mods

This commit is contained in:
Kyle Spearrin 2018-07-21 22:37:11 -04:00
parent 223320c8b4
commit f770ef264d

View File

@ -161,9 +161,9 @@ $themes: (
totpStrokeColor: $nord4,
boxRowButtonColor: $nord4,
boxRowButtonHoverColor: $nord6,
inputBorderColor: $nord2,
inputBackgroundColor: $nord0,
inputPlaceholderColor: $nord4,
inputBorderColor: $nord0,
inputBackgroundColor: $nord2,
inputPlaceholderColor: lighten($nord3, 20%),
buttonBackgroundColor: $nord3,
buttonBorderColor: $nord0,
buttonColor: $nord6,