x / .Xdefaultson commit update foreground colour (e6e6d40)
   1#define background argb:cc082833
   2
   3URxvt.perl-ext-common: default,matcher
   4URxvt.url-launcher: /usr/bin/xdg-open
   5URxvt.matcher.button: 1
   6
   7URxvt.saveLines: 100000
   8
   9URxvt.depth: 32
  10URxvt.background: [75]#082833
  11URxvt.scrollBar: false
  12URxvt.font: xft:ubuntu mono derivative powerline:size=12
  13URxvt.foreground: #acb9b9
  14
  15URxvt.color0: #003c49
  16URxvt.color1: #dc322f
  17URxvt.color2: #859901
  18URxvt.color3: #b58901
  19URxvt.color4: #268bd2
  20URxvt.color5: #d33682
  21URxvt.color6: #2aa198
  22URxvt.color7: #eee8d5
  23
  24URxvt.color8: #002833
  25URxvt.color9: #cb4b16
  26URxvt.color10: #586e75
  27URxvt.color11: #657b83
  28URxvt.color12: #839496
  29URxvt.color13: #6c6ec6
  30URxvt.color14: #93a1a1
  31URxvt.color15: #fdf6e3
  32
  33rofi.lines: 4
  34rofi.width: 25
  35rofi.hide-scrollbar: true
  36rofi.font: Ubuntu Mono medium 16
  37rofi.color-window: argb:cc082833, #082833
  38
  39! State:           'bg',     'fg',     'bgalt',  'hlbg',   'hlfg'
  40rofi.color-normal: argb:cc082833,  #839496, argb:cc082833, argb:cc082833, #268bd2
  41rofi.color-urgent: argb:cc082833,  #839496,  argb:cc082833, argb:cc082833, #268bd2
  42rofi.color-active: argb:cc082833,  #839496,  argb:cc082833, argb:cc082833, #268bd2
  43
  44rofi.terminal: urxvt
  45rofi.run-command: zsh -c "{cmd}"