From c199fb4bbba915b6297c0368ea8769b4783a0dfb Mon Sep 17 00:00:00 2001 From: finga Date: Tue, 8 May 2018 13:44:04 +0200 Subject: [PATCH] cleanup --- .Xresources | 139 +++++++++++++++++++++++++--------------------------- 1 file changed, 67 insertions(+), 72 deletions(-) diff --git a/.Xresources b/.Xresources index e8774e5..cc163d3 100644 --- a/.Xresources +++ b/.Xresources @@ -1,86 +1,82 @@ -! urxvt ---------------------------------------------------------------------- - -URxvt*termName: rxvt -! - color scheme -URxvt.fading: 50 -URxvt.fadeColor: #000000 -URxvt.background: #000000 -URxvt.foreground: #CCCCCC -! black + red -URxvt*color0: #000000 -URxvt*color1: #e01010 -! green + yellow -URxvt*color2: #00AA00 -URxvt*color3: #FFFF00 -! blue + purple -URxvt*color4: #112037 -URxvt*color5: #A020F0 -! cyan + white -URxvt*color6: #5B5BC7 -URxvt*color7: #fefefe -! bright-black + bright-red -URxvt*color8: #6a6a6a -URxvt*color9: #FF5555 -! bright-green + bright-yellow -URxvt*color10: #90EE90 -URxvt*color11: #ffff2f -! bright-blue + bright-purple -URxvt*color12: #5B5BC7 -URxvt*color13: #e628ba -! bright-cyan + bright-white -URxvt*color14: #7D7DFB -URxvt*color15: #ffffff - -! - bell on urgent -URxvt.urgentOnBell: true - -! - kill scrollbar -URxvt.scrollBar: false - -! - raise scroll back buffer +! urxvt ------------------------------------------------------------------------ +urxvt.termName: rxvt-unicode +! - increase scroll back buffer URxvt*saveLines: 65535 +! - remove scrollbar +urxvt.scrollBar: false +! - bell on urgent +urxvt.urgentOnBell: true +! - larger history limit +urxvt.saveLines: 1000000 +! - color scheme +urxvt.background: #000000 +urxvt.foreground: #CCCCCC +! - black +urxvt.color0: #000000 +! - red +urxvt.color1: #E01010 +! - green +urxvt.color2: #00AA00 +! - yellow +urxvt.color3: #FFFF00 +! - blue +urxvt.color4: #112037 +! - purple +urxvt.color5: #A020F0 +! - cyan +urxvt.color6: #5B5BC7 +! - white +urxvt.color7: #FEFEFE +! - bright black +urxvt.color8: #6A6A6A +! - bright red +urxvt.color9: #FF5555 +! - bright green +urxvt.color10: #90EE90 +! - bright yellow +urxvt.color11: #FFFF2F +! - bright blue +urxvt.color12: #5B5BC7 +! - bright purple +urxvt.color13: #E628BA +! - bright cyan +urxvt.color14: #7D7DFB +! - bright white +urxvt.color15: #FFFFFF -! - clickable urls -URxvt.perl-ext-common: default,matcher -URxvt.urlLauncher: /usr/bin/conkeror -URxvt.matcher.button: 1 - -! xpdf ----------------------------------------------------------------------- - +! xpdf ------------------------------------------------------------------------- xpdf*enableFreetype: yes xpdf*antialias: yes xpdf*foreground: black xpdf*background: white xpdf*urlCommand: /usr/bin/icecat %s -!xcalc----------------------------------------------------------------------- - -xcalc*geometry: 200x275 -xcalc.ti.bevel.background: #111111 -xcalc.ti.bevel.screen.background: #000000 -xcalc.ti.bevel.screen.DEG.background: #000000 -xcalc.ti.bevel.screen.DEG.foreground: LightSeaGreen +!xcalc-------------------------------------------------------------------------- +xcalc*geometry: 200x275 +xcalc.ti.bevel.background: #111111 +xcalc.ti.bevel.screen.background: #000000 +xcalc.ti.bevel.screen.DEG.background: #000000 +xcalc.ti.bevel.screen.DEG.foreground: LightSeaGreen xcalc.ti.bevel.screen.GRAD.background: #000000 xcalc.ti.bevel.screen.GRAD.foreground: LightSeaGreen -xcalc.ti.bevel.screen.RAD.background: #000000 -xcalc.ti.bevel.screen.RAD.foreground: LightSeaGreen -xcalc.ti.bevel.screen.INV.background: #000000 -xcalc.ti.bevel.screen.INV.foreground: Red -xcalc.ti.bevel.screen.LCD.background: #000000 -xcalc.ti.bevel.screen.LCD.foreground: LightSeaGreen +xcalc.ti.bevel.screen.RAD.background: #000000 +xcalc.ti.bevel.screen.RAD.foreground: LightSeaGreen +xcalc.ti.bevel.screen.INV.background: #000000 +xcalc.ti.bevel.screen.INV.foreground: Red +xcalc.ti.bevel.screen.LCD.background: #000000 +xcalc.ti.bevel.screen.LCD.foreground: LightSeaGreen xcalc.ti.bevel.screen.LCD.shadowWidth: 0 -xcalc.ti.bevel.screen.M.background: #000000 -xcalc.ti.bevel.screen.M.foreground: LightSeaGreen -xcalc.ti.bevel.screen.P.background: #000000 -xcalc.ti.bevel.screen.P.foreground: Yellow -xcalc.ti.Command.foreground: White -xcalc.ti.Command.background: #777777 -xcalc.ti.button5.background: Orange3 +xcalc.ti.bevel.screen.M.background: #000000 +xcalc.ti.bevel.screen.M.foreground: LightSeaGreen +xcalc.ti.bevel.screen.P.background: #000000 +xcalc.ti.bevel.screen.P.foreground: Yellow +xcalc.ti.Command.foreground: White +xcalc.ti.Command.background: #777777 +xcalc.ti.button5.background: Orange3 xcalc.ti.button19.background: #611161 xcalc.ti.button18.background: #611161 xcalc.ti.button20.background: #611111 -!uncomment to change label on division button -!xcalc.ti.button20.label: / +xcalc.ti.button20.label: / xcalc.ti.button25.background: #722222 xcalc.ti.button30.background: #833333 xcalc.ti.button35.background: #944444 @@ -97,6 +93,5 @@ xcalc.ti.button34.background: #444484 xcalc.ti.button37.background: #555595 xcalc.ti.button38.background: #555595 xcalc.ti.button39.background: #555595 -XCalc*Cursor: hand2 -XCalc*ShapeStyle: rectangle - +XCalc*Cursor: hand2 +XCalc*ShapeStyle: rectangle