initial commit
This commit is contained in:
commit
2564138cff
22 changed files with 2642 additions and 0 deletions
32
linux/.Xresources
Normal file
32
linux/.Xresources
Normal file
|
@ -0,0 +1,32 @@
|
|||
! special
|
||||
*.foreground: #dedbeb
|
||||
*.background: #2a2331
|
||||
*.cursorColor: #dedbeb
|
||||
*.cursorColor2: #634e75
|
||||
|
||||
! colors
|
||||
*.color0: #231d29
|
||||
*.color1: #e83f80
|
||||
*.color2: #a2baa8
|
||||
*.color3: #eacac0
|
||||
*.color4: #9985d1
|
||||
*.color5: #e68ac1
|
||||
*.color6: #aabae7
|
||||
*.color7: #dedbeb
|
||||
|
||||
*.color8: #302838
|
||||
*.color9: #f55d8f
|
||||
*.color10: #bfd1c3
|
||||
*.color11: #f0ddd8
|
||||
*.color12: #b4a4de
|
||||
*.color13: #edabd2
|
||||
*.color14: #c4d1f5
|
||||
*.color15: #edebf7
|
||||
|
||||
! urxvt
|
||||
URxvt.font: xft:Terminus:size=9
|
||||
|
||||
URxvt.perl-ext-common: clipboard
|
||||
URxvt.clipboard.autocopy: false
|
||||
URxvt.keysym.C-S-c: perl:clipboard:copy
|
||||
URxvt.keysym.C-S-v: perl:clipboard:paste
|
Loading…
Add table
Add a link
Reference in a new issue