.Xresources (2905B)
1 !nixio by eti @rizon 2 URxvt.font:xft:minecraftia:pixelsize=14 3 URxvt.boldfont:xft:minecraftia-Bold:pixelsize=15 4 *.URxvt.scrollBar: false 5 URxvt.borderColor: #000000 6 URxvt*cursorColor: #FFA500 7 8 ! ██████ ██████ ██ ██ ██████ █████ █████ ██████ █████ ██████ 9 ! ██░░░░ ██░░░░██░██ ░██░░██░░████░░░██ ██░░░██░░██░░████░░░██░░██░░██ 10 ! ░░█████ ░██ ░██░██ ░██ ░██ ░░░██ ░░ ░███████ ░██ ░░░███████ ░██ ░░ 11 ! ░░░░░██░██ ░██░██ ░██ ░██ ░██ ██░██░░░░ ░██ ░██░░░░ ░██ 12 ! ██████ ░░██████ ░░██████░███ ░░█████ ░░██████░███ ░░██████░███ 13 ! ░░░░░░ ░░░░░░ ░░░░░░ ░░░ ░░░░░ ░░░░░░ ░░░ ░░░░░░ ░░░ 14 ! r e a d c o d e l i k e a w i z a r d 15 ! 16 ! sourcerer by xero harrison (http://xero.nu) 17 ! ├─ based on sorcerer by Jeet Sukumaran (http://jeetworks.org) 18 ! └─ based on mustang by Henrique C. Alves (hcarvalhoalves@gmail.com) 19 20 ! █▓▒░ scorcerer colors 21 *.foreground: #665c64 22 *.background: #121212 23 24 ! black 25 *.color0: #2b3135 26 *.color8: #4c5356 27 28 ! red 29 *.color1: #8fa1b3 30 *.color9: #8fa1b3 31 32 ! green 33 *.color2: #EC1850 34 *.color10: #EC1850 35 36 ! yellow 37 *.color3: #4f5b66 38 *.color11: #4f5b66 39 40 ! blue 41 *.color4: #607a86 42 *.color12: #607a86 43 44 ! magenta 45 *.color5: #80757e 46 *.color13: #80757e 47 48 ! cyan 49 *.color6: #B19CD9 50 *.color14: #B19CD9 51 52 ! white 53 *.color7: #deded6 54 *.color15: #deded6 55 56 URxvt.perl-lib: /home/scp1/dev/urxvt-extensions 57 URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,bell-command,matcher 58 URxvt.keysym.C-u: perl:url-select:select_next 59 URxvt.perl-ext: selection,mark-yank-urls 60 URxvt.url-select.launcher: /usr/lib/firefox/firefox 61 URxvt.urlLauncher: /usr/lib/firefox/firefox 62 URxvt.url-select.underline: false 63 URxvt.keysym.C-Up: perl:keyboard-select:activate 64 URxvt.keysym.M-s: perl:keyboard-select:search 65 URxvt*urgentOnBell: yes 66 67 68 URxvt.matcher.rend.0: Italic fg5 69 70 rofi.color-enabled: true 71 rofi.color-window: #393939, #393939, #268bd2 72 rofi.color-normal: #393939, #ffffff, #393939, #268bd2, #ffffff 73 rofi.color-active: #393939, #268bd2, #393939, #268bd2, #205171 74 rofi.color-urgent: #393939, #f3843d, #393939, #268bd2, #ffc39c