diff options
Diffstat (limited to 'Xresources')
-rw-r--r-- | Xresources/.Xresources/base (renamed from Xresources/.Xresources/base.xresources) | 0 | ||||
-rw-r--r-- | Xresources/.Xresources/seoul256.dark (renamed from Xresources/.Xresources/seoul256.dark.xresources) | 3 | ||||
-rw-r--r-- | Xresources/.Xresources/solarized.dark (renamed from Xresources/.Xresources/solarized.mine.dark.xresources) | 2 | ||||
-rw-r--r-- | Xresources/.Xresources/solarized.light (renamed from Xresources/.Xresources/solarized.mine.light.xresources) | 2 | ||||
-rw-r--r-- | Xresources/.Xresources/transparent (renamed from Xresources/.Xresources/transparent.xresources) | 2 |
5 files changed, 8 insertions, 1 deletions
diff --git a/Xresources/.Xresources/base.xresources b/Xresources/.Xresources/base index 724c04c..724c04c 100644 --- a/Xresources/.Xresources/base.xresources +++ b/Xresources/.Xresources/base diff --git a/Xresources/.Xresources/seoul256.dark.xresources b/Xresources/.Xresources/seoul256.dark index ad67aa5..f775e12 100644 --- a/Xresources/.Xresources/seoul256.dark.xresources +++ b/Xresources/.Xresources/seoul256.dark @@ -1,4 +1,5 @@ -! Border color +#include "/home/urbain/.Xresources/base" + URxvt.borderColor: #3a3a3a ! Background / Foreground diff --git a/Xresources/.Xresources/solarized.mine.dark.xresources b/Xresources/.Xresources/solarized.dark index c820c23..9fdfd89 100644 --- a/Xresources/.Xresources/solarized.mine.dark.xresources +++ b/Xresources/.Xresources/solarized.dark @@ -1,3 +1,5 @@ +#include "/home/urbain/.Xresources/base" + URxvt.borderColor: #002b36 *background: #002b36 diff --git a/Xresources/.Xresources/solarized.mine.light.xresources b/Xresources/.Xresources/solarized.light index 5d076f4..d19cf66 100644 --- a/Xresources/.Xresources/solarized.mine.light.xresources +++ b/Xresources/.Xresources/solarized.light @@ -1,3 +1,5 @@ +#include "/home/urbain/.Xresources/base" + URxvt.borderColor: #fdf6e3 *background: #fdf6e3 diff --git a/Xresources/.Xresources/transparent.xresources b/Xresources/.Xresources/transparent index 39d696c..5f72f38 100644 --- a/Xresources/.Xresources/transparent.xresources +++ b/Xresources/.Xresources/transparent @@ -1,3 +1,5 @@ +#include "/home/urbain/.Xresources/base" + ! True transparency URxvt.transparent: true URxvt.shading: 10 |