From a70716e99a1492f05a099c16d4bbf86636cfe16b Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Sat, 15 Feb 2020 17:37:59 +0100 Subject: [PATCH] =?UTF-8?q?Support=20new=20selected=20and=20inactive=20tab?= =?UTF-8?q?=20highlighting=20editor=20scheme=E2=80=A6=20(#130)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Selected and inactive tabs were previously styled using the corresponding `ui.EditorTabs.*` UI themey keys. Some of these keys are now deprecated or marked as "unknown" to the UI theme scheme validator. The highlighting is now controlled using the new `TAB_SELECTED` and `TAB_SELECTED_INACTIVE` editor color scheme keys added to the IDE platform code in https://github.com/JetBrains/intellij-community/commit/bf26eb8ec1b95aad5db530447922336556408597. In my opinion there are some keys that should not be placed in the editor scheme (including these both) and it feels like there is inconsistency between the UI theme API and editor color scheme API. Anyway, in order to style tabs correctly again, both new editor scheme keys have been added using the same colors like the UI theme keys. Reported by "Tom1206" (https://github.com/Tom1206) in https://github.com/arcticicestudio/nord-jetbrains/issues/120#issuecomment-585628215 Related to GH-120 Closes GH-126 --- resources/themes/nord.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/resources/themes/nord.xml b/resources/themes/nord.xml index 0b9fc94..6e2e008 100644 --- a/resources/themes/nord.xml +++ b/resources/themes/nord.xml @@ -58,6 +58,8 @@ + +