From 86343d046009dc590f9d1cc617beaf6ee1b65371 Mon Sep 17 00:00:00 2001 From: binaryify Date: Wed, 25 Nov 2020 15:14:55 +0800 Subject: [PATCH] Add editorLineNumber.activeForeground highlight #487 --- CHANGELOG.md | 5 +++++ LICENSE.txt | 2 +- package.json | 2 +- src/themes/themeData.json | 2 ++ themes/OneDark-Pro.json | 1 + 5 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4782bdb8..f6214f0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # CHANGELOG +## 3.9.8 | 2020.11.25 +- Add editorLineNumber.activeForeground highlight [#487](https://github.com/Binaryify/OneDark-Pro/issues/487) + +- Update license + ## 3.9.7 | 2020.11.21 - Update screenshots and docs diff --git a/LICENSE.txt b/LICENSE.txt index 2a84d33b..684e2b51 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013-2019 Binaryify +Copyright (c) 2013-2020 Binaryify Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 3ff60650..a8cd21ef 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "material-theme", "displayName": "One Dark Pro", "description": "Atom's iconic One Dark theme for Visual Studio Code", - "version": "3.9.7", + "version": "3.9.8", "publisher": "zhuangtongfa", "bugs": { "url": "https://github.com/Binaryify/OneDark-Pro/issues" diff --git a/src/themes/themeData.json b/src/themes/themeData.json index 8d767c53..89756e00 100644 --- a/src/themes/themeData.json +++ b/src/themes/themeData.json @@ -452,6 +452,7 @@ "editor.findMatchHighlightBackground": "#6199ff2f", "editor.foreground": "#abb2bf", "editor.lineHighlightBackground": "#2c313c", + "editorLineNumber.activeForeground": "#fffff", "editor.selectionBackground": "#67769660", "editor.selectionHighlightBackground": "#ffffff10", "editor.selectionHighlightBorder": "#dddddd", @@ -561,6 +562,7 @@ "editor.findMatchHighlightBackground": "#6199ff2f", "editor.foreground": "#abb2bf", "editor.lineHighlightBackground": "#2c313c", + "editorLineNumber.activeForeground": "#fffff", "editor.selectionBackground": "#67769660", "editor.selectionHighlightBackground": "#404859", "editor.selectionHighlightBorder": "#404859", diff --git a/themes/OneDark-Pro.json b/themes/OneDark-Pro.json index 26afa6be..110883b3 100644 --- a/themes/OneDark-Pro.json +++ b/themes/OneDark-Pro.json @@ -1861,6 +1861,7 @@ "editor.findMatchHighlightBackground": "#6199ff2f", "editor.foreground": "#abb2bf", "editor.lineHighlightBackground": "#2c313c", + "editorLineNumber.activeForeground": "#fffff", "editor.selectionBackground": "#67769660", "editor.selectionHighlightBackground": "#ffffff10", "editor.selectionHighlightBorder": "#dddddd",