summaryrefslogtreecommitdiff
path: root/.config/neofetch
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-05 16:45:58 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-03-05 16:45:58 -0700
commite392e8ba753efc431fcb92e8fa709808589a7c61 (patch)
tree558f295ac5f52cdca7b90608073fe6ce8b21e489 /.config/neofetch
parent323dd952c851d2d643c61b7b22a29e0e4439b231 (diff)
Add dracula cs
Diffstat (limited to '.config/neofetch')
-rw-r--r--.config/neofetch/config.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/neofetch/config.conf b/.config/neofetch/config.conf
index 5e3dc9f..6930fa3 100644
--- a/.config/neofetch/config.conf
+++ b/.config/neofetch/config.conf
@@ -101,7 +101,8 @@ mpc_args=()
## Text Colors
# Each number represents a different part of the text in
# this order: 'title', '@', 'underline', 'subtitle', 'colon', 'info'
-colors=(4 6 1 32 2 6)
+# colors=(4 6 1 32 2 6)
+colors=(distro)
## Text Options
bold="on"
@@ -135,7 +136,8 @@ image_backend="ascii"
# 'command output (neofetch --ascii "$(fortune | cowsay -W 30)")'
image_source="auto"
ascii_distro="auto"
-ascii_colors=(33 33 64 64 37 37)
+# ascii_colors=(33 33 64 64 37 37)
+ascii_colors=(distro)
ascii_bold="on"
## Image Options