Skip to content

Instantly share code, notes, and snippets.

View nikokaoja's full-sized avatar
🤖
Replaced by Copilot

Nikola Vasiljevic nikokaoja

🤖
Replaced by Copilot
View GitHub Profile
@experimatt
experimatt / iterm-colors-to-vscode.js
Last active May 29, 2024 22:46
A simple script to use your iTerm color profile in vscode's built-in terminal.
// This script takes an iTerm Color Profile as an argument and translates it for use with Visual Studio Code's built-in terminal.
//
// usage: `node iterm-colors-to-vscode.js [path-to-iterm-profile.json]
//
// To export an iTerm Color Profile:
// 1) Open iTerm
// 2) Go to Preferences -> Profiles -> Colors
// 3) Other Actions -> Save Profile as JSON
//
// To generate the applicable color settings and use them in VS Code: