From e56e5285ecaf5d0df1a383c432bccdbc0d464b2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Iser?= Date: Fri, 5 Aug 2022 13:28:50 +0200 Subject: [PATCH] Fix typo in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa9ac08..5378fea 100644 --- a/README.md +++ b/README.md @@ -105,9 +105,9 @@ PuTTY should actually support 256 colors, try following [steps on StackOverflow] ```vim " If you don't like many colors and prefer the conservative style of the standard Visual Studio let g:codedark_conservative=1 -" Activates italicized comments +" Activates italicized comments (make sure your terminal supports italics) let g:codedark_italics=1 -" Make the background transparent (make sure your terminal supports italics) +" Make the background transparent let g:codedark_transparent=1 " If you have vim-airline, you can also enable the provided theme let g:airline_theme = 'codedark'