From: Oleg Broytman Date: Sat, 10 Sep 2016 01:02:26 +0000 (+0300) Subject: lib/X11/xterm: change rxvt colors X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=38ad12028124abac2ae6a6115e9b190ec12d2e08 lib/X11/xterm: change rxvt colors Remove old outdated unused keysyms. --- diff --git a/lib/X11/xterm b/lib/X11/xterm index 1d28cb4..8931009 100644 --- a/lib/X11/xterm +++ b/lib/X11/xterm @@ -88,8 +88,8 @@ XTerm*color3: yellow3 XTerm*color4: blue3 XTerm*color5: magenta3 XTerm*color6: cyan3 -XTerm*color7: gray90 -XTerm*color8: gray30 +XTerm*color7: grey90 +XTerm*color8: grey30 XTerm*color9: red XTerm*color10: green XTerm*color11: yellow @@ -134,18 +134,18 @@ XTerm*colorUL: yellow !*xterm*color40: MistyRose !*xterm*color41: white !*xterm*color42: black -!*xterm*color43: DarkSlateGray +!*xterm*color43: DarkSlateGrey !*xterm*color44: DarkSlateGrey -!*xterm*color45: DimGray +!*xterm*color45: DimGrey !*xterm*color46: DimGrey -!*xterm*color47: SlateGray +!*xterm*color47: SlateGrey !*xterm*color48: SlateGrey -!*xterm*color49: LightSlateGray +!*xterm*color49: LightSlateGrey !*xterm*color50: LightSlateGrey -!*xterm*color51: gray +!*xterm*color51: grey !*xterm*color52: grey !*xterm*color53: LightGrey -!*xterm*color54: LightGray +!*xterm*color54: LightGrey !*xterm*color55: MidnightBlue !*xterm*color56: navy !*xterm*color57: NavyBlue @@ -310,8 +310,8 @@ XTerm*colorUL: yellow !BlueTerm*VT100*color4: royal blue !BlueTerm*VT100*color5: magenta3 !BlueTerm*VT100*color6: #007474 -!BlueTerm*VT100*color7: lightgray -!BlueTerm*VT100*color8: gray50 +!BlueTerm*VT100*color7: lightgrey +!BlueTerm*VT100*color8: grey50 !BlueTerm*VT100*color9: red !BlueTerm*VT100*color10: green !BlueTerm*VT100*color11: yellow @@ -334,32 +334,48 @@ Rxvt*scrollWithBuffer: false Rxvt*scrollTtyKeypress: true Rxvt*foreground: black -Rxvt*background: light gray +Rxvt*background: light grey Rxvt*boldMode: false Rxvt*visibleBell: false -Rxvt*color0: black -!red -Rxvt*color1: red3 -Rxvt*color9: red2 -!green -Rxvt*color2: green3 -Rxvt*color10: green2 -!yellow -Rxvt*color3: brown3 -Rxvt*color11: yellow -!blue -Rxvt*color4: blue3 -Rxvt*color12: blue2 -!magenta -Rxvt*color5: magenta3 -Rxvt*color13: magenta2 -!cyan -Rxvt*color6: cyan3 -Rxvt*color14: cyan2 -!white -Rxvt*color7: LightGrey -Rxvt*color15: white +*borderless: true +*scrollBar: false +Rxvt.urlLauncher: webbrowserX +Rxvt.transparent: true +black.transparent: false +Rxvt.shading: 20 + +XTerm*bellIsUrgent: true +Rxvt.urgentOnBell: true + +Rxvt.font-size.step: 1 +Rxvt.iso14755: false +Rxvt.iso14755_52: false + +! black +Rxvt*color0 : black +Rxvt*color8 : grey20 +! red +Rxvt*color1 : red3 +Rxvt*color9 : red2 +! green +Rxvt*color2 : green3 +Rxvt*color10 : green2 +! yellow +Rxvt*color3 : darkgoldenrod +Rxvt*color11 : yellow +! blue +Rxvt*color4 : blue3 +Rxvt*color12 : blue2 +! magenta +Rxvt*color5 : magenta3 +Rxvt*color13 : magenta2 +! cyan +Rxvt*color6 : cyan3 +Rxvt*color14 : cyan2 +! white +Rxvt*color7 : lightgrey +Rxvt*color15 : white #if WIDTH > 1600 # define XFT_FONT xft:Monospace:size=18 @@ -373,41 +389,3 @@ Rxvt*color15: white URxvt*termName: rxvt URxvt*font: XFT_FONT - -Rxvt.keysym.KP_End: \033[8~ -Rxvt.keysym.KP_Down: \033OB -Rxvt.keysym.KP_Next: \033[6~ -Rxvt.keysym.KP_Left: \033OD -Rxvt.keysym.KP_Right: \033OC -Rxvt.keysym.KP_Home: \033[7~ -Rxvt.keysym.KP_Up: \033OA -Rxvt.keysym.KP_Prior: \033[5~ - -Rxvt.keysym.(AppKeypad-)KP_End: \033Oq -Rxvt.keysym.(AppKeypad-)KP_Down: \033Or -Rxvt.keysym.(AppKeypad-)KP_Next: \033Os -Rxvt.keysym.(AppKeypad-)KP_Left: \033Ot -Rxvt.keysym.(AppKeypad-)KP_Right: \033Ov -Rxvt.keysym.(AppKeypad-)KP_Home: \033Ow -Rxvt.keysym.(AppKeypad-)KP_Up: \033Ox -Rxvt.keysym.(AppKeypad-)KP_Prior: \033Oy - -!Rxvt*keysym.S-Prior: ^[[5;2~ -!Rxvt*keysym.S-Next: ^[[6;2~ - -!URxvt.keysym.C-Left: \033[1;5D -!URxvt.keysym.C-Right: \033[1;5C -!URxvt.keysym.C-Up: \033[1;5B -!URxvt.keysym.C-Down: \033[1;5A -!URxvt.keysym.C-S-Left: \033[1;6D -!URxvt.keysym.C-S-Right: \033[1;6C -!URxvt.keysym.C-S-Up: \033[1;6B -!URxvt.keysym.C-S-Down: \033[1;6A - -!pine*vt100.translations: #override\n\ -! Shift,:string("OA")\n\ -! Shift,:string("OB")\n\ -! Ctrl,:string("OAOAOAOAOA")\n\ -! Ctrl,:string("OBOBOBOBOB")\n\ -! ,: string("OA")\n\ -! ,: string("OB")