diff options
Diffstat (limited to 'Xresources')
-rw-r--r-- | Xresources/Xresources (renamed from Xresources) | 0 | ||||
-rw-r--r-- | Xresources/Xresources.dark | 28 | ||||
-rw-r--r-- | Xresources/Xresources.default | 29 | ||||
-rw-r--r-- | Xresources/Xresources.light | 28 |
4 files changed, 85 insertions, 0 deletions
diff --git a/Xresources b/Xresources/Xresources index 96582a7..96582a7 100644 --- a/Xresources +++ b/Xresources/Xresources diff --git a/Xresources/Xresources.dark b/Xresources/Xresources.dark new file mode 100644 index 0000000..05660f5 --- /dev/null +++ b/Xresources/Xresources.dark @@ -0,0 +1,28 @@ +# include "/home/urbain/.Xresources/Xresources" + +URxvt.borderColor: #002b36 + +*background: #002b36 +*foreground: #839496 +*fadeColor: #002b36 +*cursorColor: #93a1a1 + +*pointerColorBackground: #586e75 +*pointerColorForeground: #93a1a1 + +*color0: #073642 +*color8: #002b36 +*color1: #dc322f +*color9: #cb4b16 +*color2: #859900 +*color10: #586e75 +*color3: #b58900 +*color11: #657b83 +*color4: #268bd2 +*color12: #839496 +*color5: #d33682 +*color13: #6c71c4 +*color6: #2aa198 +*color14: #93a1a1 +*color7: #eee8d5 +*color15: #fdf6e3 diff --git a/Xresources/Xresources.default b/Xresources/Xresources.default new file mode 100644 index 0000000..f9f6b1b --- /dev/null +++ b/Xresources/Xresources.default @@ -0,0 +1,29 @@ +# include "/home/urbain/.Xresources/Xresources" + +! Border color +URxvt.borderColor: #3a3a3a + +! Background / Foreground +URxvt*background: #3a3a3a +URxvt*foreground: #d0d0d0 + +! Other colors +URxvt*color0: #4e4e4e +URxvt*color1: #d68787 +URxvt*color2: #5f865f +URxvt*color3: #d8af5f +URxvt*color4: #85add4 +URxvt*color5: #d7afaf +URxvt*color6: #87afaf +URxvt*color7: #d0d0d0 +URxvt*color8: #626262 +URxvt*color9: #d75f87 +URxvt*color10: #87af87 +URxvt*color11: #ffd787 +URxvt*color12: #add4fb +URxvt*color13: #ffafaf +URxvt*color14: #87d7d7 +URxvt*color15: #e4e4e4 +URxvt*cursorColor: #d0d0d0 +URxvt*cursorColor2: #3a3a3a +URxvt*colorBD: #e4e4e4 diff --git a/Xresources/Xresources.light b/Xresources/Xresources.light new file mode 100644 index 0000000..993b040 --- /dev/null +++ b/Xresources/Xresources.light @@ -0,0 +1,28 @@ +# include "/home/urbain/.Xresources/Xresources" + +URxvt.borderColor: #fdf6e3 + +*background: #fdf6e3 +*foreground: #657b83 +*fadeColor: #fdf6e3 +*cursorColor: #586e75 + +*pointerColorBackground: #93a1a1 +*pointerColorForeground: #586e75 + +*color0: #073642 +*color8: #002b36 +*color1: #dc322f +*color9: #cb4b16 +*color2: #859900 +*color10: #586e75 +*color3: #b58900 +*color11: #657b83 +*color4: #268bd2 +*color12: #839496 +*color5: #d33682 +*color13: #6c71c4 +*color6: #2aa198 +*color14: #93a1a1 +*color7: #eee8d5 +*color15: #fdf6e3 |