-
Notifications
You must be signed in to change notification settings - Fork 256
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
Color Scheme for GNOME Terminal #157
Comments
Seems I'd like to use the color palette for all colors. Also @actionless said it can address with oomox, so I'd like to wait and see that. (Sorry I didn't mention it to TODO.) |
i've already implemented simple colorscheme editor for terminal in oomox, however so far it exports it only in Xresources format later on i am planning to implement the support for exporting to other terminal formats or re-use some of already existing exporters from "base16" project |
@actionless Oh, sorry. I didn't know that. 😅 |
i think you can start now with implementing your desired terminal colorscheme for Xresources only (xrdb is being used by such popular terminal emulators as later, then support for more terminals will be implemented in oomox, your terminal theme became available for others, like gnome-terminal |
@actionless Thanks for more info! I'll consider implementing it based on your information and oomox. |
@nana-4 If implementing means defining your color scheme then could you please share the colors here? I would like to build a vim and lightline color scheme based on it. |
@lokesh-krishna Sorry I haven't decided the color scheme completely yet because I don't have sufficient knowledge of terminal color scheme. But I'm basically going to use |
If it helps, this is what I set in GNOME Terminal when I use Materia. Of course it's just what I like and probably not what @nana-4 would like to have but it follows Material Design palette. Open images in new tab to enlarge them.
Based on my recent scripts that you can find in my repos, I've made one to apply light variant and one to apply dark variant. But be aware that they replace default profile, so edit them if you want to create a new profile instead of losing your current settings. Using these scripts isn't mandatory it's only a faster way and you can just use GNOME Terminal settings GUI. Dark: https://gist.github.com/DarthWound/5874eee894f7e39a950dc09a3a800169 |
@DarthWound Thank a lot for your great work and guide! It looks really nice and helpful! I will definitely refer to your work when I start implementing terminal color scheme. :) |
No problem I'm glad to help you when I can 😄 By the way my theme kinda preserve what the default themes do, except Solarized. |
Any update on this? Is this already implemented or am i overlooking something? |
so the "later" time had come: #342 (comment) let's discuss the next plans |
There exists a really good color scheme for GNOME Terminal (it's the one I'm using presently) and it even shares its name with this project: Materia. Could you please look into it and see if you're okay with the colors? You could obviously fork it and make it fit in even better with Materia if you think it doesn't presently or if you think it does then you could add it as a recommendation.
It's even got a working GNOME Terminal implementation: base16-gnome-terminal.
The text was updated successfully, but these errors were encountered: