From 465423bc811ebcb521ab7839ddb6a5c64df4fb10 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Fri, 6 May 2016 14:50:17 -0400 Subject: [PATCH] Rofi changes, other fixes --- shells/Xresources | 4 ++++ vim/vimrc | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/shells/Xresources b/shells/Xresources index c8a86b7..553d772 100644 --- a/shells/Xresources +++ b/shells/Xresources @@ -65,3 +65,7 @@ rofi.bg: #121212 rofi.fg: #8f8f8f rofi.hlbg: #5a5a5a rofi.hlfg: #000000 +rofi.color-normal: #121212,#8f8f8f,#121212,#5a5a5a,#000000 +rofi.color-active: #121212,#8f8f8f,#121212,#5a5a5a,#000000 +rofi.color-urgent: #121212,#8f8f8f,#121212,#5a5a5a,#000000 +rofi.color-window: #121212,#8f8f8f diff --git a/vim/vimrc b/vim/vimrc index 226b2c5..61161ed 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -99,7 +99,9 @@ let g:tex_flavor='latex' "Gundo nnoremap :GundoToggle "Easytags - nnoremap :CtrlPTag + "nnoremap :CtrlPTag + "Replacing easytags with ctrl p buffer + nnoremap :CtrlPBuffer "Tagbar "nnoremap :Tagbar "Add a bundle from clipboard