Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # create this file in your home dir named .Xdefaults
- XTerm*termName: xterm-256color
- xterm*geometry: 82x20
- xterm*faceName: xft:terminus:pixelsize=10:antialias=false
- !xterm*font: -*-dina-medium-r-*-*-16-*-*-*-*-*-*-*
- !xterm*font: -misc-tamsyn-medium-r-normal--12-87-100-100-c-60-*
- xterm*dynamicColors: true
- xterm*utf8: 2
- xterm*eightBitInput: true
- xterm*saveLines: 512
- xterm*scrollKey: true
- xterm*scrollTtyOutput: true
- xterm*scrollBar: false
- xterm*rightScrollBar: false
- xterm*jumpScroll: false
- xterm*multiScroll: true
- xterm*toolBar: false
- *background: #262626
- *foreground: #497BF7
- URxvt.urlLauncher: vimperator2
- *.colorBD: #CFCFCF
- *.colorUL: #A0A0A0
- *.colorIT: #686868
- ! Black
- *color0: #111111
- *color8: #666666
- ! Red
- *color1: rgb:d3/62/65
- *color9: rgb:ef/81/71
- ! Green
- *color2: #aece91
- *color10: #cfefb3
- ! Yellow
- *color3: rgb:e7/e1/8c
- *color11: rgb:ff/f7/96
- ! Blue
- *color4: #5297cf
- *color12: #74b8ef
- ! Magenta
- *color5: #963c59
- *color13: #b85e7b
- ! Cyan
- *color6: #5E7175
- *color14: #A3BABF
- ! White
- *color7: #bebebe
- *color15: #ffffff
- URxvt.font: xft:fixed:size=12
- #URxvt.iconFile: /usr/share/icons/Clarity/scalable/apps/terminal.svg
- URxvt.perl-ext-common: default,matcher
- URxvt.url-launcher: /usr/bin/firefox
- URxvt.matcher.button: 1
- URxvt.keysym.C-Delete: perl:matcher:last
- URxvt.keysym.M-Delete: perl:matcher:list
- URxvt.colorUL: #4682B4
- color0 (black) = Black
- color1 (red) = Red3
- color2 (green) = Green3
- color3 (yellow) = Yellow3
- color4 (blue) = Blue3
- color5 (magenta) = Magenta3
- color6 (cyan) = Cyan3
- color7 (white) = AntiqueWhite
- color8 (bright black) = Grey25
- color9 (bright red) = Red
- color10 (bright green) = Green
- color11 (bright yellow) = Yellow
- color12 (bright blue) = Blue
- color13 (bright magenta)= Magenta
- color14 (bright cyan) = Cyan
- color15 (bright white) = White
- foreground = Black
- background = Blue
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement