From 5b2f09f7387a11995fa3fbd95ebe6aacd5b331a1 Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Fri, 13 Oct 2023 10:44:19 +0200 Subject: [PATCH] Install and use hjp-dark theme --- .vimrc | 1 + GNUmakefile | 1 + 2 files changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index 283d178..c46683d 100644 --- a/.vimrc +++ b/.vimrc @@ -31,6 +31,7 @@ if $BG == "light" syntax on elseif $BG == "dark" set bg=dark + colorscheme hjp-dark syntax on endif diff --git a/GNUmakefile b/GNUmakefile index 538bfae..bb756f6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -9,6 +9,7 @@ ALLSRC = \ .gitconfig \ .psqlrc \ .vim/colors/hjp.vim \ + .vim/colors/hjp-dark.vim \ .vimrc \