We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6b9cd commit b465052Copy full SHA for b465052
1 file changed
src/logo/builtin.c
@@ -5052,17 +5052,6 @@ static const FFlogo U[] = {
5052
.colorKeys = FF_COLOR_FG_GREEN,
5053
.colorTitle = FF_COLOR_FG_DEFAULT,
5054
},
5055
- // UbuntuKde
5056
- {
5057
- .names = { "ubuntu kde", "ubuntu-kde", "ubuntu-plasma" },
5058
- .lines = FASTFETCH_DATATEXT_LOGO_KUBUNTU,
5059
- .colors = {
5060
- FF_COLOR_FG_BLUE,
5061
- FF_COLOR_FG_WHITE,
5062
- },
5063
- .colorKeys = FF_COLOR_FG_BLUE,
5064
- .colorTitle = FF_COLOR_FG_BLUE,
5065
5066
// UbuntuStudio
5067
{
5068
.names = { "ubuntu studio", "ubuntu-studio" },
0 commit comments