summaryrefslogtreecommitdiff
path: root/.config/xcolors
diff options
context:
space:
mode:
authorDavid Luevano <55825613+luevano@users.noreply.github.com>2020-02-10 12:26:24 -0700
committerDavid Luevano <55825613+luevano@users.noreply.github.com>2020-02-10 12:26:24 -0700
commit860b003b831e7968b1cae8d5b8cb241f690f90bc (patch)
tree6f5a4c63a02b0f11d3fe2f84c3ce4e382918a34b /.config/xcolors
parent5b7d5e11fa692578226da3307d69549554c11879 (diff)
Add xcolors
Diffstat (limited to '.config/xcolors')
-rw-r--r--.config/xcolors/blaquemagick34
-rw-r--r--.config/xcolors/solarized_dark31
2 files changed, 65 insertions, 0 deletions
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