diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..3b30ea6 --- /dev/null +++ b/.Xresources @@ -0,0 +1,50 @@ +urxvt.foreground: #d0d1d2 +urxvt.background: [80]#1c1c1c +urxvt.cursorColor: #d0d1d2 + +URxvt.transparent: true +URxvt.shading: 20 + +! black +URxvt.color0: #1c1e1f +URxvt.color8: #222425 + +! red +URxvt.color1: #bf1d58 +URxvt.color9: #f92672 + +! green +URxvt.color2: #97bf34 +URxvt.color10: #b6e63e + +! yellow +URxvt.color3: #d9811b +URxvt.color11: #fd971f + +! blue +URxvt.color4: #667380 +URxvt.color12: #8fa1b3 + +! magenta +URxvt.color5: #7a72b3 +URxvt.color13: #9c91e4 + +! cyan +URxvt.color6: #008b8b +URxvt.color14: #66d9ef + +! white +URxvt.color7: #707880 +URxvt.color15: #c5c8c6 + +! no scrollbar +URxvt.scrollBar: false + +! clipboard +URxvt.keysym.Shift-Control-V: perl:clipboard:paste +URxvt.iso14755: False +URxvt.perl-ext-common: default,clipboard + +! font +URxvt.font: xft:DejaVu Sans Mono:size=10,xft:Source Code Pro for Powerline:size=10 +URxvt.boldFont: xft:DejaVu Sans Mono:size=10,xft:Source Code Pro for Powerline:bold:size=10 diff --git a/Makefile b/Makefile index 3dca333..365cfac 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,9 @@ vim: git: ln -s ~/.dotfiles/.gitconfig ~/.gitconfig +xresources: + ln -s ~/.dotfiles/.Xresources ~/.Xresources + zsh: ln -s ~/.dotfiles/zsh ~/.zim zsh zimsetup.zsh @@ -37,4 +40,4 @@ dep: cd /tmp/bumblebee && makepkg -Acs && sudo pacman -U *.pkg.* sudo pacman -S awesome-terminal-fonts -all: clean tmux vim git zsh i3 +all: clean tmux vim git zsh i3 xresources diff --git a/tmux/plugins/tmux-copycat b/tmux/plugins/tmux-copycat index bcb40ac..6f9b9cd 160000 --- a/tmux/plugins/tmux-copycat +++ b/tmux/plugins/tmux-copycat @@ -1 +1 @@ -Subproject commit bcb40aca696a8f80d67e1c97455afe3e2eb76dee +Subproject commit 6f9b9cd2d93872cef60e3ea7f7ae89598569ed25 diff --git a/tmux/plugins/tmux-prefix-highlight b/tmux/plugins/tmux-prefix-highlight index 70d880b..34f7125 160000 --- a/tmux/plugins/tmux-prefix-highlight +++ b/tmux/plugins/tmux-prefix-highlight @@ -1 +1 @@ -Subproject commit 70d880b492b2f61e5304d3cce9bd1432c89cc8f9 +Subproject commit 34f7125ae46e5123bedad03e08027332d1186186