aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.Xresources142
1 files changed, 0 insertions, 142 deletions
diff --git a/.Xresources b/.Xresources
deleted file mode 100644
index 7ea2fa7..0000000
--- a/.Xresources
+++ /dev/null
@@ -1,142 +0,0 @@
-!! * uses rxvt-unicode
-!! * themed for solarized
-!! * includes font settings for powerline
-!! * some xscreensaver theming
-
-!! SOLARIZED COLORS ----------------------------------------------------
-!! http://github.com/altercation/solarized
-
-! black dark/light
-*color0 : #073642
-*color8 : #002b36
-
-! red dark/light
-*color1 : #dc322f
-*color9 : #cb4b16
-
-! green dark/light
-*color2 : #859900
-*color10 : #b3cd01
-
-! yellow dark/light
-*color3 : #b58900
-*color11 : #f4c32f
-
-! blue dark/light
-*color4 : #268bd2
-*color12 : #30a6f8
-
-! magenta dark/light
-*color5 : #d33682
-*color13 : #6c71c4
-
-! cyan dark/light
-!*color6 : #2aa198
-*color6 : #00afff
-*color14 : #69b3ad
-
-! white dark/light
-*color7 : #eee8d5
-*color15 : #fdf6e3
-!! ---------------------------------------------------------------------
-
-
-!! Xft -----------------------------------------------------------------
-Xft.antialias : true
-Xft.autohint : true
-Xft.hinting : true
-Xft.hintstyle : hintslight
-Xft.dpi : 96
-Xft.rgba : rgb
-Xft.lcdfilter : lcddefault
-!! ---------------------------------------------------------------------
-
-!! URxvt FONT ----------------------------------------------------------
-!! Monospace
-URxvt*font : xft:Monaco for Monospace:regular:size=9
-URxvt*imFont : xft:Monaco for Monospace:regular:size=9
-URxvt*boldFont : xft:Monaco for Monospace:bold:size=9
-URxvt*italicFont : xft:Monaco for Monospace:italic:size=9
-URxvt*boldItalicFont : xft:Monaco for Monospace:bold:italic:size=9
-
-!! URxvt COLORS---------------------------------------------------------
-URxvt*depth : 32
-URxvt.foreground : #a4b6bd
-URxvt*background : [95]#000000
-URxvt.fading : 15
-URxvt.fadeColor : #121212
-URxvt.scrollBar : false
-URxvt*visualBell : false
-
-!! URxvt HIGHLIGHTING --------------------------------------------------
-URxvt.perl-ext-common : default,matcher,vtwheel
-URxvt.matcher.button : 1
-URxvt.url-launcher : firefox
-URxvt.colorUL : #268bd2
-
-!! BUFFER AND SCROLLING ------------------------------------------------
-URxvt.saveLines : 65536
-URxvt*scrollTtyOutput : false
-URxvt*scrollWithBuffer : true
-URxvt*scrollTtyKeypress : true
-
-!! CURSOR AND POINTER --------------------------------------------------
-URxvt.cursorBlink : false
-URxvt.cursorColor : #268bd2
-URxvt.cursorColor2 : #4e4e4e
-URxvt.cursorUnderline : false
-URxvt.pointerColorBackground : #586e75
-URxvt.pointerColorForeground : #93a1a1
-URxvt.pointerBlank : false
-!! ---------------------------------------------------------------------
-URxvt.borderLess: true
-
-!! ICON -----------------------------------------------------------------
-URxvt.iconFile: /usr/share/icons/HighContrast/scalable/apps/utilities-terminal.svg
-!! ---------------------------------------------------------------------
-
-!! xscreensaver FONT ---------------------------------------------------
-xscreensaver.Dialog.headingFont : -*-dina-bold-r-*-*-12-*-*-*-*-*-*-*
-xscreensaver.Dialog.bodyFont : -*-dina-medium-r-*-*-12-*-*-*-*-*-*-*
-xscreensaver.Dialog.labelFont : -*-dina-medium-r-*-*-12-*-*-*-*-*-*-*
-xscreensaver.Dialog.unameFont : -*-dina-medium-r-*-*-12-*-*-*-*-*-*-*
-xscreensaver.Dialog.buttonFont : -*-dina-bold-r-*-*-12-*-*-*-*-*-*-*
-xscreensaver.Dialog.dateFont : -*-dina-medium-r-*-*-12-*-*-*-*-*-*-*
-xscreensaver.passwd.passwdFont : -*-dina-bold-r-*-*-12-*-*-*-*-*-*-*
-
-!! xscreensaver DIALOG BOX ---------------------------------------------
-xscreensaver.Dialog.foreground : #ffffff
-xscreensaver.Dialog.background : #111111
-xscreensaver.Dialog.topShadowColor : #111111
-xscreensaver.Dialog.bottomShadowColor : #111111
-xscreensaver.Dialog.Button.foreground : #666666
-xscreensaver.Dialog.Button.background : #ffffff
-
-!! xscreensaver INPUT BOX ----------------------------------------------
-xscreensaver.Dialog.text.foreground : #666666
-xscreensaver.Dialog.text.background : #ffffff
-xscreensaver.Dialog.internalBorderWidth : 24
-xscreensaver.Dialog.borderWidth : 20
-xscreensaver.Dialog.shadowThickness : 2
-
-!! xscreensaver TIMEOUT BAR --------------------------------------------
-xscreensaver.passwd.thermometer.foreground : #ff0000
-xscreensaver.passwd.thermometer.background : #000000
-xscreensaver.passwd.thermometer.width : 8
-
-!! xscreensaver DATESTAMP FORMAT ---------------------------------------
-xscreensaver.dateFormat : %I:%M%P %a %b %d, %Y
-
-!! xscreensaver LIGHTDM COMPATIBILITY ----------------------------------
-xscreensaver.newLoginCommand : dm-tool switch-to-greeter
-
-!! XTERM KEY CODES
-!URxvt.keysym.Control-Up : [1;5A]
-!URxvt.keysym.Control-Down : [1;5B]
-!URxvt.keysym.Control-Left : [1;5D]
-!URxvt.keysym.Control-Right : [1;5C]
-!URxvt.keysym.Control-Shift-C : perl:clipboard:copy
-!URxvt.keysym.Control-Shift-V : perl:clipboard:paste
-!URxvt.keysym.F1 : F1
-!URxvt.keysym.F2 : F2
-