Smyck-Color-Scheme
Smyck-Color-Scheme copied to clipboard
New Terminals Support
Hi, I have an idea to give support for other terminals. I found this 4bit Terminal Color Scheme Designer site.
If you click on Get Scheme on top-right, you can see they share their color scheme in many flavors. Lets take that configuration schemes an update with Smyck Colors.
I think many people will like. If you agree with this idea I could help you in this task. What you think?
I am creating a list with some progress.
Terminals
- [ ] term / aterm / rxvt / urxvt
- [ ] gnome terminal
- [ ] guake
- [ ] konsole / yakuake
- [ ] xfce4 terminal
- [x] Terminal (Mac)
- [x] iTerm2
- [ ] mintty
- [ ] putty
- [ ] terminator
Other
- [ ] IntelliJ's console
- [x] Vim
- [x] gVim
- [x] MacVim
- [x] Textmate
- [x] Sublime Text 2/3
Does intelliJ's console/terminal count?
I am not a developer, but it is possible to add it in the list for someone implement.
gnome support possible here: https://github.com/hukl/Smyck-Color-Scheme/issues/16#issuecomment-174223747 as of today, from me :)
I'd like it if the colors 0-15 were posted in common formats in the readme so you could add the theme to whatever terminal you use (I use https://github.com/lanoxx/tilda which doesn't really have theme files.)
is there any way to use your superb theme with putty?
That would support MS Terminal (https://github.com/microsoft/terminal)
"schemes": [
{
"name": "Retro",
"background": "#000000",
"black": "#000000",
"blue": "#218693",
"brightBlack": "#5D5D5D",
"brightBlue": "#9CD9F0",
"brightCyan": "#77DFD8",
"brightGreen": "#CDEE69",
"brightPurple": "#00ff00",
"brightRed": "#E09690",
"brightWhite": "#F7F7F7",
"brightYellow": "#ffe377",
"cyan": "#77DFD8",
"foreground": "#B0B0B0",
"green": "#8EB33B",
"purple": "#C8A0D1",
"red": "#C75646",
"white": "#B0B0B0",
"yellow": "#D0B03C"
}
],