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

26 lines
771 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": "#e1e2e7",
"black": "#e9e9ed",
"blue": "#2e7de9",
"brightBlack": "#a1a6c5",
"brightBlue": "#2e7de9",
"brightCyan": "#007197",
"brightGreen": "#587539",
"brightPurple": "#7847bd",
"brightRed": "#f52a65",
"brightWhite": "#3760bf",
"brightYellow": "#8c6c3e",
"cursorColor": "#3760bf",
"cyan": "#007197",
"foreground": "#3760bf",
"green": "#587539",
"name": "Tokyo Night Day",
"purple": "#9854f1",
"red": "#f52a65",
"selectionBackground": "#b6bfe2",
"white": "#6172b0",
"yellow": "#8c6c3e"
}