Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support different base colours #61

Open
edran opened this issue Sep 19, 2016 · 3 comments
Open

Support different base colours #61

edran opened this issue Sep 19, 2016 · 3 comments

Comments

@edran
Copy link

edran commented Sep 19, 2016

First off, let me give you a huge amount of thanks for making such a nice theme. Making Emacs pretty is always quite a challenge, and you have managed pretty well so far :)

I was just wondering if it'd be possible to have different versions of the dark theme where the base colour is not just purple (e.g. having a spacemacs-red, spacemacs-blue, etc.), and whether you think this might be feasible to achieve with the current scheme (e.g. by for instance adding some $COLOUR to the current ones).

@nashamri
Copy link
Owner

Hey @edran thanks for the kind words 😄

You can do that right now with spacemacs-theme. For example, just add this to your dotspacemacs/user-init:

  (custom-set-variables '(spacemacs-theme-custom-colors
                          '((act1 . "#ff0000")
                            (act2 . "#0000ff")
                            (base . "#ffffff"))))

To change the act1, act2 and base .

@edran
Copy link
Author

edran commented Sep 22, 2016

Excellent :)

The only issue with this particular solution is that it's harder to deal with both dark and light theme, so I wonder if it'd be easier to ship the theme directly with a custom function?

@nashamri
Copy link
Owner

Yes the solution I mentioned won't work for both variants. I need to play with this a bit to see what's the best way to support both variants.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants