From 4a12f7263131df92ba6b9993f9768e90b1652305 Mon Sep 17 00:00:00 2001 From: David Luevano <55825613+luevano@users.noreply.github.com> Date: Wed, 19 Feb 2020 00:12:48 -0700 Subject: Fix solarized colorscheme --- .config/neofetch/config.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/neofetch/config.conf') diff --git a/.config/neofetch/config.conf b/.config/neofetch/config.conf index 3290777..5e3dc9f 100644 --- a/.config/neofetch/config.conf +++ b/.config/neofetch/config.conf @@ -101,7 +101,7 @@ mpc_args=() ## Text Colors # Each number represents a different part of the text in # this order: 'title', '@', 'underline', 'subtitle', 'colon', 'info' -colors=(distro) +colors=(4 6 1 32 2 6) ## Text Options bold="on" @@ -135,7 +135,7 @@ image_backend="ascii" # 'command output (neofetch --ascii "$(fortune | cowsay -W 30)")' image_source="auto" ascii_distro="auto" -ascii_colors=(distro) +ascii_colors=(33 33 64 64 37 37) ascii_bold="on" ## Image Options -- cgit v1.2.3-54-g00ecf