Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ###################################################################################################################
- ################################################## Fonts ########################################################
- Xft.dpi:85
- Xft.antialiasing:false
- Xft.rgba:rgb
- Xft.hinting:true
- Xft.lcdfilter:lcddefault
- URxvt.imLocale: pl_PL.UTF-8
- !URxvt.font:xft:ProFont for Powerline:size=12
- URxvt.font:xft:Anonymous Pro for Powerline:size=11
- !URxvt*font: xft:menlo:pixelsize=12,style=regular
- !URxvt*boldFont: xft:menlo:pixelsize=12, style=regular
- !URxvt*letterSpace: -1
- URxvt*allow_bold: true
- !Xft.dpi: 96
- !Xft.antialias: true
- !Xft.hinting: true
- !Xft.rgba: rgb
- !Xft.autohint: false
- !Xft.hintstyle: hintfull
- !Xft.lcdfilter: lcdfilter
- ###################################################################################################################
- ################################################## Colors #######################################################
- URxvt*depth: 32
- URxvt*background: [40]#3F424A
- URxvt*foreground: White
- !URxvt*background: rgba:0000/0000/0000/AAAA
- !URxvt*background: [80]#404552
- !urxvt*background: rgba:0000/0000/0200/c800
- !URxvt.foreground: #ecf0f1
- ! special
- *.foreground: #000000
- *.background: #ecedee
- ! black
- *color0: #747d8e
- *color8: #7081be
- ! red
- *color1: #d67c9b
- *color9: #d3afc5
- ! green
- *color2: #abd683
- *color10: #e4eaf0
- ! yellow
- *color3: #e3c78a
- *color11: #e3c78a
- ! blue
- *color4: #18c9c9
- *color12: #18c9c9
- ! magenta
- *color5: #d5d5ca
- *color13: #d5d5ca
- ! cyan
- *color6: #8be9ee
- *color14: #8dc4f0
- ! white
- *color7: #c3cee3
- *color15: #c3cee3
- ###################################################################################################################
- ########################################### Enable link support #################################################
- URxvt.perl-ext-common: default,matcher,tabbedex,vtwheel,clipboard
- !URxvt.matcher.button: 1
- URxvt.perl-ext: default,url-select
- URxvt.keysym.M-u: perl:url-select:select_next
- URxvt.url-select.launcher: /usr/bin/google-chrome
- URxvt.url-select.underline: true
- ###################################################################################################################
- ############################################### Disable bell ####################################################
- URxvt.insecure: false
- ###################################################################################################################
- ###################################3##### Copy / paste keybindings ##############################################
- URxvt.keysym.M-c: perl:clipboard:copy
- URxvt.keysym.M-v: perl:clipboard:pasteq
- ###################################################################################################################
- ########################################### Scrollbar / cursor ##################################################
- URxvt*saveLines: 300000
- URxvt.scrollBar: false
- !URxvt*scrollstyle: plain
- URxvt*cursorBlink: false
- URxvt*cursorUnderline: true
- URxvt*cursorColor: #51c4d4
- ###################################################################################################################
- ################################################## Tabs #########################################################
- URxvt.tabbedex.autohide: yes
- URxvt.tabbedex.tabbar-fg: 2
- URxvt.tabbedex.tabbar-bg: 0
- URxvt.tabbedex.tab-fg: 10
- URxvt.tabbedex.tab-bg: 0
- URxvt.tabbedex.title: yes
- URxvt.tabbedex.new-button: no
- ###################################################################################################################
- ############################################# Toggle fullscreen #################################################
- URxvt.keysym.F11: perl:fullscreen:switch
- ###################################################################################################################
- ################################################# Geometry ######################################################
- URxvt*geometry: 85x25
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement