ianyepan / vscode-dark-plus-emacs-theme

An accurate port of the default Visual Studio Code Dark+ theme for Emacs
GNU General Public License v3.0
174 stars 17 forks source link

Add support for current line highlight rendering. #32

Closed brownts closed 1 year ago

brownts commented 1 year ago

This adds the VSCode line and gutter rendering options for the current line as is available in VSCode. These new settings are disabled by default (even though line rendering is the VSCode default) and uses the previous line highlighting format so as to not change behavior for current users of the theme.

`highlight-thing' face has been added and it adapts its face based on the setting of the line highlight rendering setting.

ianyepan commented 1 year ago

Thank you for the PR!