From 23f8f3b6315f45dd9bf2cf1899a18a348494624d Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Wed, 15 May 2019 17:25:09 +0100 Subject: [PATCH] update --- colors/monotonous-light.erb | 2 +- colors/monotonous-light.vim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/colors/monotonous-light.erb b/colors/monotonous-light.erb index bba9c31..ea70067 100644 --- a/colors/monotonous-light.erb +++ b/colors/monotonous-light.erb @@ -105,7 +105,7 @@ fg_spellcap = ["#a67038", 166, "yellow"] fg_spellrare = ["#797532", 247, "darkyellow"] fg_spelllocal = fg_spellrare - bg_whitespace_error = ["#6a2e2e", 196, "red"] + bg_whitespace_error = ["#ccbbbb", 196, "red"] fg_todo = ["#aa0000", 196, "red"] color_primary_weak1 = weakred1 diff --git a/colors/monotonous-light.vim b/colors/monotonous-light.vim index af4ca81..43cfcd2 100644 --- a/colors/monotonous-light.vim +++ b/colors/monotonous-light.vim @@ -309,7 +309,7 @@ if ($TERM =~ '256' || &t_Co >= 256) || has("gui_running") hi link markdownIdDeclaration Conditional hi link markdownId markdownIdDeclaration hi markdownLinkText ctermbg=NONE ctermfg=238 cterm=underline guibg=NONE guifg=#777777 gui=underline - hi ExtraWhitespace ctermbg=196 ctermfg=NONE cterm=NONE guibg=#6a2e2e guifg=NONE gui=NONE + hi ExtraWhitespace ctermbg=196 ctermfg=NONE cterm=NONE guibg=#ccbbbb guifg=NONE gui=NONE hi link phpRegion Normal hi link phpComparison Operator hi link phpMethod Function