diff --git a/themes/dubdub-dark.json b/themes/dubdub-dark.json new file mode 100644 index 0000000..4139173 --- /dev/null +++ b/themes/dubdub-dark.json @@ -0,0 +1,21 @@ +{ + "author": { + "name": "Shawn McClelland", + "twitter": "@gimballocked", + "github": "shawnmcclelland" + }, + "version": "1.0", + "theme": { + "textColor": "#ffffff", + "backgroundColor": "#292b34", + "matchBackgroundColor": "#4ca8a3", + "selection": { + "textColor": "#ffffff", + "backgroundColor": "#43454f" + }, + "description": { + "textColor": "#f7d0a2", + "borderColor": "#a9aab640" + } + } +} diff --git a/themes/dubdub-light.json b/themes/dubdub-light.json new file mode 100644 index 0000000..ee93725 --- /dev/null +++ b/themes/dubdub-light.json @@ -0,0 +1,21 @@ +{ + "author": { + "name": "Shawn McClelland", + "twitter": "@gimballocked", + "github": "shawnmcclelland" + }, + "version": "1.0", + "theme": { + "textColor": "#2a2c36", + "backgroundColor": "#fffeff", + "matchBackgroundColor": "#ddfeb6", + "selection": { + "textColor": "#2a2c36", + "backgroundColor": "#a9abb5" + }, + "description": { + "textColor": "#6161b9", + "borderColor": "#a9aab640" + } + } +}