From 7534371b05ee877cdf3c4c3733b13d7c41d09c3e Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Sun, 26 May 2024 19:44:25 +0800 Subject: [PATCH] [+] Add ultramarine to foreground-background configuration list Closes #276 --- hyfetch/neofetch_util.py | 1 + 1 file changed, 1 insertion(+) 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 @@ fore_back = { 'ubuntu-mate': (2, 1), 'ubuntu-studio': (2, 1), 'ubuntu-sway': (2, 1), + 'ultramarine': (2, 1), }