From 04405d1c85644d1664c8751bbef957af59d9ff1a Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 7 Sep 2016 16:03:19 -0700 Subject: [PATCH] Change source control color --- dotfiles/lib/zsh/prompt.sh | 2 +- tasks/arch.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/lib/zsh/prompt.sh b/dotfiles/lib/zsh/prompt.sh index 36b81657..4118c95f 100644 --- a/dotfiles/lib/zsh/prompt.sh +++ b/dotfiles/lib/zsh/prompt.sh @@ -102,7 +102,7 @@ function prompt_tomorrow_colors { export HOSTNAME_COLOR="$fg[yellow]" export USERNAME_COLOR="$fg[blue]" export CURRENT_DIRECTORY_COLOR="$fg[red]" - export SOURCE_CONTROL_COLOR="$fg[white]" + export SOURCE_CONTROL_COLOR="$fg[gray]" } function prompt_monokai_colors { diff --git a/tasks/arch.py b/tasks/arch.py index 2d285b97..7dc37e12 100644 --- a/tasks/arch.py +++ b/tasks/arch.py @@ -12,7 +12,7 @@ ARCH_PACKAGES = [ "the_silver_searcher", "jdk8-openjdk", "openjdk8-doc", "openjdk8-src", "scala", "clojure", "go", "ruby", "node", "ghc", "rust", "nodejs", "nvm", "nvidia-settings", "gnome-tweak-tool", "screenfetch", "htop", "tmux", - "texlive-most", + "texlive-most", "leiningen", "boot", "gnome-settings-daemon" ]