summaryrefslogtreecommitdiffstats
path: root/.Xdefaults
diff options
context:
space:
mode:
Diffstat (limited to '.Xdefaults')
-rw-r--r--.Xdefaults81
1 files changed, 81 insertions, 0 deletions
diff --git a/.Xdefaults b/.Xdefaults
new file mode 100644
index 0000000..c0aecc0
--- /dev/null
+++ b/.Xdefaults
@@ -0,0 +1,81 @@
+! -*- mode: conf-xdefaults; mode: rainbow -*-
+! - color scheme
+*.background: #000000
+*.foreground: #ff9800
+! black
+*.color0: #0c181c
+*.color8: #2e3436
+! red
+*.color1: #800000
+*.color9: #c89490
+! green
+*.color2: #337733
+*.color10: #5ec95e
+! yellow
+*.color3: #eac435
+*.color11: #ffff77
+! blue
+*.color4: #295874
+*.color12: RoyalBlue
+! purple
+*.color5: #585ca8
+*.color13: #9b859d
+! cyan
+*.color6: #287373
+*.color14: #53a5a5
+! white
+*.color7: #808080
+*.color15: #ececec
+
+*.internalBorder: 0
+
+! General
+urxvt*loginShell: true
+urxvt*scrollBar: false
+urxvt*secondaryScroll: true
+urxvt*saveLines: 65535
+urxvt*cursorBlink: false
+urxvt*cursorUnderline: true
+urxvt*urgentOnBell: true
+urxvt*termName: rxvt-256color
+
+! Extensions
+urxvt*perl-lib: /usr/lib/urxvt/perl/
+urxvt*perl-ext-common: default,matcher,searchable-scrollback
+urxvt*urlLauncher: firefox
+urxvt*matcher.button: 1
+
+! Appearance
+urxvt.font: -misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-*
+urxvt.boldFont: -misc-tamsyn-bold-r-normal-*-17-*-*-*-*-*-iso8859-*
+urxvt.transparent: true
+
+xterm*faceName: -misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-*
+
+!xft settings
+Xft.antialias: true
+Xft.rgba: rgb
+Xft.hinting: true
+Xft.hintstyle: hintslight
+
+! Emacs settings
+Emacs*menuBar: off
+Emacs*toolbar: off
+Emacs*useXIM: off
+
+xfontsel.sampleText: \
+static void print_sample_message(XWindow *win) {\n\
+ win.label->text = "Sample text 0123456789"\n\
+}
+
+xfontsel.sampleText16: \
+static void print_sample_message(XWindow *win) {\n\
+ win.label->text = "Sample text 0123456789"\n\
+}
+
+xfontsel.sampleTextUCS: \
+static void print_sample_message(XWindow *win) {\n\
+ win.label->text = "Sample text 0123456789"\n\
+}
+
+*.font: -misc-tamsyn-medium-r-normal-*-17-*-*-*-*-*-iso8859-*