summaryrefslogtreecommitdiff
path: root/pywal/colorschemes/github.json
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-05-03 10:22:33 +1000
committerDylan Araps <dylan.araps@gmail.com>2018-05-03 10:22:33 +1000
commit2e6fb66b4c82701a7752a91eb6e108a76bf195f8 (patch)
tree7832bd6ff17ce0e9799a9969738d368c7adeca2e /pywal/colorschemes/github.json
parent9c0da28b9f55edad20ae7d1861718554839bcbeb (diff)
theme: Split themes into light/dark.
Diffstat (limited to 'pywal/colorschemes/github.json')
-rw-r--r--pywal/colorschemes/github.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/pywal/colorschemes/github.json b/pywal/colorschemes/github.json
deleted file mode 100644
index 1344216..0000000
--- a/pywal/colorschemes/github.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "special": {
- "background": "#f4f4f4",
- "foreground": "#3e3e3e",
- "cursor": "#970b16"
- },
- "colors": {
- "color0": "#ffffff",
- "color1": "#970b16",
- "color2": "#07962a",
- "color3": "#f8eec7",
- "color4": "#003e8a",
- "color5": "#e94691",
- "color6": "#89d1ec",
- "color7": "#3e3e3e",
- "color8": "#666666",
- "color9": "#970b16",
- "color10": "#07962a",
- "color11": "#f8eec7",
- "color12": "#003e8a",
- "color13": "#e94691",
- "color14": "#89d1ec",
- "color15": "#3e3e3e"
- }
-}