aboutsummaryrefslogtreecommitdiff
path: root/urxvt/Repositories/URxvt-themes
diff options
context:
space:
mode:
authorbard <[email protected]>2024-04-15 06:24:14 -0400
committerbard <[email protected]>2024-04-15 06:24:14 -0400
commit168120d4068eff9816c11f0503738c12861821ae (patch)
tree635e839eeca920432fcaa8417b282e074e84a4c2 /urxvt/Repositories/URxvt-themes
initial commit
Diffstat (limited to 'urxvt/Repositories/URxvt-themes')
-rw-r--r--urxvt/Repositories/URxvt-themes/And yet another random36
-rw-r--r--urxvt/Repositories/URxvt-themes/DebianThemeURxvt58
-rw-r--r--urxvt/Repositories/URxvt-themes/Good rainbow55
-rw-r--r--urxvt/Repositories/URxvt-themes/HomeMade Cotton Candy56
-rw-r--r--urxvt/Repositories/URxvt-themes/Jelly Beans yo45
-rw-r--r--urxvt/Repositories/URxvt-themes/LightPurpleGreen53
-rw-r--r--urxvt/Repositories/URxvt-themes/README.md110
-rw-r--r--urxvt/Repositories/URxvt-themes/a new one40
-rw-r--r--urxvt/Repositories/URxvt-themes/a theme49
-rw-r--r--urxvt/Repositories/URxvt-themes/all colorful and stuff56
-rw-r--r--urxvt/Repositories/URxvt-themes/arch dude remix39
-rw-r--r--urxvt/Repositories/URxvt-themes/black blue space33
-rw-r--r--urxvt/Repositories/URxvt-themes/blue white purpe calm51
-rw-r--r--urxvt/Repositories/URxvt-themes/brown slug44
-rw-r--r--urxvt/Repositories/URxvt-themes/calm girl55
-rw-r--r--urxvt/Repositories/URxvt-themes/dark violet good30
-rw-r--r--urxvt/Repositories/URxvt-themes/fall19
-rw-r--r--urxvt/Repositories/URxvt-themes/fall green45
-rw-r--r--urxvt/Repositories/URxvt-themes/gray blue chill brah43
-rw-r--r--urxvt/Repositories/URxvt-themes/green white URxvt50
-rw-r--r--urxvt/Repositories/URxvt-themes/holiday pine50
-rw-r--r--urxvt/Repositories/URxvt-themes/i have no name56
-rw-r--r--urxvt/Repositories/URxvt-themes/i'm not gentoo26
-rw-r--r--urxvt/Repositories/URxvt-themes/julie27
-rw-r--r--urxvt/Repositories/URxvt-themes/light dark27
-rw-r--r--urxvt/Repositories/URxvt-themes/mix a lot19
-rw-r--r--urxvt/Repositories/URxvt-themes/never-seen/g35
-rw-r--r--urxvt/Repositories/URxvt-themes/pretty49
-rw-r--r--urxvt/Repositories/URxvt-themes/purplish52
-rw-r--r--urxvt/Repositories/URxvt-themes/rando light purp67
-rw-r--r--urxvt/Repositories/URxvt-themes/rando mac39
-rw-r--r--urxvt/Repositories/URxvt-themes/ronery flower56
-rw-r--r--urxvt/Repositories/URxvt-themes/smooth white blue34
-rw-r--r--urxvt/Repositories/URxvt-themes/something44
-rw-r--r--urxvt/Repositories/URxvt-themes/the arch dude37
-rw-r--r--urxvt/Repositories/URxvt-themes/tree bark56
-rw-r--r--urxvt/Repositories/URxvt-themes/tree green brown41
37 files changed, 1682 insertions, 0 deletions
diff --git a/urxvt/Repositories/URxvt-themes/And yet another random b/urxvt/Repositories/URxvt-themes/And yet another random
new file mode 100644
index 0000000..581b327
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/And yet another random
@@ -0,0 +1,36 @@
+! special
+*.foreground: #d7d7d7
+*.background: #2f2e36
+*.cursorColor: #d7d7d7
+
+! black
+*.color0: #9da4c2
+*.color8: #9da4c2
+
+! red
+*.color1: #8a504f
+*.color9: #8a504f
+
+! green
+*.color2: #597e54
+*.color10: #597e54
+
+! yellow
+*.color3: #bfbf8c
+*.color11: #bfbf8c
+
+! blue
+*.color4: #555870
+*.color12: #555870
+
+! magenta
+*.color5: #655b66
+*.color13: #655b66
+
+! cyan
+*.color6: #6a7a7a
+*.color14: #6a7a7a
+
+! white
+*.color7: #e5e5e5
+*.color15: #ffffff
diff --git a/urxvt/Repositories/URxvt-themes/DebianThemeURxvt b/urxvt/Repositories/URxvt-themes/DebianThemeURxvt
new file mode 100644
index 0000000..b0c02ff
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/DebianThemeURxvt
@@ -0,0 +1,58 @@
+! Xresource file
+
+URxvt*depth: 24
+URxvt*geometry: 100x25
+URxvt.borderColor: #333333
+URxvt.internalBorder: 8
+
+! -- scrollbar
+
+URxvt.scrollstyle: plain
+URxvt.scrollBar: false
+URxvt.scrollTtyOutput: false
+URxvt.scrollWidthBuffer: true
+URxvt.scrollTtyKeypress: true
+
+! -- login shell
+
+URxvt.loginShell: false
+
+! -- font
+
+URxvt.font: xft:lime:pixelsize=10
+
+
+! -- perl
+
+URxvt.perl-ext-command: default,clipboard,vtwheel
+URxvt.keysym.Mod4-v: perl:clipboard:paste
+
+! -- colors
+
+! black
+URxvt.color0: #121212
+URxvt.color8: #3B3B3B
+! red
+URxvt.color1: #8C4655
+URxvt.color9: #B3596B
+! green
+URxvt.color2: #8C466A
+URxvt.color10: #B35988
+! yellow
+URxvt.color3: #8C4681
+URxvt.color11: #B359A4
+! blue
+URxvt.color4: #81468C
+URxvt.color12: #2d2d2d
+! magenta
+URxvt.color5: #6A468C
+URxvt.color13: #8859B3
+! cyan
+URxvt.color6: #55468C
+URxvt.color14: #6B59B3
+! white
+URxvt.color7: #737373
+URxvt.color15: #8C8C8C
+
+URxvt.background: #333333
+URxvt.foreground: 15
diff --git a/urxvt/Repositories/URxvt-themes/Good rainbow b/urxvt/Repositories/URxvt-themes/Good rainbow
new file mode 100644
index 0000000..8152baa
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/Good rainbow
@@ -0,0 +1,55 @@
+!--------------------xdefauls
+URxvt.font: xft:terminus:pixelsize=14
+urxvt*termName: rxvt
+urxvt*scrollBar: false
+urxvt*matcher.button: 1
+urxvt.transparent: false
+urxvt.boldFont:
+Xft*dpi: 96
+Xft*antialias: true
+Xft*hinting: true
+Xft*hintstyle: hintfull
+URxvt*cursorUnderline: true
+Xft*rgba: rgb
+URxvt*geometry: 85x20
+*internalBorder: 23
+URxvt*fading: 0
+URxvt*tintColor: #ffffff
+URxvt*shading: 0
+URxvt*inheritPixmap: False
+URxvt.foreground: #bea492
+URxvt.background: #181512
+URxvt.cursorColor: #bea492
+URxvt.colorBD: #bea492
+
+! black
+URxvt.color0: #33302e
+URxvt.color8: #81776f
+
+! red
+URxvt.color1: #8c4c4c
+URxvt.color9: #9f5555
+
+! green
+URxvt.color2: #746c48
+URxvt.color10: #857b52
+
+! yellow
+URxvt..color3: #907245
+URxvt..color11: #9c7e53
+
+! blue
+URxvt.color4: #4c626d
+URxvt.color12: #5b707a
+
+! magenta
+URxvt.color5: #604c5f
+URxvt.color13: #625665
+
+! cyan
+URxvt.color6: #4b5e57
+URxvt.color14: #557067
+
+! white
+URxvt.color7: #a69181
+URxvt.color15: #e8dfcd
diff --git a/urxvt/Repositories/URxvt-themes/HomeMade Cotton Candy b/urxvt/Repositories/URxvt-themes/HomeMade Cotton Candy
new file mode 100644
index 0000000..7d96607
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/HomeMade Cotton Candy
@@ -0,0 +1,56 @@
+!--------------------xdefauls
+URxvt.font: xft:monaco:pixelsize=13
+urxvt*termName: rxvt
+urxvt*scrollBar: false
+urxvt*matcher.button: 1
+urxvt.transparent: false
+urxvt.boldFont:
+URxvt.letterSpace: -1
+Xft*dpi: 96
+Xft*antialias: true
+Xft*hinting: true
+Xft*hintstyle: hintfull
+URxvt*cursorUnderline: true
+Xft*rgba: rgb
+URxvt*geometry: 85x20
+*internalBorder: 26
+URxvt*fading: 0
+URxvt*tintColor: #ffffff
+URxvt*shading: 0
+URxvt*inheritPixmap: False
+! special
+*.foreground: #c5c8c6
+*.background: #1f1f1f
+*.cursorColor: #c5c8c6
+
+! black
+*.color0: #282a2e
+*.color8: #373b41
+
+! red
+*.color1: #a85377
+*.color9: #a85377
+
+! green
+*.color2: #746f81
+*.color10: #746f81
+
+! yellow
+*.color3: #545670
+*.color11: #545670
+
+! blue
+*.color4: #6a9bb9
+*.color12: #6a9bb9
+
+! magenta
+*.color5: #764970
+*.color13: #764970
+
+! cyan
+*.color6: #abb9ba
+*.color14: #abb9ba
+
+! white
+*.color7: #899298
+*.color15: #899298
diff --git a/urxvt/Repositories/URxvt-themes/Jelly Beans yo b/urxvt/Repositories/URxvt-themes/Jelly Beans yo
new file mode 100644
index 0000000..82ddf14
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/Jelly Beans yo
@@ -0,0 +1,45 @@
+!! jellybeans colors
+! 8 8 8
+! *background: #080808
+! 128 128 128
+! *foreground: #808080
+! black
+! 26 26 26
+*color0: #1a1a1a
+! 64 64 64
+*color8: #404040
+! red
+! 215 95 95
+*color1: #d75f5f
+! 234 132 132
+*color9: #EA8484
+! green
+! 135 175 95
+*color2: #87af5f
+! 199 240 159
+*color10: #C7F09F
+! yellow
+! 255 175 95
+*color3: #ffaf5f
+! 255 204 154
+*color11: #FFCC9A
+! blue
+! 135 175 215
+*color4: #87afd7
+! 165 202 239
+*color12: #a5caef
+! magenta
+! 135 135 175
+*color5: #8787af
+! 166 166 222
+*color13: #A6A6DE
+! cyan
+! 95 135 135
+*color6: #5f8787
+! 105 178 178
+*color14: #69b2b2
+! white
+! 128 128 128
+*color7: #808080
+! 215 215 215
+*color15: #d7d7d7
diff --git a/urxvt/Repositories/URxvt-themes/LightPurpleGreen b/urxvt/Repositories/URxvt-themes/LightPurpleGreen
new file mode 100644
index 0000000..b9e9968
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/LightPurpleGreen
@@ -0,0 +1,53 @@
+!--------------------xdefauls
+URxvt.font: xft:ubuntu mono:pixelsize=12
+urxvt*termName: rxvt
+urxvt*scrollBar: false
+urxvt*matcher.button: 1
+urxvt.transparent: false
+urxvt.boldFont:
+Xft*dpi: 96
+Xft*antialias: true
+Xft*hinting: true
+Xft*hintstyle: hintfull
+Xft*rgba: rgb
+URxvt*geometry: 85x20
+*internalBorder: 23
+URxvt*fading: 0
+URxvt*tintColor: #ffffff
+URxvt*shading: 0
+URxvt*inheritPixmap: False
+URxvt*background: #4B414C
+URxvt*foreground: #efefef
+! --- standard colors ---
+! black
+URxvt*color0: #7f94a0
+! bright_black
+URxvt*color8: #7f94a0
+! red
+URxvt*color1: #818995
+! bright_red
+URxvt*color9: #818995
+! green
+URxvt*color2: #A5BE9E
+! bright_green
+URxvt*color10: #A5BE9E
+! yellow
+URxvt*color3: #afad84
+! bright_yellow
+URxvt*color11: #afad84
+! blue
+URxvt*color4: #afad84
+! bright_blue
+URxvt*color12: #afad84
+! magenta
+URxvt*color5: #efefef
+! bright_magenta
+URxvt*color13: #efefef
+! cyan
+URxvt*color6: #6c7570
+! bright_cyan
+URxvt*color14: #6c7570
+! white
+URxvt*color7: #ada38b
+! bright_white
+URxvt*color15: #efefef
diff --git a/urxvt/Repositories/URxvt-themes/README.md b/urxvt/Repositories/URxvt-themes/README.md
new file mode 100644
index 0000000..7bd2899
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/README.md
@@ -0,0 +1,110 @@
+light purplegreen
+============
+
+<a href="http://imgur.com/r4qnd0P"><img src="http://i.imgur.com/r4qnd0P.png" title="source: imgur.com" /></a>>
+
+dark violet
+============
+
+<a href="http://imgur.com/syB9MpU"><img src="http://i.imgur.com/syB9MpU.png" title="source: imgur.com" /></a>
+
+
+julia
+============
+
+<a href="http://imgur.com/HldAf6q"><img src="http://i.imgur.com/HldAf6q.png" title="source: imgur.com" /></a>
+
+mixa lot
+=============
+
+<a href="http://imgur.com/Sf0DCnT"><img src="http://i.imgur.com/Sf0DCnT.png" title="source: imgur.com" /></a>
+
+pretty
+=============
+<a href="http://imgur.com/hBDtz4K"><img src="http://i.imgur.com/hBDtz4K.png" title="source: imgur.com" /></a>
+
+blue space
+==============
+<a href="http://imgur.com/gQquxno"><img src="http://i.imgur.com/gQquxno.png" title="source: imgur.com" /></a>
+
+random tree
+======================
+<a href="http://imgur.com/noH7P4Y"><img src="http://i.imgur.com/noH7P4Y.png" title="source: imgur.com" /></a>
+
+deep sea
+=====================
+<a href="http://imgur.com/U5bxU64"><img src="http://i.imgur.com/U5bxU64.png" title="source: imgur.com" /></a>
+
+a theme
+=====================
+<a href="http://imgur.com/eM8YhzW"><img src="http://i.imgur.com/eM8YhzW.png" title="source: imgur.com" /></a>
+
+fall
+=======================
+<a href="http://imgur.com/0ors61Y"><img src="http://i.imgur.com/0ors61Y.png" title="source: imgur.com" /></a>
+
+Smooth white blue
+======================
+<a href="http://imgur.com/9TjIBMI"><img src="http://i.imgur.com/9TjIBMI.png" title="source: imgur.com" /></a>
+
+fall green ncmpcpp
+==================
+<a href="http://imgur.com/gRcjR4G"><img src="http://i.imgur.com/gRcjR4G.png" title="source: imgur.com" /></a>
+
+something
+=======================
+<a href="http://imgur.com/Kv9xN3Q"><img src="http://i.imgur.com/Kv9xN3Q.png" title="source: imgur.com" /></a>
+
+the arch dude
+=======================
+<a href="http://imgur.com/IOtOjeC"><img src="http://i.imgur.com/IOtOjeC.png" title="source: imgur.com" /></a>
+
+i'm not gentoo
+=========================
+<a href="http://imgur.com/2Mu9Q02"><img src="http://i.imgur.com/2Mu9Q02.png" title="source: imgur.com" /></a>
+
+good rainbow
+=========================
+<a href="http://imgur.com/ds1Zzit"><img src="http://i.imgur.com/ds1Zzit.png" title="source: imgur.com" /></a>
+
+HomeMade Cotton Candy
+====================
+<a href="http://i.imgur.com/oGka08U.png">
+ <img src="http://imgur.com/oGka08Ul.png" />
+</a>
+
+tree bark
+============================
+<a href="http://i.imgur.com/sJd9l1B.png">
+ <img src="http://imgur.com/sJd9l1Bl.png" />
+</a>
+
+All colorful and shit
+============================
+<a href="http://i.imgur.com/zkg0YI3.png">
+ <img src="http://imgur.com/zkg0YI3l.png" />
+</a>
+
+ronery flower
+=============================
+<a href="http://i.imgur.com/oFQXGei.png">
+ <img src="http://imgur.com/oFQXGeil.png" />
+</a>
+
+rando macfag gay
+=============================
+<a href="http://i.imgur.com/cCWoNGE.png">
+ <img src="http://imgur.com/cCWoNGEl.png" />
+</a>
+
+i have no name
+===========================
+<a href="http://i.imgur.com/8Wwea9o.png">
+ <img src="http://imgur.com/8Wwea9ol.png" />
+</a>
+
+calm girl
+============================
+<a href="http://i.imgur.com/K84OSho.png">
+ <img src="http://imgur.com/K84OShol.png" />
+</a>
diff --git a/urxvt/Repositories/URxvt-themes/a new one b/urxvt/Repositories/URxvt-themes/a new one
new file mode 100644
index 0000000..9470984
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/a new one
@@ -0,0 +1,40 @@
+!--------------------xdefauls
+URxvt.font: xft:monaco:pixelsize=11
+urxvt*termName: rxvt
+urxvt*scrollBar: false
+urxvt*matcher.button: 1
+urxvt.transparent: false
+urxvt.boldFont:
+URxvt.letterSpace: -1
+Xft*dpi: 96
+Xft*antialias: true
+Xft*hinting: true
+Xft*hintstyle: hintfull
+URxvt*cursorUnderline: true
+Xft*rgba: rgb
+URxvt*geometry: 85x20
+*internalBorder: 26
+URxvt*fading: 0
+URxvt*tintColor: #ffffff
+URxvt*shading: 0
+URxvt*inheritPixmap: False
+*background: #20242c
+*foreground: #b3b8c4
+
+*color0: #3e4853
+*color1: #b06a58
+*color2: #95b47b
+*color3: #e5c078
+*color4: #58698c
+*color5: #7b5e8d
+*color6: #82a1b2
+*color7: #cccaca
+
+*color8: #525c67
+*color9: #ba7e6c
+*color10: #a9c88f
+*color11: #f9d48c
+*color12: #6c7da0
+*color13: #8f72a1
+*color14: #96b5c6
+*color15: #e0dede
diff --git a/urxvt/Repositories/URxvt-themes/a theme b/urxvt/Repositories/URxvt-themes/a theme
new file mode 100644
index 0000000..1c615c3
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/a theme
@@ -0,0 +1,49 @@
+URxvt.cursorColor: #c0b18b
+! black
+!URxvt.color0: #2f2f2f
+!URxvt.color8: #444444
+! red
+!URxvt.color1: #8800DD
+!URxvt.color9: #AA22FF
+! green
+!URxvt.color2: #9977DD
+!URxvt.color10: #BB99EE
+! yellow
+!URxvt.color3: #BB88EE
+!URxvt.color11: #DDAAEE
+! blue
+!URxvt.color4: #7755FF
+!URxvt.color12: #AA88FF
+! magenta
+!URxvt.color5: #6600DD
+!URxvt.color13: #9955FF
+! cyan
+!URxvt.color6: #9977AA
+!URxvt.color14: #BB99CC
+! white
+!URxvt.color7: #EEEEEE
+!URxvt.color15: #AAAAAA
+!black
+URxvt.color0:#4A3637
+URxvt.color8:#4A3637
+!red
+URxvt.color1:#d17b49
+URxvt.color9:#d17b49
+!green
+URxvt.color2:#7b8748
+URxvt.color10:#7b8748
+!yellow
+URxvt.color3:#af865a
+URxvt.color11:#af865a
+!blue
+URxvt.color4:#535C5C
+URxvt.color12:#535C5C
+!magenta
+URxvt.color5:#775759
+URxvt.color13:#775759
+!cyan
+URxvt.color6:#6d715e
+URxvt.color14:#6d715e
+!white
+URxvt.color7:#c0b18b
+URxvt.color15:#c0b18b
diff --git a/urxvt/Repositories/URxvt-themes/all colorful and stuff b/urxvt/Repositories/URxvt-themes/all colorful and stuff
new file mode 100644
index 0000000..924f704
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/all colorful and stuff
@@ -0,0 +1,56 @@
+!--------------------xdefauls
+URxvt.font: xft:monaco:pixelsize=13
+urxvt*termName: rxvt
+urxvt*scrollBar: false
+urxvt*matcher.button: 1
+urxvt.transparent: false
+urxvt.boldFont:
+URxvt.letterSpace: -1
+Xft*dpi: 96
+Xft*antialias: true
+Xft*hinting: true
+Xft*hintstyle: hintfull
+URxvt*cursorUnderline: true
+Xft*rgba: rgb
+URxvt*geometry: 85x20
+*internalBorder: 26
+URxvt*fading: 0
+URxvt*tintColor: #ffffff
+URxvt*shading: 0
+URxvt*inheritPixmap: False
+! special
+*.foreground: #aaaaaa
+*.background: #161b21
+*.cursorColor: #aaaaaa
+
+! black
+*.color0: #9ea2a5
+*.color8: #9ea2a5
+
+! red
+*.color1: #8b6066
+*.color9: #8b6066
+
+! green
+*.color2: #9a7e62
+*.color10: #9a7e62
+
+! yellow
+*.color3: #e7d869
+*.color11: #e7d869
+
+! blue
+*.color4: #354f73
+*.color12: #354f73
+
+! magenta
+*.color5: #55465b
+*.color13: #55465b
+
+! cyan
+*.color6: #716467
+*.color14: #716467
+
+! white
+*.color7: #aaaaaa
+*.color15: #a7a9a8
diff --git a/urxvt/Repositories/URxvt-themes/arch dude remix b/urxvt/Repositories/URxvt-themes/arch dude remix
new file mode 100644
index 0000000..4046bcd
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/arch dude remix
@@ -0,0 +1,39 @@
+!--------------------xdefauls
+URxvt.font: xft:terminus:pixelsize=14
+urxvt*termName: rxvt
+urxvt*scrollBar: false
+urxvt*matcher.button: 1
+urxvt.transparent: false
+urxvt.boldFont:
+Xft*dpi: 96
+Xft*antialias: true
+Xft*hinting: true
+Xft*hintstyle: hintfull
+URxvt*cursorUnderline: true
+Xft*rgba: rgb
+URxvt*geometry: 85x20
+*internalBorder: 23
+URxvt*fading: 0
+URxvt*tintColor: #ffffff
+URxvt*shading: 0
+URxvt*inheritPixmap: False
+
+URxvt.color0: #3B444F
+URxvt.color8: #4A585A
+URxvt.color1: #D8B795
+URxvt.color9: #D8B795
+URxvt.color2: #A5AF86
+URxvt.color10: #BDC79E
+URxvt.color3: #CD7860
+URxvt.color11: #E88773
+URxvt.color4: #7A9388
+URxvt.color12: #94B1A3
+URxvt.color5: #75434C
+URxvt.color13: #BB6C73
+URxvt.color6: #767D75
+URxvt.color14: #9DA69E
+URxvt.color7: #C2C2A8
+URxvt.color15: #DBDAC1
+URxvt.background: #252525
+URxvt.foreground: #a3a6ab
+URxvt..colorUL: #95b9cc
diff --git a/urxvt/Repositories/URxvt-themes/black blue space b/urxvt/Repositories/URxvt-themes/black blue space
new file mode 100644
index 0000000..b2d1aa7
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/black blue space
@@ -0,0 +1,33 @@
+URxvt.scrollBar: false
+urxvt*termName: rxvt
+urxvt*font: xft:uushi:pixelsize=8
+urxvt*boldFont:
+urxvt*background: #000000
+urxvt*foreground: #666699
+urxvt*cursorColor: #6699CC
+urxvt*colorBD: #CCCCFF
+
+!Visiblue
+urxvt*color0: #333366
+urxvt*color8: #333399
+
+urxvt*color1: #6666CC
+urxvt*color9: #9999FF
+
+urxvt*color2: #0099CC
+urxvt*color10: #00CCFF
+
+urxvt*color3: #3366CC
+urxvt*color11: #6699FF
+
+urxvt*color4: #006699
+urxvt*color12: #0099CC
+
+urxvt*color5: #0066FF
+urxvt*color13: #0099FF
+
+urxvt*color6: #669999
+urxvt*color14: #66CCCC
+
+urxvt*color7: #99CCCC
+urxvt*color15: #CCFFFF
diff --git a/urxvt/Repositories/URxvt-themes/blue white purpe calm b/urxvt/Repositories/URxvt-themes/blue white purpe calm
new file mode 100644
index 0000000..f73c7e3
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/blue white purpe calm
@@ -0,0 +1,51 @@
+!--------------------xdefauls
+URxvt.font: xft:Ubuntu Mono:bold:pixelsize=14
+urxvt*termName: rxvt
+urxvt*scrollBar: false
+urxvt*matcher.button: 1
+urxvt.transparent: false
+urxvt.boldFont:
+Xft*dpi: 96
+Xft*antialias: true
+Xft*hinting: full
+URxvt*geometry: 85x20
+*internalBorder: 23
+URxvt*fading: 0
+URxvt*tintColor: #ffffff
+URxvt*shading: 0
+URxvt*inheritPixmap: False
+URxvt*background: #1b1b1b
+URxvt*foreground: #efefef
+! --- standard colors ---
+! black
+URxvt*color0: #7f94a0
+! bright_black
+URxvt*color8: #A56D61
+! red
+URxvt*color1: #8687b3
+! bright_red
+URxvt*color9: #9E9FBE
+! green
+URxvt*color2: #A5BE9E
+! bright_green
+URxvt*color10: #a6ad8d
+! yellow
+URxvt*color3: #C19FBA
+! bright_yellow
+URxvt*color11: #afad84
+! blue
+URxvt*color4: #7f6270
+! bright_blue
+URxvt*color12: #af9c96
+! magenta
+URxvt*color5: #efefef
+! bright_magenta
+URxvt*color13: #b89c8d
+! cyan
+URxvt*color6: #6c7570
+! bright_cyan
+URxvt*color14: #a6a496
+! white
+URxvt*color7: #ada38b
+! bright_white
+URxvt*color15: #efefef
diff --git a/urxvt/Repositories/URxvt-themes/brown slug b/urxvt/Repositories/URxvt-themes/brown slug
new file mode 100644
index 0000000..655df45
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/brown slug
@@ -0,0 +1,44 @@
+!--------------------xdefauls
+URxvt.font: xft:tamsyn:pixelsize=14
+urxvt*termName: rxvt
+urxvt*scrollBar: false
+urxvt*matcher.button: 1
+urxvt.transparent: false
+urxvt.boldFont:
+Xft*dpi: 96
+Xft*antialias: true
+Xft*hinting: full
+URxvt*geometry: 85x20
+*internalBorder: 23
+URxvt*fading: 0
+URxvt*tintColor: #ffffff
+URxvt*shading: 0
+URxvt*inheritPixmap: False
+! special
+URxvt.foreground: #507a5e
+URxvt.background: #27292a
+URxvt.cursorColor: #507a5e
+! black
+URxvt.color0: #282a2e
+URxvt.color8: #373b41
+! red
+URxvt.color1: #927575
+URxvt.color9: #524545
+! green
+URxvt.color2: #dbe57e
+URxvt.color10: #dce95a
+! yellow
+URxvt.color3: #d39d77
+URxvt.color11: #d6c096
+! blue
+URxvt.color4: #33424f
+URxvt.color12: #42596d
+! magenta
+URxvt.color5: #755c7d
+URxvt.color13: #7a6380
+! cyan
+URxvt.color6: #5e8d87
+URxvt.color14: #4f6a66
+! white
+URxvt.color7: #40454a
+URxvt.color15: #575056
diff --git a/urxvt/Repositories/URxvt-themes/calm girl b/urxvt/Repositories/URxvt-themes/calm girl
new file mode 100644
index 0000000..602655f
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/calm girl
@@ -0,0 +1,55 @@
+
+!--------------------xdefauls
+URxvt.font: xft:monaco:pixelsize=13
+urxvt*termName: rxvt
+urxvt*scrollBar: false
+urxvt*matcher.button: 1
+urxvt.transparent: false
+urxvt.boldFont:
+Xft*dpi: 96
+Xft*antialias: true
+Xft*hinting: true
+Xft*hintstyle: hintfull
+Xft*rgba: rgb
+URxvt*geometry: 85x20
+*internalBorder: 23
+URxvt*fading: 0
+URxvt*tintColor: #ffffff
+URxvt*shading: 0
+URxvt*inheritPixmap: False
+! special
+*.foreground: #c5c8c6
+*.background: #333232
+*.cursorColor: #c5c8c6
+
+! black
+*.color0: #585c69
+*.color8: #585c69
+
+! red
+*.color1: #cab0a1
+*.color9: #cab0a1
+
+! green
+*.color2: #9f8578
+*.color10: #9f8578
+
+! yellow
+*.color3: #986c5b
+*.color11: #986c5b
+
+! blue
+*.color4: #808178
+*.color12: #808178
+
+! magenta
+*.color5: #979892
+*.color13: #979892
+
+! cyan
+*.color6: #cab0a1
+*.color14: #cab0a1
+
+! white
+*.color7: #707880
+*.color15: #707880
diff --git a/urxvt/Repositories/URxvt-themes/dark violet good b/urxvt/Repositories/URxvt-themes/dark violet good
new file mode 100644
index 0000000..87e9c40
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/dark violet good
@@ -0,0 +1,30 @@
+
+
+ URxvt*background: #1b1b1b
+ URxvt*foreground: #cccaca
+
+ !Black
+ URxvt*color0: #222222
+ URxvt*color8: #5b595a
+ !Red
+ URxvt*color1: #664742
+ URxvt*color9: #664742
+ !Green
+ URxvt*color2: #A5AF86
+ URxvt*color10: #A5AF86
+ !Yellow
+ URxvt*color3: #F7E7BD
+ URxvt*color11: #F7E7BD
+ !Blue
+ URxvt*color4: #6e686f
+ URxvt*color12: #6e686f
+ !Magenta
+ URxvt*color5: #966E6E
+ URxvt*color13: #B09A91
+ !Cyan
+ URxvt*color6: #849492
+ URxvt*color14: #849492
+ !White
+ URxvt*color7: #a49c9c
+ URxvt*color15: #e9e6e6
+
diff --git a/urxvt/Repositories/URxvt-themes/fall b/urxvt/Repositories/URxvt-themes/fall
new file mode 100644
index 0000000..0cc0e56
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/fall
@@ -0,0 +1,19 @@
+
+
+ *color0: #d4c490
+ *color1: #aab283
+ *color2: #8a9b71
+ *color3: #5c7162
+ *color4: #a1755c
+ *color5: #895255
+ *color6: #a95332
+ *color7: #6c886f
+ *color8: #c4623d
+ *color9: #94643e
+ *color10: #b78143
+ *color11: #c69459
+ *color12: #ae8b6b
+ *color13: #818890
+ *color14: #d4c490
+ *color15: #aab283
+
diff --git a/urxvt/Repositories/URxvt-themes/fall green b/urxvt/Repositories/URxvt-themes/fall green
new file mode 100644
index 0000000..7d98907
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/fall green
@@ -0,0 +1,45 @@
+!--------------------xdefauls
+URxvt.font: xft:ubuntu mono:pixelsize=13
+urxvt*termName: rxvt
+urxvt*scrollBar: false
+urxvt*matcher.button: 1
+urxvt.transparent: false
+urxvt.boldFont:
+Xft*dpi: 96
+Xft*antialias: true
+Xft*hinting: true
+Xft*hintstyle: hintfull
+Xft*rgba: rgb
+URxvt*geometry: 85x20
+*internalBorder: 23
+URxvt*fading: 0
+URxvt*tintColor: #ffffff
+URxvt*shading: 0
+URxvt*inheritPixmap: False
+URxvt*background: #212121
+URxvt*foreground: #D2C5BC
+!#D2C5BC
+!black
+URxvt*color0:#777777
+URxvt*color8:#777777
+!red
+URxvt*color1:#a19488
+URxvt*color9:#a19488
+!green
+URxvt*color2:#88a194
+URxvt*color10:#88a194
+!yellow
+URxvt*color3:#95a188
+URxvt*color11:#95a188
+!blue
+URxvt*color4:#9488a1
+URxvt*color12:#9488a1
+!magenta
+URxvt*color5:#a18895
+URxvt*color13:#a18895
+!cyan
+URxvt*color6:#8895a1
+URxvt*color14:#8895a1
+!white
+URxvt*color7:#d9d9d9
+URxvt*color15:#d9d9d9
diff --git a/urxvt/Repositories/URxvt-themes/gray blue chill brah b/urxvt/Repositories/URxvt-themes/gray blue chill brah
new file mode 100644
index 0000000..097dc0a
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/gray blue chill brah
@@ -0,0 +1,43 @@
+!--------------------xdefauls
+urxvt*font: xft:uushi:size=8
+urxvt*termName: rxvt
+urxvt*background: #333333
+urxvt*foreground: #efefef
+urxvt*scrollBar: false
+urxvt*matcher.button: 1
+urxvt.transparent: false
+urxvt*allow_bold: true
+Xft*dpi: 96
+Xft*antialias: true
+Xft*hinting: full
+URxvt*geometry: 85x20
+URxvt*fading: 0
+URxvt*tintColor: #ffffff
+URxvt*shading: 0
+URxvt*inheritPixmap: False
+! black + red
+!urxvt*color0: #3f3f3f
+urxvt*color0: #2d2d2d
+urxvt*color1: #dcdccc
+! green + yellow
+urxvt*color2: #A9A794
+urxvt*color3: #506070
+! blue + purple
+urxvt*color4: #938989
+urxvt*color5: #B1AE95
+! cyan + white
+urxvt*color6: #A1C1CE
+urxvt*color7: #efefef
+! bright-black + bright-red
+urxvt*color8: #506070
+urxvt*color9: #938989
+! bright-green + bright-yellow
+urxvt*color10: #C5B9C9
+urxvt*color11: #506070
+! bright-blue + bright-purple
+urxvt*color12: #94bff3
+urxvt*color13: #ec93d3
+! bright-cyan + bright-white
+urxvt*color14: #93e0e3
+urxvt*color15: #efefef
+!}}}
diff --git a/urxvt/Repositories/URxvt-themes/green white URxvt b/urxvt/Repositories/URxvt-themes/green white URxvt
new file mode 100644
index 0000000..c43d32c
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/green white URxvt
@@ -0,0 +1,50 @@
+
+! Xresource file
+URxvt*depth: 12
+URxvt*geometry: 80x20
+URxvt.borderColor: #739890
+URxvt.internalBorder: 4
+! -- scrollbar
+URxvt.scrollstyle: plain
+URxvt.scrollBar: false
+URxvt.scrollTtyOutput: false
+URxvt.scrollWidthBuffer: true
+URxvt.scrollTtyKeypress: true
+! -- login shell
+URxvt.loginShell: false
+! -- font
+URxvt.font: xft:uushi:pixelsize=9
+URxvt.boldFont:
+! -- perl
+URxvt.perl-ext-command: default,clipboard,vtwheel
+URxvt.keysym.Mod4-v: perl:clipboard:paste
+! -- colors
+URxvt.background: #424242
+URxvt.foreground: #739890
+URxvt.colorBD: #CFCFCF
+URxvt.colorUL: #A0A0A0
+URxvt.colorIT: #686868
+!BLK
+URxvt.color0: #303030
+URxvt.color8: #686868
+!RED
+URxvt.color9: #cfcfcf
+URxvt.color1: #cfcfcf
+!GRN
+URxvt.color10: #A3D572
+URxvt.color2: #6D9E3F
+!BLU
+URxvt.color12: #98CBFE
+URxvt.color4: #6095C5
+!YEL
+URxvt.color11: #EFBD8B
+URxvt.color3: #B58858
+!CYN
+URxvt.color14: #75DAA9
+URxvt.color6: #3BA275
+!MAG
+URxvt.color13: #E5B0FF
+URxvt.color5: #AC7BDE
+!WHT
+URxvt.color7: #CFCFCF
+URxvt.color15: #FFFFFF
diff --git a/urxvt/Repositories/URxvt-themes/holiday pine b/urxvt/Repositories/URxvt-themes/holiday pine
new file mode 100644
index 0000000..a400e89
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/holiday pine
@@ -0,0 +1,50 @@
+!--------------------xdefauls
+URxvt.font: xft:Ubuntu Mono:bold:pixelsize=14
+urxvt*termName: rxvt
+urxvt*scrollBar: false
+urxvt*matcher.button: 1
+urxvt.transparent: false
+urxvt.boldFont:
+Xft*dpi: 96
+Xft*antialias: true
+Xft*hinting: full
+URxvt*geometry: 85x20
+URxvt*fading: 0
+URxvt*tintColor: #ffffff
+URxvt*shading: 0
+URxvt*inheritPixmap: False
+*background: #838B83
+*foreground: #d9e6f2
+! --- standard colors ---
+! black
+*color0: #50452e
+! bright_black
+*color8: #6a5f48
+! red
+*color1: #92754a
+! bright_red
+*color9: #b8a484
+! green
+*color2: #3D7221
+! bright_green
+*color10: #a6ad8d
+! yellow
+*color3: #E0EC8B
+! bright_yellow
+*color11: #afad84
+! blue
+*color4: #7f6270
+! bright_blue
+*color12: #af9c96
+! magenta
+*color5: #92625d
+! bright_magenta
+*color13: #b89c8d
+! cyan
+*color6: #6c7570
+! bright_cyan
+*color14: #a6a496
+! white
+*color7: #ada38b
+! bright_white
+*color15: #B0A07D
diff --git a/urxvt/Repositories/URxvt-themes/i have no name b/urxvt/Repositories/URxvt-themes/i have no name
new file mode 100644
index 0000000..5225484
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/i have no name
@@ -0,0 +1,56 @@
+!--------------------xdefauls
+URxvt.font: xft:monaco:pixelsize=13
+urxvt*termName: rxvt
+urxvt*scrollBar: false
+urxvt*matcher.button: 1
+urxvt.transparent: false
+urxvt.boldFont:
+URxvt.letterSpace: -1
+Xft*dpi: 96
+Xft*antialias: true
+Xft*hinting: true
+Xft*hintstyle: hintfull
+URxvt*cursorUnderline: true
+Xft*rgba: rgb
+URxvt*geometry: 85x20
+*internalBorder: 26
+URxvt*fading: 0
+URxvt*tintColor: #ffffff
+URxvt*shading: 0
+URxvt*inheritPixmap: False
+! special
+*.foreground: #9d9191
+*.background: #1f1c1e
+*.cursorColor: #9d9191
+
+! black
+*.color0: #85983e
+*.color8: #36353a
+
+! red
+*.color1: #b3655b
+*.color9: #fb8e91
+
+! green
+*.color2: #eed7a1
+*.color10: #9aaa5f
+
+! yellow
+*.color3: #e1977e
+*.color11: #c3aa81
+
+! blue
+*.color4: #627d92
+*.color12: #525173
+
+! magenta
+*.color5: #503d50
+*.color13: #483440
+
+! cyan
+*.color6: #77899f
+*.color14: #425d72
+
+! white
+*.color7: #707880
+*.color15: #c5c8c6
diff --git a/urxvt/Repositories/URxvt-themes/i'm not gentoo b/urxvt/Repositories/URxvt-themes/i'm not gentoo
new file mode 100644
index 0000000..72a02bf
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/i'm not gentoo
@@ -0,0 +1,26 @@
+urxvt*background: #212629
+urxvt*foreground: #737c80
+!black
+URxvt*color0: #111313
+URxvt*color8: #424446
+!red
+URxvt*color1: #9e6b71
+URxvt*color9: #b69094
+!green
+URxvt*color2: #719e6b
+URxvt*color10: #94b690
+!yellow
+URxvt*color3: #9e986c
+URxvt*color11: #b5b18f
+!blue
+URxvt*color4: #6c8b9e
+URxvt*color12: #90a7b6
+!magenta
+URxvt*color5: #986b9e
+URxvt*color13: #b290b6
+!cyan
+URxvt*color6: #6b9e98
+URxvt*color14: #90b6b3
+!white
+URxvt*color7: #b8baba
+URxvt*color15: #cdcfce
diff --git a/urxvt/Repositories/URxvt-themes/julie b/urxvt/Repositories/URxvt-themes/julie
new file mode 100644
index 0000000..4b9e960
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/julie
@@ -0,0 +1,27 @@
+URxvt*background: [90]#151515
+URxvt*foreground: #c6a57b
+URxvt*background: #151515
+!black
+URxvt*color0: #101010
+URxvt*color8: #404040
+!red
+URxvt*color1: #953331
+URxvt*color9: #8D4A48
+!green
+URxvt*color2: #546A29
+URxvt*color10: #7E9960
+!yellow
+URxvt*color3: #909737
+URxvt*color11: #9CA554
+!blue
+URxvt*color4: #385E6B
+URxvt*color12: #5C737C
+!magenta
+URxvt*color5: #7F355E
+URxvt*color13: #95618B
+!cyan
+URxvt*color6: #34676F
+URxvt*color14: #5D858A
+!white
+URxvt*color7: #dddddd
+URxvt*color15: #dddddd
diff --git a/urxvt/Repositories/URxvt-themes/light dark b/urxvt/Repositories/URxvt-themes/light dark
new file mode 100644
index 0000000..ad65c71
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/light dark
@@ -0,0 +1,27 @@
+!black
+URxvt.color0: #000000
+URxvt.color8: #2B2B2B
+!red
+URxvt.color1: #A5372E
+URxvt.color9: #E06C5C
+!green
+URxvt.color2: #4A663C
+URxvt.color10: #7B996C
+!yellow
+URxvt.color3: #7C5618
+URxvt.color11: #B38849
+!blue
+URxvt.color4: #566060
+URxvt.color12: #889393
+!magenta
+URxvt.color5: #8E4948
+URxvt.color13: #C67C78
+!cyan
+URxvt.color6: #6D5B42
+URxvt.color14: #A28D73
+!white
+URxvt.color7: #8D8D8D
+URxvt.color15: #C6C6C6
+
+urxvt.background: #111111
+urxvt.foreground: 15
diff --git a/urxvt/Repositories/URxvt-themes/mix a lot b/urxvt/Repositories/URxvt-themes/mix a lot
new file mode 100644
index 0000000..713f63e
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/mix a lot
@@ -0,0 +1,19 @@
+*background:#171717
+*foreground:#b3b4b1
+*color0: #1d1d1d
+*color1: #784742
+*color2: #427363
+*color3: #665847
+*color4: #6a708b
+*color5: #7a378b
+*color6: #52707b
+*color7: #b3b3b3
+
+*color8: #4c4c4c
+*color9: #784742
+*color10: #cef318
+*color11: #ede265
+*color12: #6ac0fd
+*color13: #ef79ae
+*color14: #49d4dd
+*color15: #ffffff
diff --git a/urxvt/Repositories/URxvt-themes/never-seen/g b/urxvt/Repositories/URxvt-themes/never-seen/g
new file mode 100644
index 0000000..d66e3d2
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/never-seen/g
@@ -0,0 +1,35 @@
+*background: #181b20
+*foreground: #D2C5BC
+!#D2C5BC
+
+!black
+*color0:#4A3637
+*color8:#4A3637
+
+!red
+*color1:#d17b49
+*color9:#d17b49
+
+!green
+*color2:#7b8748
+*color10:#7b8748
+
+!yellow
+*color3:#af865a
+*color11:#af865a
+
+!blue
+*color4:#535C5C
+*color12:#535C5C
+
+!magenta
+*color5:#775759
+*color13:#775759
+
+!cyan
+*color6:#6d715e
+*color14:#6d715e
+
+!white
+*color7:#c0b18b
+*color15:#c0b18b
diff --git a/urxvt/Repositories/URxvt-themes/pretty b/urxvt/Repositories/URxvt-themes/pretty
new file mode 100644
index 0000000..311891a
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/pretty
@@ -0,0 +1,49 @@
+!--------------------xdefauls
+
+
+urxvt*font: xft:uushi:size=8
+urxvt*termName: rxvt
+urxvt*background: #0c0d0e
+urxvt*foreground: #7f8f9f
+urxvt*scrollBar: false
+urxvt*matcher.button: 1
+urxvt.transparent: false
+urxvt*allow_bold: true
+
+Xft*dpi: 96
+Xft*antialias: true
+Xft*hinting: full
+
+URxvt*geometry: 85x20
+URxvt*fading: 0
+URxvt*tintColor: #ffffff
+URxvt*shading: 0
+URxvt*inheritPixmap: False
+
+! black + red
+!urxvt*color0: #3f3f3f
+urxvt*color0: #101010
+urxvt*color1: #705050
+! green + yellow
+urxvt*color2: #60b48a
+urxvt*color3: #f0dfaf
+! blue + purple
+urxvt*color4: #506070
+urxvt*color5: #dc8cc3
+! cyan + white
+urxvt*color6: #8cd0d3
+urxvt*color7: #dcdccc
+! bright-black + bright-red
+urxvt*color8: #000000
+urxvt*color9: #dca3a3
+! bright-green + bright-yellow
+urxvt*color10: #c3bf9f
+urxvt*color11: #f0dfaf
+! bright-blue + bright-purple
+urxvt*color12: #94bff3
+urxvt*color13: #ec93d3
+! bright-cyan + bright-white
+urxvt*color14: #93e0e3
+urxvt*color15: #ffffff
+!}}}
+
diff --git a/urxvt/Repositories/URxvt-themes/purplish b/urxvt/Repositories/URxvt-themes/purplish
new file mode 100644
index 0000000..a361197
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/purplish
@@ -0,0 +1,52 @@
+!--------------------xdefauls
+URxvt.font: xft:tamsyn:pixelsize=14
+urxvt*termName: rxvt
+urxvt*scrollBar: false
+urxvt*matcher.button: 1
+urxvt.transparent: false
+urxvt.boldFont:
+Xft*dpi: 96
+Xft*antialias: true
+Xft*hinting: full
+URxvt*geometry: 85x20
+*internalBorder: 23
+URxvt*fading: 0
+URxvt*tintColor: #ffffff
+URxvt*shading: 0
+URxvt*inheritPixmap: False
+URxvt*background: #363636
+URxvt*foreground: #af9c96
+*foreground: #B8B5AB
+! --- standard colors ---
+! black
+URxvt*color0: #92754a
+! bright_black
+URxvt*color8: #6a5f48
+! red
+URxvt*color1: #92754a
+! bright_red
+URxvt*color9: #b8a484
+! green
+URxvt*color2: #628E66
+! bright_green
+URxvt*color10: #a6ad8d
+! yellow
+URxvt*color3: #E0EC8B
+! bright_yellow
+URxvt*color11: #afad84
+! blue
+URxvt*color4: #7f6270
+! bright_blue
+URxvt*color12: #af9c96
+! magenta
+URxvt*color5: #92625d
+! bright_magenta
+URxvt*color13: #b89c8d
+! cyan
+URxvt*color6: #7f6270
+! bright_cyan
+URxvt*color14: #7f6270
+! white
+URxvt*color7: #ada38b
+! bright_white
+URxvt*color15: #B0A07D
diff --git a/urxvt/Repositories/URxvt-themes/rando light purp b/urxvt/Repositories/URxvt-themes/rando light purp
new file mode 100644
index 0000000..d5f7f2b
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/rando light purp
@@ -0,0 +1,67 @@
+! --- ~/.Xresources ------------------------------------------------------------
+! ------------------------------------------------------------------------------
+! --- generated with 4bit Terminal Color Scheme Designer -----------------------
+! ------------------------------------------------------------------------------
+! --- http://ciembor.github.com/4bit -------------------------------------------
+! ------------------------------------------------------------------------------
+
+! --- special colors ---
+
+*background: #cac4d4
+*foreground: #978973
+
+! --- standard colors ---
+
+! black
+*color0: #000000
+
+! bright_black
+*color8: #262626
+
+! red
+*color1: #9b7976
+
+! bright_red
+*color9: #cdbdbb
+
+! green
+*color2: #769b79
+
+! bright_green
+*color10: #bbcdbd
+
+! yellow
+*color3: #989b76
+
+! bright_yellow
+*color11: #cccdbb
+
+! blue
+*color4: #79769b
+
+! bright_blue
+*color12: #bdbbcd
+
+! magenta
+*color5: #9b7698
+
+! bright_magenta
+*color13: #cdbbcc
+
+! cyan
+*color6: #76989b
+
+! bright_cyan
+*color14: #bbcccd
+
+! white
+*color7: #c3c3c3
+
+! bright_white
+*color15: #ffffff
+
+
+! ------------------------------------------------------------------------------
+! --- end of terminal colors section -------------------------------------------
+! ------------------------------------------------------------------------------
+
diff --git a/urxvt/Repositories/URxvt-themes/rando mac b/urxvt/Repositories/URxvt-themes/rando mac
new file mode 100644
index 0000000..2647405
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/rando mac
@@ -0,0 +1,39 @@
+! special
+*.foreground: #8a6a53
+#Dark Brown Background#
+#*background: #181514
+#Light Brown Background#
+*background: #2c251c
+*cursorColor: #8a6a53
+
+! black
+*color0: #4c4234
+*color8: #322a21
+
+! red
+*color1: #94525a
+*color9: #df6a95
+
+! green
+*color2: #758365
+*color10: #a6bca4
+
+! yellow
+*color3: #a2bb30
+*color11: #ceed3b
+
+! blue
+*color4: #32565b
+*color12: #4f789f
+
+! magenta
+*color5: #7d323f
+*color13: #a74354
+
+! cyan
+*color6: #40696e
+*color14: #3e9182
+
+! white
+*color7: #8a6a53
+*color15: #f0d7c2
diff --git a/urxvt/Repositories/URxvt-themes/ronery flower b/urxvt/Repositories/URxvt-themes/ronery flower
new file mode 100644
index 0000000..5e61849
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/ronery flower
@@ -0,0 +1,56 @@
+!--------------------xdefauls
+URxvt.font: xft:monaco:pixelsize=13
+urxvt*termName: rxvt
+urxvt*scrollBar: false
+urxvt*matcher.button: 1
+urxvt.transparent: false
+urxvt.boldFont:
+URxvt.letterSpace: -1
+Xft*dpi: 96
+Xft*antialias: true
+Xft*hinting: true
+Xft*hintstyle: hintfull
+URxvt*cursorUnderline: true
+Xft*rgba: rgb
+URxvt*geometry: 85x20
+*internalBorder: 26
+URxvt*fading: 0
+URxvt*tintColor: #ffffff
+URxvt*shading: 0
+URxvt*inheritPixmap: False
+! special
+*.foreground: #c5c8c6
+*.background: #292b2d
+*.cursorColor: #c5c8c6
+
+! black
+*.color0: #292929
+*.color8: #9cb0b4
+
+! red
+*.color1: #3d6370
+*.color9: #007db4
+
+! green
+*.color2: #aaad8f
+*.color10: #c5cc87
+
+! yellow
+*.color3: #78838b
+*.color11: #518860
+
+! blue
+*.color4: #5f85a9
+*.color12: #9aaac1
+
+! magenta
+*.color5: #534856
+*.color13: #9c80a4
+
+! cyan
+*.color6: #2c3b36
+*.color14: #335348
+
+! white
+*.color7: #707880
+*.color15: #c5c8c6
diff --git a/urxvt/Repositories/URxvt-themes/smooth white blue b/urxvt/Repositories/URxvt-themes/smooth white blue
new file mode 100644
index 0000000..acd61ec
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/smooth white blue
@@ -0,0 +1,34 @@
+!--------------------xdefauls
+URxvt.font: xft:Ubuntu Mono:bold:pixelsize=14
+urxvt*termName: rxvt
+urxvt*scrollBar: false
+urxvt*matcher.button: 1
+urxvt.transparent: false
+urxvt.boldFont:
+Xft*dpi: 96
+Xft*antialias: true
+Xft*hinting: full
+URxvt*geometry: 85x20
+*internalBorder: 23
+URxvt*fading: 0
+URxvt*tintColor: #ffffff
+URxvt*shading: 0
+URxvt*inheritPixmap: False
+URxvt*background: #161616
+URxvt*foreground: #efefef
+URxvt*color0: #777777
+URxvt*color8: #616161
+URxvt*color1: #efefef
+URxvt*color9: #7B93A6
+URxvt*color2: #85A999
+URxvt*color10: #96B1A9
+URxvt*color3: #969696
+URxvt*color11: #B7B7B7
+URxvt*color4: #758891
+URxvt*color12: #90A4A9
+URxvt*color5: #A2B4BC
+URxvt*color13: #efefef
+URxvt*color6: #8CA6A3
+URxvt*color14: #8FABA7
+URxvt*color7: #A5A5A5
+URxvt*color15: #C0C0C0
diff --git a/urxvt/Repositories/URxvt-themes/something b/urxvt/Repositories/URxvt-themes/something
new file mode 100644
index 0000000..a955ecb
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/something
@@ -0,0 +1,44 @@
+!--------------------xdefauls
+URxvt.font: xft:ubuntu mono:pixelsize=12
+urxvt*termName: rxvt
+urxvt*scrollBar: false
+urxvt*matcher.button: 1
+urxvt.transparent: false
+urxvt.boldFont:
+Xft*dpi: 96
+Xft*antialias: true
+Xft*hinting: true
+Xft*hintstyle: hintfull
+Xft*rgba: rgb
+URxvt*geometry: 85x20
+*internalBorder: 23
+URxvt*fading: 0
+URxvt*tintColor: #ffffff
+URxvt*shading: 0
+URxvt*inheritPixmap: False
+URxvt*background: #ACA7AF
+URxvt*foreground: #454545
+!black
+URxvt*color0: #101010
+URxvt*color8: #404040
+!red
+URxvt*color1: #953331
+URxvt*color9: #8D4A48
+!green
+URxvt*color2: #546A29
+URxvt*color10: #7E9960
+!yellow
+URxvt*color3: #E9E184
+URxvt*color11: #9CA554
+!blue
+URxvt*color4: #385E6B
+URxvt*color12: #5C737C
+!magenta
+URxvt*color5: #7F355E
+URxvt*color13: #95618B
+!cyan
+URxvt*color6: #34676F
+URxvt*color14: #5D858A
+!white
+URxvt*color7: #D8DBA2
+URxvt*color15: #D8DBA2
diff --git a/urxvt/Repositories/URxvt-themes/the arch dude b/urxvt/Repositories/URxvt-themes/the arch dude
new file mode 100644
index 0000000..02d5b1f
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/the arch dude
@@ -0,0 +1,37 @@
+!--------------------xdefauls
+URxvt.font: xft:terminus:pixelsize=14
+urxvt*termName: rxvt
+urxvt*scrollBar: false
+urxvt*matcher.button: 1
+urxvt.transparent: false
+urxvt.boldFont:
+Xft*dpi: 96
+Xft*antialias: true
+Xft*hinting: true
+Xft*hintstyle: hintfull
+URxvt*cursorUnderline: true
+Xft*rgba: rgb
+URxvt*geometry: 85x20
+*internalBorder: 23
+URxvt*fading: 0
+URxvt*tintColor: #ffffff
+URxvt*shading: 0
+URxvt*inheritPixmap: False
+URxvt.color0: #3B444F
+URxvt.color8: #4A585A
+URxvt.color1: #CD546C
+URxvt.color9: #CD546C
+URxvt.color2: #A5AF86
+URxvt.color10: #BDC79E
+URxvt.color3: #CD7860
+URxvt.color11: #E88773
+URxvt.color4: #7A9388
+URxvt.color12: #94B1A3
+URxvt.color5: #75434C
+URxvt.color13: #BB6C73
+URxvt.color6: #767D75
+URxvt.color14: #9DA69E
+URxvt.color7: #C2C2A8
+URxvt.color15: #DBDAC1
+URxvt.background: #292929
+URxvt.foreground: #a3a6ab
diff --git a/urxvt/Repositories/URxvt-themes/tree bark b/urxvt/Repositories/URxvt-themes/tree bark
new file mode 100644
index 0000000..be2a59f
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/tree bark
@@ -0,0 +1,56 @@
+!--------------------xdefauls
+URxvt.font: xft:monaco:pixelsize=13
+urxvt*termName: rxvt
+urxvt*scrollBar: false
+urxvt*matcher.button: 1
+urxvt.transparent: false
+urxvt.boldFont:
+URxvt.letterSpace: -1
+Xft*dpi: 96
+Xft*antialias: true
+Xft*hinting: true
+Xft*hintstyle: hintfull
+URxvt*cursorUnderline: true
+Xft*rgba: rgb
+URxvt*geometry: 85x20
+*internalBorder: 26
+URxvt*fading: 0
+URxvt*tintColor: #ffffff
+URxvt*shading: 0
+URxvt*inheritPixmap: False
+! special
+*.foreground: #f1fcf8
+*.background: #111012
+*.cursorColor: #f1fcf8
+
+! black
+*.color0: #b4b4aa
+*.color8: #b4b4aa
+
+! red
+*.color1: #64605f
+*.color9: #64605f
+
+! green
+*.color2: #7e8d88
+*.color10: #7e8d88
+
+! yellow
+*.color3: #d0d4b9
+*.color11: #d0d4b9
+
+! blue
+*.color4: #b0c2c2
+*.color12: #b0c2c2
+
+! magenta
+*.color5: #f3fcf7
+*.color13: #f3fcf7
+
+! cyan
+*.color6: #988c80
+*.color14: #988c80
+
+! white
+*.color7: #70735e
+*.color15: #70735e
diff --git a/urxvt/Repositories/URxvt-themes/tree green brown b/urxvt/Repositories/URxvt-themes/tree green brown
new file mode 100644
index 0000000..fc834d8
--- /dev/null
+++ b/urxvt/Repositories/URxvt-themes/tree green brown
@@ -0,0 +1,41 @@
+!--------------------xdefauls
+urxvt*font: xft:monospace:size=8
+urxvt*termName: rxvt
+urxvt*scrollBar: false
+urxvt*matcher.button: 1
+urxvt.transparent: false
+urxvt*allow_bold: true
+Xft*dpi: 96
+Xft*antialias: true
+Xft*hinting: full
+URxvt*geometry: 85x20
+URxvt*fading: 0
+URxvt*tintColor: #ffffff
+URxvt*shading: 0
+URxvt*inheritPixmap: False
+!black
+URxvt.color0: #000000
+URxvt.color8: #2B2B2B
+!red
+URxvt.color1: #a28d73
+URxvt.color9: #a28d73
+!green
+URxvt.color2: #4A663C
+URxvt.color10: #7B996C
+!yellow
+URxvt.color3: #7C5618
+URxvt.color11: #B38849
+!blue
+URxvt.color4: #566060
+URxvt.color12: #889393
+!magenta
+URxvt.color5: #8E4948
+URxvt.color13: #C67C78
+!cyan
+URxvt.color6: #6D5B42
+URxvt.color14: #A28D73
+!white
+URxvt.color7: #7B996C
+URxvt.color15: #7B996C
+urxvt.background: #111111
+urxvt.foreground: 15