Fix night theme, search fg
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user