diff options
Diffstat (limited to '.Xdefaults')
-rw-r--r-- | .Xdefaults | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/.Xdefaults b/.Xdefaults new file mode 100644 index 0000000..573922a --- /dev/null +++ b/.Xdefaults @@ -0,0 +1,48 @@ +!fonts&stuff +xterm*faceSize: 9 +!xterm*eightBitInput: false +xterm*faceName: monospace +!Background & foreground +xterm*background: #002B36 +xterm*foreground: #D2D2D2 +xterm*borderColor: #343434 + +!Turning off scrollbar +xterm*scrollBar: off + +!Starting up with a geometry +!xterm*vt100*geometry: 88x24 + +!Colors +!------------------------- +!black +xterm*color0: #222222 +xterm*color8: #454545 + +!red +xterm*color1: #9E5641 +xterm*color9: #CC896D + +!green +xterm*color2: #6C7E55 +xterm*color10: #C4DF90 + +!yellow +xterm*color3: #CAAF2B +xterm*color11: #FFE080 + +!blue +xterm*color4: #7FB8D8 +xterm*color12: #B8DDEA + +!magenta +xterm*color5: #956D9D +xterm*color13: #C18FCB + +!cyan +xterm*color6: #4c8ea1 +xterm*color14: #6bc1d0 + +!white +xterm*color7: #808080 +xterm*color15: #cdcdcd |