Fix night theme, search fg

This commit is contained in:
2023-12-01 15:30:50 -05:00
parent 1752319cc5
commit 65c91c4b70
46 changed files with 568 additions and 571 deletions

View File

@@ -1,8 +1,8 @@
# 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",
"background": "#f9f6f6",
"black": "#faf8f8",
"blue": "#c77544",
"brightBlack": "#d1c4c2",
"brightBlue": "#c77544",
@@ -19,7 +19,7 @@
"name": "FarOut Day",
"purple": "#c37f87",
"red": "#db5234",
"selectionBackground": "#c48c75",
"selectionBackground": "#dd9169",
"white": "#9b6635",
"yellow": "#9b6635"
}

View File

@@ -1,8 +1,8 @@
# 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",
"background": "#0f0908",
"black": "#0c0706",
"blue": "#d47d49",
"brightBlack": "#392D2B",
"brightBlue": "#d47d49",
@@ -19,7 +19,7 @@
"name": "FarOut",
"purple": "#8a4b53",
"red": "#bf472c",
"selectionBackground": "#714f41",
"selectionBackground": "#6b442f",
"white": "#F2A766",
"yellow": "#f2a766"
}