summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Random <jack@random.to>2015-03-14 20:10:25 +0100
committerJack Random <jack@random.to>2015-03-14 20:10:25 +0100
commit73c710167dc44ee151acbec9e007563a59c64aa2 (patch)
tree64a3ffff97230c2e972b8e9063f2379b51931563
first test
-rw-r--r--jackrandom/.Xresources64
1 files changed, 64 insertions, 0 deletions
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
+