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

26 lines
767 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": "#1a1b26",
"black": "#15161e",
"blue": "#7aa2f7",
"brightBlack": "#414868",
"brightBlue": "#7aa2f7",
"brightCyan": "#7dcfff",
"brightGreen": "#9ece6a",
"brightPurple": "#9d7cd8",
"brightRed": "#f7768e",
"brightWhite": "#c0caf5",
"brightYellow": "#e0af68",
"cursorColor": "#c0caf5",
"cyan": "#7dcfff",
"foreground": "#c0caf5",
"green": "#9ece6a",
"name": "Tokyo Night",
"purple": "#bb9af7",
"red": "#f7768e",
"selectionBackground": "#283457",
"white": "#a9b1d6",
"yellow": "#e0af68"
}