New colorset for X

This commit is contained in:
Tobias Manske 2018-05-15 21:54:41 +02:00
parent af9cbaca9a
commit 93fa7adb55
No known key found for this signature in database
GPG Key ID: 978D99F12D4E041F

View File

@ -5,37 +5,33 @@ URxvt.cursorColor: #d0d1d2
URxvt.transparent: true URxvt.transparent: true
URxvt.shading: 20 URxvt.shading: 20
! Colors
URxvt*background: #000000
URxvt*foreground: #B2B2B2
! black ! black
URxvt.color0: #1c1e1f URxvt*color0: #000000
URxvt.color8: #222425 URxvt*color8: #686868
! red ! red
URxvt.color1: #bf1d58 URxvt*color1: #B21818
URxvt.color9: #f92672 URxvt*color9: #FF5454
! green ! green
URxvt.color2: #97bf34 URxvt*color2: #18B218
URxvt.color10: #b6e63e URxvt*color10: #54FF54
! yellow ! yellow
URxvt.color3: #d9811b URxvt*color3: #B26818
URxvt.color11: #fd971f URxvt*color11: #FFFF54
! blue ! blue
URxvt.color4: #667380 URxvt*color4: #1818B2
URxvt.color12: #8fa1b3 URxvt*color12: #5454FF
! purple
! magenta URxvt*color5: #B218B2
URxvt.color5: #7a72b3 URxvt*color13: #FF54FF
URxvt.color13: #9c91e4
! cyan ! cyan
URxvt.color6: #008b8b URxvt*color6: #18B2B2
URxvt.color14: #66d9ef URxvt*color14: #54FFFF
! white ! white
URxvt.color7: #707880 URxvt*color7: #B2B2B2
URxvt.color15: #c5c8c6 URxvt*color15: #FFFFFF
! no scrollbar ! no scrollbar
URxvt.scrollBar: false URxvt.scrollBar: false