aboutsummaryrefslogtreecommitdiff
path: root/utils/Xresources
diff options
context:
space:
mode:
authorMax Christian Pohle2020-02-28 14:21:36 +0100
committerMax Christian Pohle2020-02-28 14:21:36 +0100
commit1806b1b40739894ee18bef2c071487274cbab3b7 (patch)
tree3c43f810098943d79c35303f068ac00a97faf1e8 /utils/Xresources
parent7ebf9126bcbe10769b2275056fede56736890b59 (diff)
downloadvim-karlmarks-1806b1b40739894ee18bef2c071487274cbab3b7.tar.bz2
vim-karlmarks-1806b1b40739894ee18bef2c071487274cbab3b7.zip
Small fixes and adoptions for python[23]
Diffstat (limited to 'utils/Xresources')
-rw-r--r--utils/Xresources2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Xresources b/utils/Xresources
index f536483..5723999 100644
--- a/utils/Xresources
+++ b/utils/Xresources
@@ -1,6 +1,6 @@
1! #include "/home/max/.config/base16-xresources/xresources/base16-tomorrow-night.Xresources" 1! #include "/home/max/.config/base16-xresources/xresources/base16-tomorrow-night.Xresources"
2! #include "/home/max/.config/base16-xresources/xresources/base16-google-light.Xresources" 2! #include "/home/max/.config/base16-xresources/xresources/base16-google-light.Xresources"
3#include "/home/max/.config/base16-xresources/xresources/base16-tomorrow.Xresources" 3#include "/home/max/.local/share/base16/base16-xresources/xresources/base16-tomorrow.Xresources"
4 4
5urxvt.scrollBar: false 5urxvt.scrollBar: false
6urxvt.background: base00 6urxvt.background: base00
..