-
-
Save NuckChorris/5539559 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
! Enable alpha channel | |
URxvt.depth: 32 | |
! Set base colors | |
URxvt.background: [80]#E7E7E7 | |
URxvt.foreground: #30343A | |
URxvt.cursorColor: #30343A | |
! Scrollbar at right | |
URxvt.scrollColor: #d0d0d0 | |
URxvt.troughColor: #E7E7E7 | |
URxvt.scrollBar_right: 1 | |
! Black | |
URxvt.color0: #222222 | |
URxvt.color8: #444444 | |
! Red | |
URxvt.color1: #3D2657 | |
URxvt.color9: #BD6C93 | |
! Green | |
URxvt.color2: #2C5E35 | |
URxvt.color10: #6DC276 | |
! Yellow | |
URxvt.color3: #5E5E2C | |
URxvt.color11: #C2C267 | |
! Blue | |
URxvt.color4: #313F63 | |
URxvt.color12: #6D85C7 | |
! Purple | |
URxvt.color5: #3D2657 | |
URxvt.color13: #9D6CBA | |
! Cyan | |
URxvt.color6: #1F5655 | |
URxvt.color14: #5CA8BD | |
! White | |
URxvt.color7: #999999 | |
URxvt.color15: #DDDDDD | |
! Links | |
URxvt.perl-ext: default,matcher | |
URxvt.url-launcher: /usr/bin/firefox | |
URxvt.matcher.button: 1 | |
! Das Fonts | |
URxvt.font: xft:Ubuntu Mono:size=8,xft:Monaco:size=7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment