Skip to content

Commit

Permalink
Merge pull request #57 from TheKodeToad/log-colours
Browse files Browse the repository at this point in the history
Add log colours to as many themes as possible
  • Loading branch information
TheKodeToad authored Oct 21, 2024
2 parents c1c507c + cdc8af0 commit 588368d
Show file tree
Hide file tree
Showing 9 changed files with 72 additions and 0 deletions.
8 changes: 8 additions & 0 deletions themes/Catppuccin-Frappe/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
8 changes: 8 additions & 0 deletions themes/Catppuccin-Latte/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
8 changes: 8 additions & 0 deletions themes/Catppuccin-Macchiato/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
8 changes: 8 additions & 0 deletions themes/Catppuccin-Mocha/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
8 changes: 8 additions & 0 deletions themes/Dracula/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
8 changes: 8 additions & 0 deletions themes/Nord-Polar-Night/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
8 changes: 8 additions & 0 deletions themes/Nord/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
8 changes: 8 additions & 0 deletions themes/Solarized-Dark/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
8 changes: 8 additions & 0 deletions themes/Tokyo-Night/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 588368d

Please sign in to comment.