-
-
Notifications
You must be signed in to change notification settings - Fork 209
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
Comments
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. |
Thank you! |
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. |
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! 🎨 |
Thank you!
------------------------------
[image: Aledade Logo] <https://www.aledade.com> [image: Top Workplace]
<https://www.aledade.com>
*Kaitlyn Schmidt *| She/Her [image: What are personal pronouns?]
<http://aledade.com/pronouns>
Director, Software Engineering
(618) 973-3096 | aledade.com <http://www.aledade.com>
4550 Montgomery Avenue #950N
Bethesda, MD 20814
[image: Twitter Logo] <https://twitter.com/aledadeaco> [image: LinkedIn
Logo] <https://www.linkedin.com/company/aledade-inc-> [image: Facebook Logo]
<https://www.facebook.com/AledadeACO> [image: Instagram Logo]
<https://www.instagram.com/aledadeaco/>
Interested in working at Aledade? Apply today.
<https://www.aledade.com/about-us/careers/>
*Email and any attachments are confidential and proprietary.*
…On Sat, Aug 5, 2023 at 1:46 PM Emile Provencher ***@***.***> wrote:
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! 🎨
—
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANAOGE6GBOD266PD7FUSDKLXT2IGZANCNFSM43QUUOTQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Thank you so much! That was really helpful :) |
I look forward to seeing this color theme for vscode, not only the terminal part but as a whole. |
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!
The text was updated successfully, but these errors were encountered: