kingToolbox / WindTerm Public
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
I have created a theme, how can I share it? #62
Comments
|
Wow, it is so amazing. You are the first contributor to WindTerm, thank you very very much! I will build and provide ways to share, such as a themes folder and "Pull requests". In addition, would you like to authorize me to distribute your theme and WindTerm together? And put your name on the list of contributors? In addition, there are two small problems. One is I will provide more detailed documentation and interface in subsequent versions as soon as possible to better provide assistance and convenience for customization of themes, keyboards, etc. Thank you again! |
|
Text selections are invisible in this theme... |
|
I think this may be that the color of the selection is not set correctly, you can open the configuration file {
"name": "text.selection",
"style": {
"foreground": "#282A36",
"background": "#282A36",
"decorationStyle": "roundBox"
}
},to: {
"name": "text.selection",
"style": {
"foreground": "#805050FF",
"background": "#805050FF",
"decorationStyle": "roundBox"
}
},The color |
|
New version here: dracula.zip |
|
Thanks, works! |


I have created a dracula theme for this awesome terminal:
dracula.zip
Is there a way to push it into the repo?
The text was updated successfully, but these errors were encountered: