f48b06b46818b8dfa98656cc582f611f2478f9fe
   1#define bg #2e3440
   2#define fg #d8dee9
   3#define listbg #363c4a
   4#define black #3b4252
   5
   6URxvt.perl-ext-common: default,matcher
   7URxvt.url-launcher: /usr/bin/xdg-open
   8URxvt.matcher.button: 1
   9
  10URxvt.saveLines: 100000
  11
  12URxvt.depth: 32
  13URxvt.background: bg
  14URxvt.scrollBar: false
  15URxvt.font: xft:Ubuntu Mono derivative Powerline:size=13,\
  16            xft:DejaVu Sans Mono:size=13:antialias=true:hinting=true
  17URxvt.foreground: fg
  18
  19URxvt.color0: black
  20URxvt.color1: #ff8080
  21URxvt.color2: #a3be8c
  22URxvt.color3: #ebcb8b
  23URxvt.color4: #81a1c1
  24URxvt.color5: #b48ead
  25URxvt.color6: #88c0d0
  26URxvt.color7: #e5e9f0
  27
  28URxvt.color8: #4c566a
  29URxvt.color9: #ff8080
  30URxvt.color10: #a3be8c
  31URxvt.color11: #ebcb8b
  32URxvt.color12: #81a1c1
  33URxvt.color13: #b48ead
  34URxvt.color14: #88c0d0
  35URxvt.color15: #e5e9f0
  36
  37rofi.lines: 6
  38rofi.width: 700
  39rofi.hide-scrollbar: true
  40rofi.font: Helvetica medium 15
  41rofi.color-window: bg, bg, bg
  42
  43! State:          'bg',            'fg',     'bgalt',       'hlbg',        'hlfg'
  44rofi.color-normal: listbg,  fg,  listbg, black, #268bd2
  45rofi.color-urgent: listbg,  fg,  listbg, black, #268bd2
  46rofi.color-active: listbg,  fg,  listbg, black, #268bd2
  47
  48rofi.terminal: urxvt
  49rofi.run-command: zsh -c "{cmd}"