From 201f0f59f590ffe1e4208210904f0f97bcbeefe5 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Fri, 9 Dec 2016 15:29:06 +0100 Subject: [PATCH] Xresources: add custom Xresources (urxvt, dpi and color settings) --- Xresources | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 Xresources diff --git a/Xresources b/Xresources new file mode 100644 index 0000000..107daab --- /dev/null +++ b/Xresources @@ -0,0 +1,58 @@ +URxvt.font: xft:Monospace:size=10:antialias=true +URxvt.boldFont: xft:Monospace:bold:size=10:antialias=true +URxvt.foreground: white +URxvt.background: black +URxvt.letterSpace: -1 +URxvt.scrollBar: off +URxvt.saveLines: 10000 +URxvt.perl-ext-common: default,matcher +URxvt.url-launcher: /usr/bin/chromium +URxvt.matcher.button: 1 +URxvt*print-pipe: "true" + +Xft.dpi: 192 +Xft.autohint: 0 +Xft.lcdfilter: lcddefault +Xft.hintstyle: hintfull +Xft.hinting: 1 +Xft.antialias: 1 +Xft.rgba: rgb + +! special +*.foreground: #ffffff +*.background: #000000 +*.cursorColor: #ffffff + +! black +*.color0: #000000 +*.color8: #4d4d4d + +! red +*.color1: #cc0403 +*.color9: #3e0605 + +! green +*.color2: #19cb00 +*.color10: #23fd00 + +! yellow +!*.color3: #cecb00 +*.color3: #fffd00 +*.color11: #fffd00 + +! blue +*.color4: #0026ff +*.color12: #8470ff +!*.color12: #0000ff + +! magenta +*.color5: #cb1ed1 +*.color13: #fd28ff + +! cyan +*.color6: #0dcdcd +*.color14: #14ffff + +! white +*.color7: #e5e5e5 +*.color15: #ffffff