diff options
| author | Marc Vertes <mvertes@free.fr> | 2024-04-28 15:06:17 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2024-04-28 15:06:17 +0200 |
| commit | a052b89e9b34db4fef0694cbd12f329cbc76a9d5 (patch) | |
| tree | 6ac6585f225f72caf04956ed0038909eeeb5ffd9 /.Xresources | |
| parent | 283b1f2d281515d325f7e31cfb12b8bbe4a2164d (diff) | |
update
Diffstat (limited to '.Xresources')
| -rw-r--r-- | .Xresources | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..6cef873 --- /dev/null +++ b/.Xresources @@ -0,0 +1,65 @@ +! uncomment following to display corretly using font 10x20 +! URxvt.boldFont: +URxvt.transparent: false +URxvt.scrollBar: False +URxvt.intensityStyles: False +URxvt.colorBD: blue3 +URxvt.colorUL: magenta3 +URxvt.cursorColor: red +! URxvt.color12: rgb:5c/5c/ff +!URxvt.font: xft:Mono:size=12 +!URxvt.letterSpace: -1 +Urxvt.font: 6x13 +URxvt.perl-ext-common: font-size +URxvt.keysym.C-Prior: font-size:increase +URxvt.keysym.C-Next: font-size:decrease +!URxvt.foreground: grey90 +!URxvt.background: black + +xterm*termName: xterm-256color +xterm*VT100.Translations: #override \ + <Key> F11: fullscreen(toggle) \n\ + Ctrl <Key> minus: smaller-vt-font() \n\ + Ctrl <Key> equal: larger-vt-font() \n +xterm*cursorColor: red +!xterm*visualBell: true +!xterm*geometry: 100x32 +!xterm*faceName: DejaVu Sans Mono +!xterm*faceSize: 10 +! xterm*font: 7x14 +! Allow sixel graphics. (Try: "convert -colors 16 foo.jpg sixel:-"). +xterm*decTerminalID: vt340 +! Allow xterm to read the terminal window size (op #14) +xterm*allowWindowOps : False +xterm*disallowedWindowOps : 1,2,3,4,5,6,7,8,9,11,13,18,19,20,21,GetSelection,SetSelection,SetWinLines,SetXprop + +! Black + DarkGrey +*color0: #000000 +*color8: #555753 +! DarkRed + Red +*color1: #ff6565 +*color9: #ff8d8d +!*color1: #803232 +!*color9: #982b2b +! DarkGreen + Green +!*color2: #93c44f +!*color10: #c8e7a8 +*color2: #93b44f +*color10: #c8d7a8 +!*color2: #5b762f +!*color10: #89b83f +! DarkYellow + Yellow +*color3: #eab93d +*color11: #ffc123 +! DarkBlue + Blue +*color4: #204a87 +*color12: #3465a4 +! DarkMagenta + Magenta +*color5: #ce5c00 +*color13: #f57900 +!DarkCyan + Cyan (both not tango) +*color6: #89b6e2 +*color14: #46a4ff +! LightGrey + White +*color7: #cccccc +*color15: #ffffff |
