From: Andrew Lorimer Date: Wed, 8 Aug 2018 07:50:39 +0000 (+1000) Subject: add .Xdefaults X-Git-Url: https://git.lorimer.id.au/dotfiles.git/diff_plain/16ec5cd55d6f08e856e641b9d7f62a981a000c31 add .Xdefaults --- diff --git a/x/.Xdefaults b/x/.Xdefaults new file mode 100644 index 0000000..6aec27e --- /dev/null +++ b/x/.Xdefaults @@ -0,0 +1,43 @@ +#define background argb:cc082833 + +URxvt.saveLines: 100000 +URxvt.urlLauncher: /usr/bin/chromium + +URxvt.depth: 32 +URxvt.background: [75]#082833 +#URxvt.foreground: #839496 +URxvt.scrollBar: false +URxvt.font: xft:ubuntu mono derivative powerline:size=12 +URxvt.foreground: #93a1a1 + +URxvt.color0: #003c49 +URxvt.color1: #dc322f +URxvt.color2: #859901 +URxvt.color3: #b58901 +URxvt.color4: #268bd2 +URxvt.color5: #d33682 +URxvt.color6: #2aa198 +URxvt.color7: #eee8d5 + +URxvt.color8: #002833 +URxvt.color9: #cb4b16 +URxvt.color10: #586e75 +URxvt.color11: #657b83 +URxvt.color12: #839496 +URxvt.color13: #6c6ec6 +URxvt.color14: #93a1a1 +URxvt.color15: #fdf6e3 + +rofi.lines: 4 +rofi.width: 25 +rofi.hide-scrollbar: true +rofi.font: Ubuntu Mono medium 16 +rofi.color-window: argb:cc082833, #082833 + +! State: 'bg', 'fg', 'bgalt', 'hlbg', 'hlfg' +rofi.color-normal: argb:cc082833, #839496, argb:cc082833, argb:cc082833, #268bd2 +rofi.color-urgent: argb:cc082833, #839496, argb:cc082833, argb:cc082833, #268bd2 +rofi.color-active: argb:cc082833, #839496, argb:cc082833, argb:cc082833, #268bd2 + +rofi.terminal: urxvt +rofi.run-command: zsh -c "{cmd}"