From 26575ccfd7936a56592aa96f8308d333fb0644ff Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 24 Feb 2009 14:47:04 +0100 Subject: added Xdefaults --- .Xdefaults | 139 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 139 insertions(+) create mode 100644 .Xdefaults (limited to '.Xdefaults') diff --git a/.Xdefaults b/.Xdefaults new file mode 100644 index 0000000..889df5d --- /dev/null +++ b/.Xdefaults @@ -0,0 +1,139 @@ +!---------------------------------------------------- +! File: ~/.Xdefaults +! Version: 0.1.3 +! Author: Florian "Bluewind" Pritz +! original by heartcore http://heartcore.mcx2.org/ +!---------------------------------------------------- +*font: xft:DejaVu Sans Mono:size=7:antialias=true +*boldFont: xft:DejaVu Sans Mono-7:bold + +!*dpi: 75 +*antialias: true +*hinting: true +*hintstyle: hintfull +!*rgba: rgb + +!-------------------- +! URxvt Settings +!-------------------- +URxvt*reverseVideo: false +URxvt*title: Terminal +URxvt*fading: 0 +URxvt*shading: 10 +URxvt*perl-ext-common: default,matcher +URxvt*urlLauncher: firefox +URxvt*matcher.button: 1 +URxvt*matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@!-]*[\\w/-] +URxvt*depth: 32 +URxvt*background: rgba:0000/0000/0000/dddd +!URxvt*dpi:88 +URxvt*transparent:true +URxvt*tintColor: #000000 + +!-------------------- +! Overall Settings +!-------------------- +*utf8: 1 +*faceSize: 10 +*jumpScroll: true +*multiScroll: true +*boldMode: true +*scrollBar: false +*cutNewline: fals +*scrollTtyOutput: false +*scrollKey: true +*cursorBlink: true +*dynamicColors: true +*saveLines: 5000 +*geometry: 125x45 + +!-------------------- +! Colors +!-------------------- +*background: #000000 +*foreground: #a6a6a6 +*cursorColor: #334873 +*highlightColor:#444 +!Black + *color0: #2c2d2e +!Red3 + *color1: #ae4747 +!Green3 + *color2: #696c59 +!Yellow3 + *color3: #c7c93d +!Blue3 + *color4: #204a87 +!Magenta3 + *color5: #aa8cbf +!Cyan3 + *color6: #9DC7F1 +!Gray90 + *color7: #949B9E +!Gray30 + *color8: #a3a5a6 +!Red + *color9: #b24242 +!Green + *color10: #7bb242 +!Yellow + *color11: #d0c54d +!Blue + *color12: #4250b2 +!Magenta + *color13: #f57900 +!Cyan + *color14: #42b283 +!White + *color15: #e2e2e2 + +!-------------------- +! Cursor Theme +!-------------------- +Xcursor.theme: Vienna3 + +!-------------------- +! xcalc colors by heartcore +!-------------------- +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.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.button19.background: #611161 +xcalc.ti.button18.background: #611161 +xcalc.ti.button20.background: #611111 +xcalc.ti.button25.background: #722222 +xcalc.ti.button30.background: #833333 +xcalc.ti.button35.background: #944444 +xcalc.ti.button40.background: #a55555 +xcalc.ti.button22.background: #222262 +xcalc.ti.button23.background: #222262 +xcalc.ti.button24.background: #222272 +xcalc.ti.button27.background: #333373 +xcalc.ti.button28.background: #333373 +xcalc.ti.button29.background: #333373 +xcalc.ti.button32.background: #444484 +xcalc.ti.button33.background: #444484 +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 -- cgit v1.2.3-24-g4f1b