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

Fix foreground color of org-hide #36

Closed mpedramfar closed 1 year ago

mpedramfar commented 1 year ago

Hi and thanks for the theme!

Running M-x describe-face and choosing org-hide will give us the following description:

Face used to hide leading stars in headlines.
The foreground color of this face should be equal to the background
color of the frame.

Currently, setting org-hide-leading-stars to t doesn't hide leading stars. This PR fixes that.

ianyepan commented 1 year ago

Thanks for the PR!