diff --git a/themes/Catppuccin-Frappe/theme.json b/themes/Catppuccin-Frappe/theme.json index e8201ba..314fea3 100644 --- a/themes/Catppuccin-Frappe/theme.json +++ b/themes/Catppuccin-Frappe/theme.json @@ -16,6 +16,14 @@ "fadeAmount": 0.5, "fadeColor": "#737994" }, + "logColors": { + "Launcher": "#ca9ee6", + "Error": "#e78284", + "Warning": "#e5c890", + "Debug": "#a6d189", + "FatalHighlight": "#e78284", + "Fatal": "#292c3c" + }, "name": "Catppuccin Frappé", "widgets": "Fusion" } diff --git a/themes/Catppuccin-Latte/theme.json b/themes/Catppuccin-Latte/theme.json index 51082ba..4bdf5af 100644 --- a/themes/Catppuccin-Latte/theme.json +++ b/themes/Catppuccin-Latte/theme.json @@ -16,6 +16,14 @@ "fadeAmount": 0.5, "fadeColor": "#9ca0b0" }, + "logColors": { + "Launcher": "#8839ef", + "Error": "#d20f39", + "Warning": "#df8e1d", + "Debug": "#40a02b", + "FatalHighlight": "#d20f39", + "Fatal": "#e6e9ef" + }, "name": "Catppuccin Latte", "widgets": "Fusion" } diff --git a/themes/Catppuccin-Macchiato/theme.json b/themes/Catppuccin-Macchiato/theme.json index de82398..4c69df8 100644 --- a/themes/Catppuccin-Macchiato/theme.json +++ b/themes/Catppuccin-Macchiato/theme.json @@ -16,6 +16,14 @@ "fadeAmount": 0.5, "fadeColor": "#6e738d" }, + "logColors": { + "Launcher": "#c6a0f6", + "Error": "#ed8796", + "Warning": "#eed49f", + "Debug": "#a6da95", + "FatalHighlight": "#ed8796", + "Fatal": "#1e2030" + }, "name": "Catppuccin Macchiato", "widgets": "Fusion" } diff --git a/themes/Catppuccin-Mocha/theme.json b/themes/Catppuccin-Mocha/theme.json index 99b5ade..f8ed33b 100644 --- a/themes/Catppuccin-Mocha/theme.json +++ b/themes/Catppuccin-Mocha/theme.json @@ -16,6 +16,14 @@ "fadeAmount": 0.5, "fadeColor": "#6c7086" }, + "logColors": { + "Launcher": "#cba6f7", + "Error": "#f38ba8", + "Warning": "#f9e2af", + "Debug": "#a6e3a1", + "FatalHighlight": "#f38ba8", + "Fatal": "#181825" + }, "name": "Catppuccin Mocha", "widgets": "Fusion" } diff --git a/themes/Dracula/theme.json b/themes/Dracula/theme.json index 8d5da28..1af589d 100644 --- a/themes/Dracula/theme.json +++ b/themes/Dracula/theme.json @@ -16,6 +16,14 @@ "fadeAmount": 0.5, "fadeColor": "#44475a" }, + "logColors": { + "Launcher": "#bd93f9", + "Error": "#ff5555", + "Warning": "#f1Fa8c", + "Debug": "#50fa7b", + "FatalHighlight": "#ff5555", + "Fatal": "#282a36" + }, "name": "Dracula", "widgets": "Fusion" } diff --git a/themes/Nord-Polar-Night/theme.json b/themes/Nord-Polar-Night/theme.json index 8485138..6e698aa 100644 --- a/themes/Nord-Polar-Night/theme.json +++ b/themes/Nord-Polar-Night/theme.json @@ -16,6 +16,14 @@ "fadeAmount": 0.5, "fadeColor": "#2E3440" }, + "logColors": { + "Launcher": "#B48EAD", + "Error": "#BF616A", + "Warning": "#EBCB8B", + "Debug": "#A3BE8C", + "FatalHighlight": "#BF616A", + "Fatal": "#2E3440" + }, "name": "Nord Polar Night", "widgets": "Fusion" } diff --git a/themes/Nord/theme.json b/themes/Nord/theme.json index 67b384f..66fb27e 100644 --- a/themes/Nord/theme.json +++ b/themes/Nord/theme.json @@ -16,6 +16,14 @@ "fadeAmount": 0.5, "fadeColor": "#353B49" }, + "logColors": { + "Launcher": "#B48EAD", + "Error": "#BF616A", + "Warning": "#EBCB8B", + "Debug": "#A3BE8C", + "FatalHighlight": "#BF616A", + "Fatal": "#2E3440" + }, "name": "Nord", "widgets": "Fusion" } diff --git a/themes/Solarized-Dark/theme.json b/themes/Solarized-Dark/theme.json index 2d73572..af2d34f 100644 --- a/themes/Solarized-Dark/theme.json +++ b/themes/Solarized-Dark/theme.json @@ -16,6 +16,14 @@ "fadeAmount": 0.5, "fadeColor": "#073642" }, + "logColors": { + "Launcher": "#6c71c4", + "Error": "#dc322f", + "Warning": "#b58900", + "Debug": "#2aa198", + "FatalHighlight": "#dc322f", + "Fatal": "#073642" + }, "name": "Solarized", "widgets": "Fusion" } diff --git a/themes/Tokyo-Night/theme.json b/themes/Tokyo-Night/theme.json index fd6c803..1703ed5 100644 --- a/themes/Tokyo-Night/theme.json +++ b/themes/Tokyo-Night/theme.json @@ -16,6 +16,14 @@ "fadeAmount": 0.5, "fadeColor": "#6c7086" }, + "logColors": { + "Launcher": "#bb9af7", + "Error": "#f7768e", + "Warning": "#e0af68", + "Debug": "#9ece6a", + "FatalHighlight": "#f7768e", + "Fatal": "#1a1b26" + }, "name": "Tokyo Night", "qssFilePath": "themeStyle.css", "widgets": "Fusion"