farout.nvim/extras/windows_terminal/tokyonight_moon.json
2023-04-16 08:17:51 +02:00

26 lines
772 B
JSON

# Add the following object to your Windows Terminal configuration
# https://learn.microsoft.com/en-us/windows/terminal/customize-settings/color-schemes#creating-your-own-color-scheme
{
"background": "#222436",
"black": "#1b1d2b",
"blue": "#82aaff",
"brightBlack": "#444a73",
"brightBlue": "#82aaff",
"brightCyan": "#86e1fc",
"brightGreen": "#c3e88d",
"brightPurple": "#fca7ea",
"brightRed": "#ff757f",
"brightWhite": "#c8d3f5",
"brightYellow": "#ffc777",
"cursorColor": "#c8d3f5",
"cyan": "#86e1fc",
"foreground": "#c8d3f5",
"green": "#c3e88d",
"name": "Tokyo Night Moon",
"purple": "#c099ff",
"red": "#ff757f",
"selectionBackground": "#2d3f76",
"white": "#828bb8",
"yellow": "#ffc777"
}