Skip to content

Instantly share code, notes, and snippets.

View pmorelli92's full-sized avatar
🧉
Mate'ing

Pablo Morelli pmorelli92

🧉
Mate'ing
View GitHub Profile
@pmorelli92
pmorelli92 / iTermColorsToTerminalColors.swift
Last active November 26, 2023 09:17 — forked from leonbreedt/iTermColorsToTerminalColors.swift
Convert iTerm2 color scheme to Terminal.app color scheme (Swift 5 Compatible)
#!/usr/bin/xcrun swift
//
// Copyright © 2016 Leon Breedt
// Ported to Swift 5 by Pablo Morelli 2019
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0