Skip to content

Commit

Permalink
Add editorLineNumber.activeForeground highlight #487
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Nov 25, 2020
1 parent 963ea5c commit 86343d0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions src/themes/themeData.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions themes/OneDark-Pro.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 86343d0

Please sign in to comment.