From 6e54fada4dafe9abb819593293b4c9519e913cea Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Mon, 22 Jul 2019 11:15:17 -0400 Subject: [PATCH] nord theme touchups --- package-lock.json | 35 +++++++++-------------------------- src/popup/scss/box.scss | 2 +- src/popup/scss/variables.scss | 16 +++++++--------- 3 files changed, 17 insertions(+), 36 deletions(-) diff --git a/package-lock.json b/package-lock.json index d41e8d9eb3..f9b6d3d7ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5107,8 +5107,7 @@ "ansi-regex": { "version": "2.1.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "aproba": { "version": "1.2.0", @@ -5136,7 +5135,6 @@ "version": "1.1.11", "bundled": true, "dev": true, - "optional": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -5151,8 +5149,7 @@ "code-point-at": { "version": "1.1.0", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "concat-map": { "version": "0.0.1", @@ -5163,8 +5160,7 @@ "console-control-strings": { "version": "1.1.0", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "core-util-is": { "version": "1.0.2", @@ -5281,8 +5277,7 @@ "inherits": { "version": "2.0.3", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "ini": { "version": "1.3.5", @@ -5294,7 +5289,6 @@ "version": "1.0.0", "bundled": true, "dev": true, - "optional": true, "requires": { "number-is-nan": "^1.0.0" } @@ -5309,7 +5303,6 @@ "version": "3.0.4", "bundled": true, "dev": true, - "optional": true, "requires": { "brace-expansion": "^1.1.7" } @@ -5317,14 +5310,12 @@ "minimist": { "version": "0.0.8", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "minipass": { "version": "2.2.4", "bundled": true, "dev": true, - "optional": true, "requires": { "safe-buffer": "^5.1.1", "yallist": "^3.0.0" @@ -5343,7 +5334,6 @@ "version": "0.5.1", "bundled": true, "dev": true, - "optional": true, "requires": { "minimist": "0.0.8" } @@ -5424,8 +5414,7 @@ "number-is-nan": { "version": "1.0.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "object-assign": { "version": "4.1.1", @@ -5437,7 +5426,6 @@ "version": "1.4.0", "bundled": true, "dev": true, - "optional": true, "requires": { "wrappy": "1" } @@ -5523,8 +5511,7 @@ "safe-buffer": { "version": "5.1.1", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "safer-buffer": { "version": "2.1.2", @@ -5560,7 +5547,6 @@ "version": "1.0.2", "bundled": true, "dev": true, - "optional": true, "requires": { "code-point-at": "^1.0.0", "is-fullwidth-code-point": "^1.0.0", @@ -5580,7 +5566,6 @@ "version": "3.0.1", "bundled": true, "dev": true, - "optional": true, "requires": { "ansi-regex": "^2.0.0" } @@ -5624,14 +5609,12 @@ "wrappy": { "version": "1.0.2", "bundled": true, - "dev": true, - "optional": true + "dev": true }, "yallist": { "version": "3.0.2", "bundled": true, - "dev": true, - "optional": true + "dev": true } } }, diff --git a/src/popup/scss/box.scss b/src/popup/scss/box.scss index b706260fb9..8567db25ad 100644 --- a/src/popup/scss/box.scss +++ b/src/popup/scss/box.scss @@ -324,7 +324,7 @@ input:not([type="checkbox"]), textarea { border: none; width: 100%; - background-color: transparent; + background-color: transparent !important; &::-webkit-input-placeholder { @include themify($themes) { diff --git a/src/popup/scss/variables.scss b/src/popup/scss/variables.scss index e5ed86b2ac..1bae5bb0d2 100644 --- a/src/popup/scss/variables.scss +++ b/src/popup/scss/variables.scss @@ -133,28 +133,26 @@ $themes: ( nord: ( textColor: $nord5, borderColor: $nord0, - backgroundColor: $nord2, - backgroundColorAlt: $nord1, - backgroundColorAlt2: $nord1, + backgroundColor: $nord1, + backgroundColorAlt: $nord2, scrollbarColor: $nord4, scrollbarHoverColor: $nord6, boxBackgroundColor: $nord2, boxBackgroundHoverColor: $nord3, boxBorderColor: $nord1, - headerBackgroundColor: $nord2, + tabBackgroundColor: $nord1, + tabBackgroundHoverColor: $nord2, + headerColor: $nord5, + headerBackgroundColor: $nord1, + headerBackgroundHoverColor: $nord2, headerBorderColor: $nord0, headerInputBackgroundColor: $nord6, headerInputBackgroundFocusColor: $nord5, headerInputColor: $nord2, headerInputPlaceholderColor: $nord3, - listItemBackgroundColor: $nord2, listItemBackgroundHoverColor: $nord3, - listItemBorderColor: $nord1, - groupingsActiveColor: $nord3, disabledIconColor: $nord5, headingColor: $nord4, - headingButtonColor: $nord5, - headingButtonHoverColor: $nord6, labelColor: $nord4, mutedColor: $nord4, totpStrokeColor: $nord4,