-
Notifications
You must be signed in to change notification settings - Fork 47
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
Alacritty terminal theme support #78
Comments
I am actually really glad you compared this to gruvbox, as that is exactly what I wanted to replicate. Just not as brown. Glad you like it! If you want you can submit a PR? |
Just add some screenshots with the nordic background please. |
@AlexvZyl Turned out my true colours weren't setup properly, hence you see a brownish background for my screenshots. I fixed that now. & I checked color in VIM: :hi Normal
" Normal xxx guifg=#c0c8d8 guibg=#242933 & currently using this bg: #242933 in alacrity which matches vim's now. Let me take this up this weekend, I'll attach some screenshots in the PR. |
@AlexvZyl A standard way to create themes in alacrity is within the alacritty-theme repository, I've created a pull request there: 🔗 In case you'd like me to link this somewhere within this repository let me know, I'm unsure where can I do that. 🙏🏼 Would you please give it a review whenever you find the time & in case any color correction is needed? ✅ I've been using this for a while now & haven't really noticed any issues in my terminal & neovim since then. |
Apologies for ghosting you... Things have been a bit busy this side. Thanks for making the PR. Even though it is closed, I will still take a look and make changes if necessary! :) After that I will close the issue. |
It seems like you did not use the colors defined here? |
I primarily referred to the iterm2 variant mentioned in the docs, input it in chatgpt & spit out the alacrity theme pretty much: Let me know if you see something off & would like some changes |
We have to correct the colors to match those defined in this file. Would you be keen? If not, I will do it. |
First off, beautiful theme! I'm coming from using Gruvebox & wanting to change it for a while, this gives a great fresh vibe & similar soothing color pallets 🌈
I use Alacritty as my terminal & ended up porting the theme using 🤖 chatgpt by inputting iterm2 nordic theme
This is what it gave me & with minor tweaks to selection colors, it looks pretty decent.
I'll wait for an "official" port to arrive, but meanwhile, others can use this as an alternative.
The official port whenever comes, can also be optionally added to: https://github.com/alacritty/alacritty-theme
The text was updated successfully, but these errors were encountered: