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

Make theme configurable #15

Merged
merged 5 commits into from
Feb 6, 2020
Merged

Make theme configurable #15

merged 5 commits into from
Feb 6, 2020

Conversation

hatoo
Copy link
Owner

@hatoo hatoo commented Feb 5, 2020

resolves #12

@hatoo
Copy link
Owner Author

hatoo commented Feb 5, 2020

@dontlaugh

# Configure to defaults
[file_default]
indent_width = 4
# Set true if you are running in legacy terminal which has no true color
ansi_color = false
tabnine = ["TabNine"]
# Set theme
# You can set either theme name which is supported by `syntect` and file path for .tmTheme
theme = "Solarized (dark)"

You can set the theme in config file now.
Does it solves your issue?

@dontlaugh
Copy link

I will test this soon. Thank you.

@dontlaugh
Copy link

My background is still opaque, even when making the colors match, but it's still a good change 👍 At least it lets me experiment with the colors without rebuilding.

@hatoo hatoo merged commit b267aff into master Feb 6, 2020
@hatoo hatoo deleted the config-theme branch February 24, 2020 04:32
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

Successfully merging this pull request may close these issues.

Transparent background in editor
2 participants