From ee4abb522f2c16b1c3e6882b8ed1f866777ca1bc Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 13 Aug 2023 15:11:07 +0200 Subject: Fix(hm/conf/tridactly): Use midnight colorscheme --- home-manager/soispha/config/tridactyl/config.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home-manager') diff --git a/home-manager/soispha/config/tridactyl/config.vim b/home-manager/soispha/config/tridactyl/config.vim index 270d8bf8..b6ffd151 100644 --- a/home-manager/soispha/config/tridactyl/config.vim +++ b/home-manager/soispha/config/tridactyl/config.vim @@ -10,6 +10,9 @@ sanitize tridactyllocal tridactylsync "TODO use custome file "set newtab file:///home/soispha/new.html +" Set a nice colorscheme +colorscheme midnight + " Delete temp files after use alias editor_rm composite editor | jsb -p tri.native.run(`rm -f '${JS_ARG[0]}'`) bind --mode=insert editor_rm -- cgit 1.4.1