diff options
| author | 2014-05-13 21:40:58 +0200 | |
|---|---|---|
| committer | 2014-05-13 21:40:58 +0200 | |
| commit | f228e2ad2aaac15ae522565661698decc84ccbca (patch) | |
| tree | 054a0d825f4adc3d2c08305ac5f6c379bca6238a /.Xresources | |
| parent | ee6e6844167b7877c0d046cf4b61e6777ed3cf32 (diff) | |
| download | dotfiles-f228e2ad2aaac15ae522565661698decc84ccbca.tar.gz dotfiles-f228e2ad2aaac15ae522565661698decc84ccbca.tar.bz2 dotfiles-f228e2ad2aaac15ae522565661698decc84ccbca.zip | |
added Xresources and tweeked herbstluft configs
Diffstat (limited to '.Xresources')
| -rw-r--r-- | .Xresources | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..3bbf083 --- /dev/null +++ b/.Xresources | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | ! Font and Fontsize | ||
| 2 | *faceName: Droid Sans Mono | ||
| 3 | *faceSize: 11 | ||
| 4 | |||
| 5 | ! Colors | ||
| 6 | *background: #2d2d2d | ||
| 7 | *foreground: #f9f9f9 | ||
| 8 | |||
| 9 | ! Darks | ||
| 10 | *color0: #2d2d2d | ||
| 11 | *color8: #333333 | ||
| 12 | |||
| 13 | ! Reds | ||
| 14 | *color1: #690a03 | ||
| 15 | *color9: #d64937 | ||
| 16 | |||
| 17 | ! Greens | ||
| 18 | *color2: #13a43b | ||
| 19 | *color10: #6dfb2d | ||
| 20 | |||
| 21 | ! Yellows | ||
| 22 | *color3: #f5a711 | ||
| 23 | *color11: #ffdc00 | ||
| 24 | |||
| 25 | ! Blues | ||
| 26 | *color4: #0f6cc9 | ||
| 27 | *color12: #32abd8 | ||
| 28 | |||
| 29 | ! Magentas | ||
| 30 | *color5: #93116b | ||
| 31 | *color13: #c61f93 | ||
| 32 | |||
| 33 | ! Cyanes | ||
| 34 | *color6: #3cb691 | ||
| 35 | *color14: #53b4bd | ||
| 36 | |||
| 37 | !Whites | ||
| 38 | *color7: #d9d9d9 | ||
| 39 | *color15: #f9f9f9 | ||
| 40 | |||
| 41 | XTerm*selectToClipboard: true | ||
