diff --git a/hyfetch/neofetch_util.py b/hyfetch/neofetch_util.py index c0fc8667..2a17fedc 100644 --- a/hyfetch/neofetch_util.py +++ b/hyfetch/neofetch_util.py @@ -415,5 +415,6 @@ def get_fore_back(distro: str | None = None) -> tuple[int, int] | None: 'ubuntu-mate': (2, 1), 'ubuntu-studio': (2, 1), 'ubuntu-sway': (2, 1), + 'ultramarine': (2, 1), }