Created
March 23, 2012 23:59
-
-
Save menski/2176539 to your computer and use it in GitHub Desktop.
Xresources for urxvt terminal with tango theme
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
! Cursor theme | |
xcursor.theme: Vanilla-DMZ | |
! URxvt config | |
URxvt*termName: rxvt-16color | |
URxvt.scrollBar: off | |
URxvt.font: xft:monaco:size=10:antialias=true | |
URxvt.internalBorder: 0 | |
URxvt*selectToClipboard: true | |
URxvt*saveLines: 10000 | |
URxvt.perl-ext-common: default,matcher,tabbedex,searchable-scrollback | |
URxvt.urlLauncher: /usr/bin/chromium | |
URxvt.matcher.button: 1 | |
URxvt.tabbed.tabbar-fg: 8 | |
URxvt.tabbed.tabbar-bg: 0 | |
URxvt.tabbed.tab-fg: 2 | |
URxvt.tabbed.tab-bg: 0 | |
URxvt.tabbed.new-button: no | |
URxvt.tabbed.title: no | |
! Tango color palette | |
URxvt*background: #2e3436 | |
URxvt*foreground: #eeeeec | |
URxvt*cursorColor: #8ae234 | |
! foreground color for underline | |
URxvt*colorUL: #8ae234 | |
! line color for underline | |
URxvt*underlineColor: #92659a | |
! black dark/light | |
URxvt*color0: #2e3436 | |
URxvt*color8: #6e706b | |
! red dark/light | |
URxvt*color1: #cc0000 | |
URxvt*color9: #ef2929 | |
! green dark/light | |
URxvt*color2: #4e9a06 | |
URxvt*color10: #8ae234 | |
! yellow dark/light | |
URxvt*color3: #edd400 | |
URxvt*color11: #fce94f | |
! blue dark/light | |
URxvt*color4: #3465a4 | |
URxvt*color12: #729fcf | |
! magenta dark/light | |
URxvt*color5: #92659a | |
URxvt*color13: #c19fbe | |
! cyan dark/light | |
URxvt*color6: #07c7ca | |
URxvt*color14: #63e9e9 | |
! white dark/light | |
URxvt*color7: #d3d7cf | |
URxvt*color15: #eeeeec | |
! xscreensaver | |
xscreensaver.fade: false | |
xscreensaver.unfade: false |
Same here. Thanks for the tango theme.
Thanks for sharing this!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I like the Tango colours, so I used them for my urxvt terminal. Thanks.