Skip to content

Instantly share code, notes, and snippets.

@zilder
Last active June 29, 2018 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zilder/ae7bab7697ca55c4d8113fd33cbaad17 to your computer and use it in GitHub Desktop.
Save zilder/ae7bab7697ca55c4d8113fd33cbaad17 to your computer and use it in GitHub Desktop.
xres
*.foreground: #cfd2cf
*.background: #2f2f38
*.cursorColor: #cfd2cf
*.color0: #34343e
*.color8: #b0c4bb
*.color1: #9aafaa
*.color9: #9aafaa
*.color2: #759496
*.color10: #759496
*.color3: #93b3b0
*.color11: #93b3b0
*.color4: #688486
*.color12: #688486
*.color5: #668ca1
*.color13: #668ca1
*.color6: #759496
*.color14: #759496
*.color7: #b0c4bb
*.color15: #b0c4bb
*fading: 15
*fadeColor: black
*pointerColorBackground:#2B2C2B
*pointerColorForeground:#16A085
URxvt.font: xft:Ubuntu Mono:pixelsize=24:lang=ru:hinting=false:antialias=true
URxvt.background: black
URxvt.foreground: gray
URxvt.scrollBar: false
URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: true
URxvt*scrollTtyKeypress: true
!URxvt.scrollstyle: plain
URxvt.thickness: 16
URxvt.scrollColor: #550000
URxvt.saveLines: 65535
URxvt.skipBuiltinGlyphs: true
URxvt.pointerColor1: black
URxvt.pointerColor2: red
!URxvt.termName: xterm
URxvt*color0: #000000
URxvt*color1: #aa0000
URxvt*color2: #00aa00
URxvt*color3: #aa5500
URxvt*color4: #0000aa
URxvt*color5: #aa00aa
URxvt*color6: #00aaaa
URxvt*color7: #aaaaaa
URxvt*color8: #555555
URxvt*color9: #ff5555
URxvt*color10: #55ff55
URxvt*color11: #ffff55
URxvt*color12: #5555ff
URxvt*color13: #ff55ff
URxvt*color14: #55ffff
URxvt*color15: #ffffff
URxvt.depth: 32
XTerm.*.faceName: Terminus
XTerm.*.faceSize: 10
XTerm.*.background: black
XTerm.*.foreground: gray
XTerm.*.scrollBar: true
XTerm.*.utf8: always
XTerm*locale: true
XTerm*saveLines: 65535
XTerm*selectToClipboard: true
Xcursor.theme: Obsidian
Xcursor.size: 48
Xft.dpi: 144
!Xft.autohint: 0
!Xft.lcdfilter: lcddefault
!Xft.antialias: 1
!Xft.rgba: rgb
!Xft.hinting: 1
!Xft.hintstyle: hintfull
rofi.color-enabled: true
! bg border separator
rofi.color-window: #2f2f38, #688486, #688486
! bg fg bg-alt hl-bg hl-fg
rofi.color-normal: #2f2f38, #688486, #2f2f38, #2f2f38, #cfd2cf
rofi.color-active: #2f2f38, #688486, #2f2f38, #2f2f38, #cfd2cf
rofi.color-urgent: #2f2f38, #688486, #2f2f38, #2f2f38, #cfd2cf
rofi.separator-style: solid
rofi.sidebar-mode: false
rofi.lines: 5
rofi.font: Ubuntu Mono 24
rofi.bw: 1
rofi.columns: 2
rofi.padding: 5
rofi.fixed-num-lines: true
rofi.hide-scrollbar: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment