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/blaquemagick | 34 ++++++++++++++++++++++++++++++++++ .config/xcolors/solarized_dark | 31 +++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 .config/xcolors/blaquemagick create mode 100644 .config/xcolors/solarized_dark (limited to '.config/xcolors') diff --git a/.config/xcolors/blaquemagick b/.config/xcolors/blaquemagick new file mode 100644 index 0000000..d2a81d0 --- /dev/null +++ b/.config/xcolors/blaquemagick @@ -0,0 +1,34 @@ +!! Blaquemaque colorscheme (modified) +!! https://github.com/xero/blaquemagick.vim + +!! Black dark/light +#define COLOR0 #1c1c1c +#define COLOR8 #262626 + +!! Red dark/light +#define COLOR1 #5F8787 +#define COLOR9 #5f8787 + +!! Green dark/light +#define COLOR2 #424242 +#define COLOR10 #424242 + +!! Yellow dark/light +#define COLOR3 #666666 +#define COLOR11 #666666 + +!! Blue dark/light +#define COLOR4 #808080 +#define COLOR12 #808080 + +!! Magenta dark/light +#define COLOR5 #a8a8a8 +#define COLOR13 #a8a8a8 + +!! Cyan dark/lighy +#define COLOR6 #cccccc +#define COLOR14 #cccccc + +!! White dark/light +#define COLOR7 #c2c2b0 +#define COLOR15 #c2c2b0 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-54-g00ecf