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