Skip to content
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

New Terminals Support #21

Open
7 of 16 tasks
leoheck opened this issue Nov 27, 2014 · 6 comments
Open
7 of 16 tasks

New Terminals Support #21

leoheck opened this issue Nov 27, 2014 · 6 comments

Comments

@leoheck
Copy link

leoheck commented Nov 27, 2014

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
  • Terminal (Mac)
  • iTerm2
  • mintty
  • putty
  • terminator

Other

  • IntelliJ's console
  • Vim
  • gVim
  • MacVim
  • Textmate
  • Sublime Text 2/3
@leoheck leoheck changed the title New Terminals New Terminals Support Nov 27, 2014
@Mazyod
Copy link

Mazyod commented Aug 7, 2015

Does intelliJ's console/terminal count?

@leoheck
Copy link
Author

leoheck commented Aug 7, 2015

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

@vcavallo
Copy link

gnome support possible here: #16 (comment) as of today, from me :)

@wldcordeiro
Copy link

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

@mputilin
Copy link

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

@HolgerPeters
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants