summaryrefslogtreecommitdiff
path: root/pywal/colorschemes/base16-github.json
diff options
context:
space:
mode:
authorAndrea Schiavini <metalelf0@gmail.com>2018-04-27 14:42:39 +0200
committerAndrea Schiavini <metalelf0@gmail.com>2018-04-27 14:42:39 +0200
commit09cb43a05b486f31bf04f97a8f8d793975279002 (patch)
treef59a118f1605524f1b505a480919337a891310d8 /pywal/colorschemes/base16-github.json
parent9ae8c5e08945e52a115034aedba63c222e959d0b (diff)
Added base16 colorschemes
Diffstat (limited to 'pywal/colorschemes/base16-github.json')
-rw-r--r--pywal/colorschemes/base16-github.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/pywal/colorschemes/base16-github.json b/pywal/colorschemes/base16-github.json
new file mode 100644
index 0000000..3a783b9
--- /dev/null
+++ b/pywal/colorschemes/base16-github.json
@@ -0,0 +1,25 @@
+{
+ "special": {
+ "background": "#ffffff",
+ "foreground": "#333333",
+ "cursor": "#333333"
+ },
+ "colors": {
+ "color0": "#ffffff",
+ "color1": "#ed6a43",
+ "color2": "#183691",
+ "color3": "#795da3",
+ "color4": "#795da3",
+ "color5": "#a71d5d",
+ "color6": "#183691",
+ "color7": "#333333",
+ "color8": "#969896",
+ "color9": "#0086b3",
+ "color10": "#f5f5f5",
+ "color11": "#c8c8fa",
+ "color12": "#e8e8e8",
+ "color13": "#ffffff",
+ "color14": "#333333",
+ "color15": "#ffffff"
+ }
+}