From a59263b6672009c3dc8615ffb6c03342c8da3cac Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sat, 23 Apr 2016 00:01:56 +0100 Subject: Change mutt colors --- Xresources/.Xresources/solarized.dark.xresources | 26 ---------------------- Xresources/.Xresources/solarized.light.xresources | 26 ---------------------- .../.Xresources/solarized.mine.dark.xresources | 26 ++++++++++++++++++++++ .../.Xresources/solarized.mine.light.xresources | 26 ++++++++++++++++++++++ 4 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 Xresources/.Xresources/solarized.dark.xresources delete mode 100644 Xresources/.Xresources/solarized.light.xresources create mode 100644 Xresources/.Xresources/solarized.mine.dark.xresources create mode 100644 Xresources/.Xresources/solarized.mine.light.xresources (limited to 'Xresources') diff --git a/Xresources/.Xresources/solarized.dark.xresources b/Xresources/.Xresources/solarized.dark.xresources deleted file mode 100644 index c820c23..0000000 --- a/Xresources/.Xresources/solarized.dark.xresources +++ /dev/null @@ -1,26 +0,0 @@ -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/solarized.light.xresources b/Xresources/.Xresources/solarized.light.xresources deleted file mode 100644 index 5d076f4..0000000 --- a/Xresources/.Xresources/solarized.light.xresources +++ /dev/null @@ -1,26 +0,0 @@ -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 diff --git a/Xresources/.Xresources/solarized.mine.dark.xresources b/Xresources/.Xresources/solarized.mine.dark.xresources new file mode 100644 index 0000000..c820c23 --- /dev/null +++ b/Xresources/.Xresources/solarized.mine.dark.xresources @@ -0,0 +1,26 @@ +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/solarized.mine.light.xresources b/Xresources/.Xresources/solarized.mine.light.xresources new file mode 100644 index 0000000..5d076f4 --- /dev/null +++ b/Xresources/.Xresources/solarized.mine.light.xresources @@ -0,0 +1,26 @@ +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 -- cgit v1.2.3