From 327e3c0d56c1830226e5bee01610e3631ad6eed1 Mon Sep 17 00:00:00 2001 From: lassimus Date: Sat, 24 Feb 2018 09:36:22 -0500 Subject: [PATCH] Change #121212 to #1b1d1e As far as I can tell, the Molokai colorscheme comes from vim. I updated the background and host color to match https://github.com/tomasr/molokai --- themes/molokai.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/molokai.sh b/themes/molokai.sh index aefb40d..41882bc 100755 --- a/themes/molokai.sh +++ b/themes/molokai.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # ====================CONFIG THIS =============================== # -COLOR_01="#121212" # HOST +COLOR_01="#1b1d1e" # HOST COLOR_02="#7325FA" # SYNTAX_STRING COLOR_03="#23E298" # COMMAND COLOR_04="#60D4DF" # COMMAND_COLOR2 @@ -19,7 +19,7 @@ COLOR_14="#FF87AF" # COLOR_15="#FFCE51" # COLOR_16="#FFFFFF" # -BACKGROUND_COLOR="#121212" # Background Color +BACKGROUND_COLOR="#1b1d1e" # Background Color FOREGROUND_COLOR="#BBBBBB" # Text CURSOR_COLOR="$FOREGROUND_COLOR" # Cursor PROFILE_NAME="Molokai"