summaryrefslogtreecommitdiffstats
path: root/Xdefaults
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-10-08 12:09:20 -0400
committerJesse Luehrs <doy@tozt.net>2023-10-08 12:59:10 -0400
commit49570c8dd03448240897b37b68567352b790f16f (patch)
tree6c192a52046d5d0dd1b84a838befd8e777cfeafb /Xdefaults
parent66939c71da756c1d9e07a88a4a8ea2a018650060 (diff)
downloadconf-49570c8dd03448240897b37b68567352b790f16f.tar.gz
conf-49570c8dd03448240897b37b68567352b790f16f.zip
convert to stow
Diffstat (limited to 'Xdefaults')
-rw-r--r--Xdefaults57
1 files changed, 0 insertions, 57 deletions
diff --git a/Xdefaults b/Xdefaults
deleted file mode 100644
index 71e1a51..0000000
--- a/Xdefaults
+++ /dev/null
@@ -1,57 +0,0 @@
-! rxvt-unicode {{{
-URxvt*visualBell:true
-URxvt*background:black
-URxvt*foreground:lightgrey
-URxvt*saveLines:4096
-URxvt*cursorColor:green
-URxvt*pointerColor:yellow
-URxvt*borderWidth:1
-URxvt*scrollTtyOutput:false
-URxvt*scrollTtyKeypress:true
-URxvt*scrollBar:false
-URxvt*font:xft:Misc Fixed:pixelsize=14
-URxvt*boldFont:xft:Misc Fixed:pixelsize=14
-URxvt*urgentOnBell: true
-URxvt*perl-ext-common:default,matcher
-URxvt*matcher.button:3
-URxvt*keysym.C-Return: perl:matcher:last
-URxvt*keysym.M-Return: perl:matcher:list
-URxvt*url-launcher:firefox
-URxvt*iso14755:false
-URxvt*iso14755_52:false
-! }}}
-! xterm {{{
-xterm*visualBell:true
-xterm*background:black
-xterm*foreground:lightgrey
-xterm*saveLines:4096
-xterm*cursorColor:green
-xterm*colorMode:true
-xterm*pointerColor:yellow
-xterm*borderWidth:1
-xterm*scrollTtyOutput:false
-xterm*scrollBar:false
-xterm*font:7x14
-xterm*boldFont:7x14
-xterm*bellIsUrgent: true
-! }}}
-! colors {{{
-*.color0:#000000
-*.color1:#ed5f74
-*.color2:#1ea672
-*.color3:#d97917
-*.color4:#688ef1
-*.color5:#c96ed0
-*.color6:#3a97d4
-*.color7:#e3e8ee
-*.color8:#697386
-*.color9:#fbb5b2
-*.color10:#85d996
-*.color11:#efc078
-*.color12:#9fcdff
-*.color13:#f0b4e4
-*.color14:#7fd3ed
-*.color15:#ffffff
-! }}}
-
-! vim:ft=xdefaults:fdm=marker