Skip to content

Instantly share code, notes, and snippets.

@sandikodev
Created January 1, 2020 22:07
Show Gist options
  • Save sandikodev/75fc8dd8e59ad7678aa75079e074c6f1 to your computer and use it in GitHub Desktop.
Save sandikodev/75fc8dd8e59ad7678aa75079e074c6f1 to your computer and use it in GitHub Desktop.
xresku
! ██╗░░██╗██████╗░███████╗███████╗░██████╗░██╗░░░██╗██████╗░░██████╗███████╗███████╗
! ╚██╗██╔╝██╔══██╗██╔════╝██╔════╝██╔═══██╗██║░░░██║██╔══██╗██╔════╝██╔════╝██╔════╝
! ░╚███╔╝░██████╔╝█████╗░░███████╗██║░░░██║██║░░░██║██████╔╝██║░░░░░█████╗░░███████╗
! ░██╔██╗░██╔══██╗██╔══╝░░╚════██║██║░░░██║██║░░░██║██╔══██╗██║░░░░░██╔══╝░░╚════██║
! ██╔╝░██╗██║░░██║███████╗███████║╚██████╔╝╚██████╔╝██║░░██║╚██████╗███████╗███████║
! ╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝╚══════╝░╚═════╝░░╚═════╝░╚═╝░░╚═╝░╚═════╝╚══════╝╚══════╝
!
! -----------------------------------
! ==========[ init ]==========
*saveLines: 1000000
Xft.dpi: 90
Xft.rgba: rgb
Xft.hintstyle: hintfull
Xft.lcdfilter: lcddefault
Xft.urlLauncher: firefox
Xft.hinting: true
Xft.autohint: false
Xft.antialias: true
!xcursor.theme: Vanilla-DMZ
xscreensaver.fade: false
xscreensaver.unfade: false
! ==========[ urxvt ]==========
urxvt.perl-ext-common: default,matcher,searchable-scrollback,selection-to-clipboard,tabbed
urxvt.internalBorder: 8
urxvt.font: xft:Monospace: size=9
urxvt.boldfont: xft:Monospace-Bold: size=9
urxvt*font: -xos4-terminus-medium-*-*-*-14-*-*-*-*-*-iso8859-15, xft:terminus:pixelsize:9
urxvt*boldFont: -xos4-terminus-bold-*-*-*-14-*-*-*-*-*-iso8859-15, xft:terminus:bold:pixelsize:9
urxvt*italicFont: xft:Bitstream Vera Sans Mono:italic:autohint=true:pixelsize=9
urxvt*boldItalicFont: xft:Bitstream Vera Sans Mono:bold:italic:autohint=true:pixelsize=9
uxrvt.font.xft.FontAwesome5Free: size=9
urxvt*depth: 32
urxvt*fading: 10
urxvt*shading: 15
urxvt*blurRadius: 50
urxvt*font-size.step: 4
urxvt.geometry: 75x25
urxvt*tintColor: #000000
urxvt*background: rgba:2800/2f00/3900/f1ff
urxvt*matcher.button: 1
urxvt*underLine: true
urxvt.scrollBar: false
urxvt*loginShell: true
urxvt*cursorBlink: true
urxvt*transparent: true
urxvt*scrollTtyOutput: false
urxvt*scrollWithBuffer: true
urxvt*scrollTtyKeypress: true
urxvt*highlightSelection: true
urxvt*boldMode: true
urxvt*colorMode: true
urxvt*colorBDMode: true
urxvt*colorULMode: true
! ==========[ binds ]==========
urxvt*cutchars: "()*,<>[]{}|'"
URxvt.keysym.Shift-Up: command: \033]720;1\007
URxvt.keysym.Shift-Down: command: \033]721;1\007
URxvt.keysym.C-equal: font-size: reset
URxvt.keysym.C-slash: font-size: show
! ==========[ color ]==========
*tab-bg: 9
*tab-fg: 16
*tabbar-bg: 0
urxvt*cursorColor: 9
urxvt*pointerColor: 9
*background: #1D1F28
*foreground: #FDFDFD
*cursorColor: #C574DD
*color0: #282A36
*color1: #F37F97
*color2: #5ADECD
*color3: #F2A272
*color4: #8897F4
*color5: #C574DD
*color6: #79E6F3
*color7: #FDFDFD
*color8: #414458
*color9: #FF4971
*color10: #18E3C8
*color11: #FF8037
*color12: #556FFF
*color13: #B043D1
*color14: #3FDCEE
*color15: #BEBEC1
*color16: #AAAAAA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment