nashamri / spacemacs-theme

Light and dark theme for spacemacs that supports GUI and terminal
GNU General Public License v3.0
600 stars 113 forks source link

Cannot set comments or keywords to italic #116

Closed williamJmelton closed 6 years ago

williamJmelton commented 6 years ago

I see in the documentation that using M-x we can search for the var to change the comments and keywords to italic - however, when searching for these variables in the customize buffer the variables are not there.

I thought maybe that spacemacs uses an old version of the theme without this capability so I replaced the theme files in my spacemacs-master/core/libs/spacemacs-theme folder with the files in this repo, but still no luck.

nashamri commented 6 years ago

Yeah the latest changes are there for the develop branch of spacemacs. However, if you replace the spacemacs-common.el file with the one in the folder core/libs/spacemacs-theme and restart spacemacs, I guess it should work.

nashamri commented 6 years ago

And in your .spacemacs add the vars you want in the user-init function:

williamJmelton commented 6 years ago

Switched to development branch & everything is as expected. Thanks!