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

VS Code Support #14

Open
kschmidt-aledade opened this issue Apr 24, 2021 · 7 comments
Open

VS Code Support #14

kschmidt-aledade opened this issue Apr 24, 2021 · 7 comments

Comments

@kschmidt-aledade
Copy link

Any chance we could get a version of this for VS Code? I've love to keep my iTerm2 and VSCode terminals looking the same, and love this theme!

@MartinSeeler
Copy link
Owner

I think with the rise of VS Code, that sounds reasonable. Will have to take a look on how to create a theme for VS Code, though.

@kschmidt-aledade
Copy link
Author

Thank you!

@ssempervirens
Copy link

Not sure if you're still considering making a VS Code version, but I love this theme and would love it if you did! No worries if you don't have time, but just wanted to emphasize that I'd use this too.

@EmiloTypo
Copy link

Hi! 🙂

Here's what you need to add in your VS Code User Settings JSON file to match the theme:

"terminal.integrated.minimumContrastRatio": 0,

"workbench.colorCustomizations": {
    "terminal.background": "#263238",
    "terminal.foreground": "#ECEFF1",
    "terminalCursor.background": "#000000",
    "terminalCursor.foreground": "#E9E9E9",
    "terminal.ansiBlack": "#546E7A",
    "terminal.ansiBlue": "#546E7A",
    "terminal.ansiBrightBlack": "#B0BEC5",
    "terminal.ansiBrightBlue": "#80D8FF",
    "terminal.ansiBrightCyan": "#A7FDEB",
    "terminal.ansiBrightGreen": "#B9F6CA",
    "terminal.ansiBrightMagenta": "#FF80AB",
    "terminal.ansiBrightRed": "#FF8A80",
    "terminal.ansiBrightWhite": "#FFFFFF",
    "terminal.ansiBrightYellow": "#FFE57F",
    "terminal.ansiCyan": "#64FCDA",
    "terminal.ansiGreen": "#5CF19E",
    "terminal.ansiMagenta": "#FF4081",
    "terminal.ansiRed": "#FF5252",
    "terminal.ansiWhite": "#FFFFFF",
    "terminal.ansiYellow": "#FFD740",
    "terminal.selectionBackground": "#607D8B",
    "terminal.selectionForeground": "#ECEFF1",
    "terminal.inactiveSelectionBackground": "#607D8B"
}

Have a great day! 🎨

@kschmidt-aledade
Copy link
Author

kschmidt-aledade commented Aug 7, 2023 via email

@Paramiru
Copy link

Paramiru commented Oct 2, 2023

Thank you so much! That was really helpful :)

@TZECHIN6
Copy link

I look forward to seeing this color theme for vscode, not only the terminal part but as a whole.

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