From 9e812d80b2cca348046e5528cf0da5912a044e5a Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Mon, 17 Jun 2019 17:17:03 -0400 Subject: [PATCH] Set MacVim title bar to transparent --- lib/macos.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/macos.sh b/lib/macos.sh index cf3ba69..0693376 100755 --- a/lib/macos.sh +++ b/lib/macos.sh @@ -594,6 +594,13 @@ defaults write com.google.Chrome.canary PMPrintingExpandedStateForPrint2 -bool t defaults write com.operasoftware.Opera PMPrintingExpandedStateForPrint2 -boolean true defaults write com.operasoftware.OperaDeveloper PMPrintingExpandedStateForPrint2 -boolean true +############################################################################### +# Vim/MacVim # +############################################################################### + +# Make the title bar transparent (we get the colorscheme background colour) +defaults write org.vim.MacVim MMTitlebarAppearsTransparent true + ############################################################################### # Kill affected applications # ###############################################################################