From 73c710167dc44ee151acbec9e007563a59c64aa2 Mon Sep 17 00:00:00 2001 From: Jack Random Date: Sat, 14 Mar 2015 20:10:25 +0100 Subject: first test --- jackrandom/.Xresources | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 jackrandom/.Xresources diff --git a/jackrandom/.Xresources b/jackrandom/.Xresources new file mode 100644 index 0000000..dbfa9bf --- /dev/null +++ b/jackrandom/.Xresources @@ -0,0 +1,64 @@ +*multiClickTime: 500 + +URxvt.saveLines:32767 +URxvt.scrollBar: false + +Xft.autohint: 0 +Xft.antialias: 1 +Xft.hinting: 1 +Xft.hintstyle: hintfull +Xft.rgba: rgb +Xft.lcdfilter: lcddefault + +urxvt*font:xft:Tewi:pixelsize=11,style=regular +urxvt*boldFont:xft:Tewi:pixelsize=11,style=regular + +URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select +URxvt.url-select.launcher: chromium +URxvt.url-select.underline: true +URxvt.keysym.M-u: perl:url-select:select_next +URxvt.keysym.M-Escape: perl:keyboard-select:activate +URxvt.keysym.M-s: perl:keyboard-select:search +URxvt.urgentOnBell: true + +! forked from http://www.xcolors.net/dl/material +! see terminal.sexy for further colors + +! special +*.foreground: #eceff1 +!*.background: #263238 +*.background: #1d1f21 +*.cursorColor: #eceff1 + +! black +*.color0: #263238 +*.color8: #37474f + +! red +*.color1: #ff9800 +*.color9: #ffa74d + +! green +*.color2: #8bc34a +*.color10: #9ccc65 + +! yellow +*.color3: #ffc107 +*.color11: #ffa000 + +! blue +*.color4: #03a9f4 +*.color12: #81d4fa + +! magenta +*.color5: #e91e63 +*.color13: #ad1457 + +! cyan +*.color6: #009688 +*.color14: #26a69a + +! white +*.color7: #cfd8dc +*.color15: #eceff1 + -- cgit v1.2.1