.Xresources
This commit is contained in:
parent
bde6aebd05
commit
813e52966f
50
.Xresources
Normal file
50
.Xresources
Normal file
@ -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
|
5
Makefile
5
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
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit bcb40aca696a8f80d67e1c97455afe3e2eb76dee
|
||||
Subproject commit 6f9b9cd2d93872cef60e3ea7f7ae89598569ed25
|
@ -1 +1 @@
|
||||
Subproject commit 70d880b492b2f61e5304d3cce9bd1432c89cc8f9
|
||||
Subproject commit 34f7125ae46e5123bedad03e08027332d1186186
|
Loading…
Reference in New Issue
Block a user