Skip to content

Commit

Permalink
console.lua: keep --osd-{,outline}-color's alpha component for styles
Browse files Browse the repository at this point in the history
There is no need to override this for colored lines.
  • Loading branch information
guidocella authored and kasper93 committed Dec 28, 2024
1 parent fcbecbf commit bd150a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player/lua/console.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ local styles = {
disabled = '{\\1c&Hcccccc&}',
}
for key, style in pairs(styles) do
styles[key] = style .. '{\\1a&H00&\\3c&H111111&\\3a&H00&}'
styles[key] = style .. '{\\3c&H111111&}'
end

local terminal_styles = {
Expand Down

0 comments on commit bd150a4

Please sign in to comment.