diff options
| author | 2013-04-11 15:37:01 +0200 | |
|---|---|---|
| committer | 2013-04-11 15:37:01 +0200 | |
| commit | 55ca176cd5022d2fc35bc2c06d5f9a764315f238 (patch) | |
| tree | 3ee9e0df6dced4282af9116a8c93d888e30b7213 /.Xdefaults | |
| parent | caf0ec0fb16b3f911d5d596766ee3048fe07fa66 (diff) | |
| parent | 9ab70194a65f1d7ab726aaacdb43a58a02a048b6 (diff) | |
| download | dotfiles-55ca176cd5022d2fc35bc2c06d5f9a764315f238.tar.gz dotfiles-55ca176cd5022d2fc35bc2c06d5f9a764315f238.zip | |
Merge remote-tracking branch 'ryuslash/drd' into phoenix
Conflicts:
.config/herbstluftwm/autostart
.emacs.d/init.el
.xinitrc
.zprofile
Makefile
xmonad/xmonad.hs
Diffstat (limited to '.Xdefaults')
| -rw-r--r-- | .Xdefaults | 52 |
1 files changed, 35 insertions, 17 deletions
@@ -25,32 +25,32 @@ urxvt.boldFont: xft:Envy Code R:weight=bold:pixelsize=18 urxvt.italicFont: xft:Envy Code R:slant=italic:pixelsize=18 urxvt.depth: 32 -urxvt.background: [90]#111113 +urxvt.background: #111113 urxvt.foreground: #eeeeec -urxvt.color0: #171719 -urxvt.color8: #999999 +urxvt.color0: #111113 +urxvt.color8: #eeeeec -urxvt.color1: #973732 -urxvt.color9: #ff756e +urxvt.color1: #734a4a +urxvt.color9: #bf7d7d -urxvt.color2: #405c2e -urxvt.color10: #9ad870 +urxvt.color2: #52734a +urxvt.color10: #8abf6d -urxvt.color3: #835c0e -urxvt.color11: #ffbb56 +urxvt.color3: #6b734a +urxvt.color11: #b2bf6d -urxvt.color4: #2729b6 -urxvt.color12: #78a2c1 +urxvt.color4: #4a5b73 +urxvt.color12: #6d97bf -urxvt.color5: #5c325d -urxvt.color13: #c39cc3 +urxvt.color5: #6b4a73 +urxvt.color13: #b27dbf -urxvt.color6: #208181 -urxvt.color14: #93d8d8 +urxvt.color6: #4a7373 +urxvt.color14: #7dbfbf urxvt.color7: #222224 -urxvt.color15: #a9a9a9 +urxvt.color15: #a5a5a4 Xft.antialias: true Xft.rgba: rgb @@ -61,7 +61,25 @@ Xft.hintstyle: hintslight Emacs.menuBar: off Emacs.toolbar: off Emacs.useXIM: off -! Emacs.background: #252a2b +Emacs.background: #111113 +Emacs.borderWidth: 0 +Emacs.font: Envy Code R-13 +Emacs.foreground: #eeeeec +Emacs.internalBorder: 0 +Emacs.paneFont: Envy Code R-13 +Emacs.pointerColor: #eeeeec +Emacs*menu*font: Envy Code R-13 +Emacs*menu*foreground: #eeeeec +Emacs*menu*background: #222224 +Emacs*menu*buttonForeground: #a5a5a4 +Emacs*menu*verticalSpacing: 0 +Emacs*menu*shadowThickness: 1 +Emacs*menu*margin: 0 +Emacs.pane.menubar.translations: #override\ + Ctrl <Key> n: down()\n\ + Ctrl <Key> p: up()\n\ + Ctrl <Key> f: right()\n\ + Ctrl <Key> b: left()\n\ xfontsel.sampleText: \ static void print_sample_message(XWindow *win) {\n\ |
