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