.Xdefaults (raw, dl)
thecrimulo Jun 28, 2016 (misc/misc)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | urxvt.termName: rxvt-unicode
urxvt.title: Ubuntu URXVT
urxvt.loginShell: false
## Cursor
urxvt.cursorBlink: true
## Borderless, no scrollbar
urxvt.scrollBar_right: false
urxvt.scrollBar: false
urxvt.borderLess: false
urxvt.internalBorder: 0
urxvt.externalBorder: 0
## Click on links
urxvt.urlLauncher: firefox
urxvt.matcher.button: 1
urxvt.perl-ext-common: matcher,readline
## Geometry and fonts
urxvt.geometry: 80×15
urxvt.letterSpace: 1
urxvt.font: xft:lemon:size=10:antialias=false:hinting=true
urxvt.boldFont: xft:lemon:size=10:antialias=false:hinting=true
## Colors
urxvt*background: #302B2C
## urxvt -pixmap "`find /home/thecrimulo/Imágenes/Wallpapers -name '*' | sort -R | head -n 1`;style=stretched"
urxvt*foreground: #F5F5F5
!Black
urxvt*color0: #050404
urxvt*color8: #B6B6B6
!Red
urxvt*color1: #EC6853
urxvt*color9: #ED8E68
!Green
urxvt*color2: #27B55C
urxvt*color10: #A0CD34
!Yellow
urxvt*color3: #FFD342
urxvt*color11: #F3F275
!Blue
urxvt*color4: #555FA1
urxvt*color12: #4493DB
!Magenta
urxvt*color5: #8F29AD
urxvt*color13: #D3469F
!Cyan
urxvt*color6: #11ACB1
urxvt*color14: #52D6A6
!White
urxvt*color7: #F5F5F5
urxvt*color15: #F2F1F0
!Gslob nature-suede
!URxvt*background: #170F0D
!URxvt*foreground: #746C48
!URxvt*color0: #392925
!URxvt*color8: #544B2E
!URxvt*color1: #98724C
!URxvt*color9: #AF652F
!URxvt*color2: #908F32
!URxvt*color10: #C3C13D
!URxvt*color3: #AA964C
!URxvt*color11: #C8B55B
!URxvt*color4: #7B854E
!URxvt*color12: #70A16C
!URxvt*color5: #6B5644
!URxvt*color13: #98724C
!URxvt*color6: #5C5142
!URxvt*color14: #778725
!URxvt*color7: #C8B55B
!URxvt*color15: #E4DC8C
! Rofi
#define r_bg #14161F
#define r_fg #16AC7F
#define r_hlfg #FFFFFA
rofi.color-enabled: true
rofi.color-normal: r_bg,r_fg,#282828,r_bg,r_hlfg
rofi.color-urgent: r_bg,#fb4934,#282828,r_bg,r_hlfg
rofi.color-active: r_bg,r_fg,#282828,r_bg,#52D6A6
rofi.color-window: r_bg,#16AC7F
rofi.separator-style: solid
rofi.sidebar-mode: true
rofi.bw: 1
rofi.columns: 1
rofi.padding: 150
rofi.yoffset: 0
rofi.opacity: 85
rofi.fake-transparency: false
rofi.location: 0
rofi.width: 1368
rofi.height: 798
rofi.font: Alegreya Sans SC Thin 12
rofi.lines: 20
rofi.levenshtein-sort: false
rofi.case-sensitive: false
|
x