Update .Xresources

This commit is contained in:
Donovan Glover 2018-09-01 02:43:45 -04:00
parent b58ae0bdd4
commit d70fca0d9e
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -39,33 +39,37 @@ URxvt.keysym.M-Escape:perl:keyboard-select:activate
URxvt.keysym.Control-Shift-V: perl:pasta:paste URxvt.keysym.Control-Shift-V: perl:pasta:paste
URxvt.clipboard.autocopy: true URxvt.clipboard.autocopy: true
! Disable default ctrl shift behavior of urxvt
URxvt.iso14755: false
URxvt.iso14755_52: false
! This line is used to indicate where to add theme colors. Note that everything ! This line is used to indicate where to add theme colors. Note that everything
! after this line is replaced. See the theme docs for more information. ! after this line is replaced. See the theme docs for more information.
! [colors] ! [colors]
*foreground: #C0C5CE *foreground: #D0D0D0
*cursorColor: #CDD3DE *cursorColor: #E0E0E0
*background: #1B2B34 *background: #151515
*color0: #1B2B34 *color0: #151515
*color8: #65737E *color8: #505050
*color7: #C0C5CE *color7: #D0D0D0
*color15: #D8DEE9 *color15: #FFFFFF
*color1: #EC5f67 *color1: #FF0086
*color9: #EC5f67 *color9: #FF0086
*color2: #99C794 *color2: #00C918
*color10: #99C794 *color10: #00C918
*color3: #FAC863 *color3: #ABA800
*color11: #FAC863 *color11: #ABA800
*color4: #6699CC *color4: #3777E6
*color12: #6699CC *color12: #3777E6
*color5: #C594C5 *color5: #AD00A1
*color13: #C594C5 *color13: #AD00A1
*color6: #5FB3B3 *color6: #1FAAAA
*color14: #5FB3B3 *color14: #1FAAAA
*color16: #F99157 *color16: #FD8900
*color17: #AB7967 *color17: #CC6633
*color18: #343D46 *color18: #202020
*color19: #4F5B66 *color19: #303030
*color20: #A7ADBA *color20: #B0B0B0
*color21: #CDD3DE *color21: #E0E0E0
! vim:ft=xdefaults ! vim:ft=xdefaults