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 Theme #56

Open
jsonwulff opened this issue Feb 6, 2024 · 0 comments
Open

VS Code Theme #56

jsonwulff opened this issue Feb 6, 2024 · 0 comments

Comments

@jsonwulff
Copy link

Hi Josean,

I just followed your YouTube video for setting up ZSH on my Mac, coming from bash. Thanks very much, it was very helpful. Since I also use VS Code's integrated terminal often I took my time and converted your color profile for ITerm into VS Code and I just wanted to share it with you or anyone using your theme.

For VS code settings.json

{
    "terminal.integrated.fontFamily": "MesloLGS NF",
    "workbench.colorCustomizations": {
        "terminal.background":"#010b17",
        "terminal.foreground":"#ebddf4",
        "terminal.ansiBlack":"#0b3b61",
        "terminal.ansiBrightBlack":"#62686c",
        "terminal.ansiBlue":"#1376f8",
        "terminal.ansiBrightBlue":"#378dfe",
        "terminal.ansiCyan":"#ff5dd4",
        "terminal.ansiBrightCyan":"#ff69d7",
        "terminal.ansiGreen":"#52ffcf",
        "terminal.ansiBrightGreen":"#73ffd8",
        "terminal.ansiMagenta":"#c792ea",
        "terminal.ansiBrightMagenta":"#ae81ff",
        "terminal.ansiRed":"#ff3a3a",
        "terminal.ansiBrightRed":"#ff54b0",
        "terminal.ansiYellow":"#fff383",
        "terminal.ansiBrightYellow":"#fcf4ad",
        "terminal.ansiWhite":"#15fca2",
        "terminal.ansiBrightWhite":"#5ffbbe",
    },
}
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

1 participant