From 8b85b7a7afd067f0cdaba9c2a5686ff6e4339daa Mon Sep 17 00:00:00 2001 From: kenkenpa198 Date: Fri, 2 Aug 2024 23:08:06 +0900 Subject: [PATCH] small changed --- .../LocalState/settings.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/.config/Microsoft.WindowsTerminal/LocalState/settings.json b/.config/Microsoft.WindowsTerminal/LocalState/settings.json index 4f20dac..73559ee 100644 --- a/.config/Microsoft.WindowsTerminal/LocalState/settings.json +++ b/.config/Microsoft.WindowsTerminal/LocalState/settings.json @@ -58,6 +58,7 @@ "size": 11.0 }, "historySize": 20000, + "opacity": 95, "useAtlasEngine": true }, "list": @@ -361,6 +362,29 @@ "white": "#CCCCCC", "yellow": "#A2734C" }, + { + "background": "#300A24", + "black": "#171421", + "blue": "#0037DA", + "brightBlack": "#767676", + "brightBlue": "#08458F", + "brightCyan": "#2C9FB3", + "brightGreen": "#26A269", + "brightPurple": "#A347BA", + "brightRed": "#C01C28", + "brightWhite": "#F2F2F2", + "brightYellow": "#A2734C", + "cursorColor": "#FFFFFF", + "cyan": "#3A96DD", + "foreground": "#FFFFFF", + "green": "#26A269", + "name": "Ubuntu-ColorScheme", + "purple": "#881798", + "red": "#C21A23", + "selectionBackground": "#FFFFFF", + "white": "#CCCCCC", + "yellow": "#A2734C" + }, { "background": "#000000", "black": "#000000",