about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-08-13 15:11:07 +0200
committerSoispha <soispha@vhack.eu>2023-08-13 15:11:07 +0200
commitee4abb522f2c16b1c3e6882b8ed1f866777ca1bc (patch)
tree09ab42ab87bfd7d713a02d5314acaa6df9786626
parentFeat(hm/conf/tridactly): Add configuration (diff)
downloadnixos-config-ee4abb522f2c16b1c3e6882b8ed1f866777ca1bc.tar.gz
nixos-config-ee4abb522f2c16b1c3e6882b8ed1f866777ca1bc.zip
Fix(hm/conf/tridactly): Use midnight colorscheme
-rw-r--r--home-manager/soispha/config/tridactyl/config.vim3
1 files changed, 3 insertions, 0 deletions
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 <C-i> editor_rm