diff --git a/codemos-modern-dark.json b/codemos-modern-dark.json new file mode 100644 index 0000000..0208e76 --- /dev/null +++ b/codemos-modern-dark.json @@ -0,0 +1,21 @@ +{ + "author": { + "name": "Emrecan Karaçayır", + "twitter": "@emrcnkaracayir", + "github": "EmrecanKaracayir" + }, + "version": "1.0", + "theme": { + "textColor": "#9C9C9C", + "backgroundColor": "#272727", + "matchBackgroundColor": "#31544F", + "selection": { + "textColor": "#CFCFCF", + "backgroundColor": "#383838" + }, + "description": { + "textColor": "#757575", + "borderColor": "#383838" + } + } +} diff --git a/codemos-modern-light.json b/codemos-modern-light.json new file mode 100644 index 0000000..7e9f11f --- /dev/null +++ b/codemos-modern-light.json @@ -0,0 +1,21 @@ +{ + "author": { + "name": "Emrecan Karaçayır", + "twitter": "@emrcnkaracayir", + "github": "EmrecanKaracayir" + }, + "version": "1.0", + "theme": { + "textColor": "#464646", + "backgroundColor": "#FBFBFB", + "matchBackgroundColor": "#DCE8E8", + "selection": { + "textColor": "#191919", + "backgroundColor": "#E2E2E2" + }, + "description": { + "textColor": "#7E7E7E", + "borderColor": "#E2E2E2" + } + } +} diff --git a/themes/codemos-modern-dark.json b/themes/codemos-modern-dark.json new file mode 100644 index 0000000..0208e76 --- /dev/null +++ b/themes/codemos-modern-dark.json @@ -0,0 +1,21 @@ +{ + "author": { + "name": "Emrecan Karaçayır", + "twitter": "@emrcnkaracayir", + "github": "EmrecanKaracayir" + }, + "version": "1.0", + "theme": { + "textColor": "#9C9C9C", + "backgroundColor": "#272727", + "matchBackgroundColor": "#31544F", + "selection": { + "textColor": "#CFCFCF", + "backgroundColor": "#383838" + }, + "description": { + "textColor": "#757575", + "borderColor": "#383838" + } + } +} diff --git a/themes/codemos-modern-light.json b/themes/codemos-modern-light.json new file mode 100644 index 0000000..7e9f11f --- /dev/null +++ b/themes/codemos-modern-light.json @@ -0,0 +1,21 @@ +{ + "author": { + "name": "Emrecan Karaçayır", + "twitter": "@emrcnkaracayir", + "github": "EmrecanKaracayir" + }, + "version": "1.0", + "theme": { + "textColor": "#464646", + "backgroundColor": "#FBFBFB", + "matchBackgroundColor": "#DCE8E8", + "selection": { + "textColor": "#191919", + "backgroundColor": "#E2E2E2" + }, + "description": { + "textColor": "#7E7E7E", + "borderColor": "#E2E2E2" + } + } +}