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

Make color of org-code visually distinct from surrounding text #24

Closed YongJieYongJie closed 3 years ago

YongJieYongJie commented 3 years ago

Currently font face fororg-code (think of it like the org-mode equivalent of backticks in markdown) is set to fg2, and looks very similar to surrounding text:

image

Perhaps change it to ms-orange: image

Similar change can also be applied to org-verbatim, which affects lines like =my inline verbatim quote= (this concept is not in markdown, but it refers to any verbatim quote, not necessarily code).

org-code: https://github.com/ianyepan/vscode-dark-plus-emacs-theme/blob/master/vscode-dark-plus-theme.el#L175

fg2: https://github.com/ianyepan/vscode-dark-plus-emacs-theme/blob/master/vscode-dark-plus-theme.el#L65

ms-orange: https://github.com/ianyepan/vscode-dark-plus-emacs-theme/blob/master/vscode-dark-plus-theme.el#L100

ianyepan commented 3 years ago

This is a good idea! Please submit a PR and I'll merge it ASAP.

YongJieYongJie commented 3 years ago

@ianyepan PR created 👍

ianyepan commented 3 years ago

Looks good, thanks for the PR.