Created
September 19, 2019 13:16
-
-
Save imaami/6cfc1597e1412150145a778c879e9e59 to your computer and use it in GitHub Desktop.
Xresources for URxvt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cursor.theme: cursor-theme | |
Xcursor.size: 16 | |
! black | |
URxvt.color0 : #2E2E34343636 | |
URxvt.color8 : #555557575353 | |
! red | |
URxvt.color1 : #CCCC00000000 | |
URxvt.color9 : #EFEF29292929 | |
! green | |
URxvt.color2 : #4E4E9A9A0606 | |
URxvt.color10 : #8A8AE2E23434 | |
! yellow | |
URxvt.color3 : #C4C4A0A00000 | |
URxvt.color11 : #FCFCE9E94F4F | |
! blue | |
URxvt.color4 : #34346565A4A4 | |
URxvt.color12 : #72729F9FCFCF | |
! magenta | |
URxvt.color5 : #757550507B7B | |
URxvt.color13 : #ADAD7F7FA8A8 | |
! cyan | |
URxvt.color6 : #060698209A9A | |
URxvt.color14 : #3434E2E2E2E2 | |
! white | |
URxvt.color7 : #D3D3D7D7CFCF | |
URxvt.color15 : #EEEEEEEEECEC | |
URxvt.transparent: true | |
URxvt.shading: 20 | |
URxvt*foreground:White | |
URxvt*background:Black | |
URxvt*font: xft:Noto Mono:style=Regular:pixelsize=16:,xft:HanaMinA:style=Regular | |
URxvt*scrollBar: False | |
URxvt*scrollTtyOutput: False | |
URxvt*scrollTtyKeypress: True | |
URxvt*secondaryScroll: True | |
URxvt*saveLines: 8000 | |
URxvt.colorUL: #4682B4 | |
URxvt.perl-ext-common: default,matcher | |
URxvt.url-launcher: /usr/bin/xdg-open | |
URxvt.matcher.button: 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment