Smyck-Color-Scheme icon indicating copy to clipboard operation
Smyck-Color-Scheme copied to clipboard

New Terminals Support

Open leoheck opened this issue 10 years ago • 6 comments
trafficstars

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

leoheck avatar Nov 27 '14 01:11 leoheck

Does intelliJ's console/terminal count?

Mazyod avatar Aug 07 '15 07:08 Mazyod

I am not a developer, but it is possible to add it in the list for someone implement.

leoheck avatar Aug 07 '15 14:08 leoheck

gnome support possible here: https://github.com/hukl/Smyck-Color-Scheme/issues/16#issuecomment-174223747 as of today, from me :)

vcavallo avatar Jan 23 '16 21:01 vcavallo

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.)

wldcordeiro avatar May 05 '16 05:05 wldcordeiro

is there any way to use your superb theme with putty?

mputilin avatar Sep 26 '16 17:09 mputilin

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"
        }
    ],

HolgerPeters avatar Nov 18 '20 13:11 HolgerPeters