Skip to content

Instantly share code, notes, and snippets.

@ijin82
Created May 5, 2023 09:22
Show Gist options
  • Save ijin82/b376f554ee798e16ed2ffdc416bc235c to your computer and use it in GitHub Desktop.
Save ijin82/b376f554ee798e16ed2ffdc416bc235c to your computer and use it in GitHub Desktop.
Ubuntu ColorScheme Windows Terminal
{
"profiles":
{
"defaults":
{
"colorScheme": "One Half Dark"
},
"list":
[
{
"background": "#300A24",
"black": "#171421",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#08458F",
"brightCyan": "#2C9FB3",
"brightGreen": "#26A269",
"brightPurple": "#A347BA",
"brightRed": "#C01C28",
"brightWhite": "#F2F2F2",
"brightYellow": "#A2734C",
"cursorColor": "#FFFFFF",
"cyan": "#3A96DD",
"foreground": "#FFFFFF",
"green": "#26A269",
"name": "Ubuntu-ColorScheme",
"purple": "#881798",
"red": "#C21A23",
"selectionBackground": "#FFFFFF",
"white": "#CCCCCC",
"yellow": "#A2734C"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment