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

Customize theme #27

Closed
endormi opened this issue Feb 23, 2021 · 1 comment
Closed

Customize theme #27

endormi opened this issue Feb 23, 2021 · 1 comment

Comments

@endormi
Copy link
Owner

endormi commented Feb 23, 2021

Hey, to anyone that is reading this message!

If there are certain aspects of the theme that you don't like, you don't need to use a different theme.
I just wanted to make a disclaimer about letting you know that this theme can be customized.

Just as an example. talking about #21 I personally enjoy not having indent guides, but someone else might not.

If you want to make some bigger changes, you can just clone this project without having to fork it and make the updates to the theme and then add the theme locally to your .vscode/extensions folder.

If you only have a few changes, you can add your customizations to settings.json file like this (copied from example issue):

"workbench.colorCustomizations": {
    "[2077]": {
        "editorIndentGuide.background": "#103483"
    }
}

Example on how to work with settings.json.

@endormi endormi pinned this issue Feb 23, 2021
@endormi endormi closed this as completed Mar 14, 2021
@Hugocorreaa
Copy link

Hugocorreaa commented Jul 7, 2022

thank you

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