From 860b003b831e7968b1cae8d5b8cb241f690f90bc Mon Sep 17 00:00:00 2001 From: David Luevano <55825613+luevano@users.noreply.github.com> Date: Mon, 10 Feb 2020 12:26:24 -0700 Subject: Add xcolors --- .config/xcolors/solarized_dark | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .config/xcolors/solarized_dark (limited to '.config/xcolors/solarized_dark') diff --git a/.config/xcolors/solarized_dark b/.config/xcolors/solarized_dark new file mode 100644 index 0000000..30be05d --- /dev/null +++ b/.config/xcolors/solarized_dark @@ -0,0 +1,31 @@ +!! Black dark/light +#define COLOR0 #073642 +#define COLOR8 #002b36 + +!! Red dark/light +#define COLOR1 #dc322f +#define COLOR9 #cb4b16 + +!! Green dark/light +#define COLOR2 #859900 +#define COLOR10 #586e75 + +!! Yellow dark/light +#define COLOR3 #b58900 +#define COLOR11 #657b83 + +!! Blue dark/light +#define COLOR4 #657b83 +#define COLOR12 #839496 + +!! Magenta dark/light +#define COLOR5 #d33682 +#define COLOR13 #6c71c4 + +!! Cyan dark/lighy +#define COLOR6 #2aa198 +#define COLOR14 #93a1a1 + +!! White dark/light +#define COLOR7 #eee8d5 +#define COLOR15 #fdf6e3 -- cgit v1.2.3-70-g09d2