First stab at converting to farout palette

Also renamed all/most instances of tokyonight to farout
This commit is contained in:
2023-12-01 15:30:50 -05:00
parent f247ee700b
commit 1752319cc5
130 changed files with 18963 additions and 301 deletions

View File

@@ -0,0 +1,25 @@
# 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": "#c77544",
"brightBlack": "#d1c4c2",
"brightBlue": "#c77544",
"brightCyan": "#91654c",
"brightGreen": "#715e4b",
"brightPurple": "#876060",
"brightRed": "#db5234",
"brightWhite": "#6c6252",
"brightYellow": "#9b6635",
"cursorColor": "#6c6252",
"cyan": "#91654c",
"foreground": "#6c6252",
"green": "#715e4b",
"name": "FarOut Day",
"purple": "#c37f87",
"red": "#db5234",
"selectionBackground": "#c48c75",
"white": "#9b6635",
"yellow": "#9b6635"
}

View File

@@ -0,0 +1,25 @@
# 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": "FarOut Moon",
"purple": "#c099ff",
"red": "#ff757f",
"selectionBackground": "#2d3f76",
"white": "#828bb8",
"yellow": "#ffc777"
}

View File

@@ -0,0 +1,25 @@
# 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": "#d47d49",
"brightBlack": "#392D2B",
"brightBlue": "#d47d49",
"brightCyan": "#a67458",
"brightGreen": "#a4896f",
"brightPurple": "#a47a7a",
"brightRed": "#bf472c",
"brightWhite": "#E0CCAE",
"brightYellow": "#f2a766",
"cursorColor": "#E0CCAE",
"cyan": "#a67458",
"foreground": "#E0CCAE",
"green": "#a4896f",
"name": "FarOut",
"purple": "#8a4b53",
"red": "#bf472c",
"selectionBackground": "#714f41",
"white": "#F2A766",
"yellow": "#f2a766"
}

View File

@@ -0,0 +1,25 @@
# 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": "#0f0908",
"black": "#0c0706",
"blue": "#d47d49",
"brightBlack": "#392D2B",
"brightBlue": "#d47d49",
"brightCyan": "#a67458",
"brightGreen": "#a4896f",
"brightPurple": "#a47a7a",
"brightRed": "#bf472c",
"brightWhite": "#E0CCAE",
"brightYellow": "#f2a766",
"cursorColor": "#E0CCAE",
"cyan": "#a67458",
"foreground": "#E0CCAE",
"green": "#a4896f",
"name": "FarOut Storm",
"purple": "#8a4b53",
"red": "#bf472c",
"selectionBackground": "#6b442f",
"white": "#F2A766",
"yellow": "#f2a766"
}