summaryrefslogtreecommitdiff
path: root/pywal/colorschemes
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-03-16 09:39:54 +1100
committerDylan Araps <dylan.araps@gmail.com>2018-03-16 09:39:54 +1100
commit534768a791af167567ed4f7390950a4dd6902854 (patch)
tree1d4d8fbc5aa823b59dacf5ab8140e0cec37822c5 /pywal/colorschemes
parent7260145e11d1eb00f26dac1ff464ca0fd270d2d8 (diff)
theme: Added vscode-dark
Diffstat (limited to 'pywal/colorschemes')
-rw-r--r--pywal/colorschemes/vscode-dark.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/pywal/colorschemes/vscode-dark.json b/pywal/colorschemes/vscode-dark.json
new file mode 100644
index 0000000..a70b684
--- /dev/null
+++ b/pywal/colorschemes/vscode-dark.json
@@ -0,0 +1,25 @@
+{
+ "special": {
+ "background": "#1e1e1e",
+ "foreground": "#d4d4d4",
+ "cursor": "#f44747"
+ },
+ "colors": {
+ "color0": "#1e1e1e",
+ "color1": "#f44747",
+ "color2": "#d7ba7d",
+ "color3": "#608b4e",
+ "color4": "#569cd6",
+ "color5": "#4ec9b0",
+ "color6": "#c586c0",
+ "color7": "#d4d4d4",
+ "color8": "#808080",
+ "color9": "#f44747",
+ "color10": "#d7ba7d",
+ "color11": "#608b4e",
+ "color12": "#569cd6",
+ "color13": "#4ec9b0",
+ "color14": "#c586c0",
+ "color15": "#d4d4d4"
+ }
+}