e: use HighContrast theme for gvim

This commit is contained in:
Josh Holtrop 2018-01-15 11:07:11 -05:00
parent ea1b66dce2
commit 7371a7010b

3
e
View File

@ -1,5 +1,8 @@
#!/usr/bin/env ruby
# Use HighContrast GTK2 theme for gvim.
ENV["GTK2_RC_FILES"] = "/usr/share/themes/HighContrast/gtk-2.0/gtkrc"
def get_server_name(path)
if path
path = File.expand_path(path)