summaryrefslogtreecommitdiff
path: root/.config/neofetch
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2020-02-19 00:12:48 -0700
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2020-02-19 00:12:48 -0700
commit4a12f7263131df92ba6b9993f9768e90b1652305 (patch)
treefc9e7f5340e02602e598b4f5f069323e9d5c75b0 /.config/neofetch
parent59bb250dcceb4f591aec911a08f8c98dd1c394cc (diff)
Fix solarized colorscheme
Diffstat (limited to '.config/neofetch')
-rw-r--r--.config/neofetch/config.conf4
1 files changed, 2 insertions, 2 deletions
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