From e4478a2f53ea107529e9f557ba6a5a9670758077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrecan=20Kara=C3=A7ay=C4=B1r?= Date: Sat, 19 Aug 2023 16:41:12 +0300 Subject: [PATCH 1/2] Add files via upload --- themes/codemos-modern-dark.json | 21 +++++++++++++++++++++ themes/codemos-modern-light.json | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 themes/codemos-modern-dark.json create mode 100644 themes/codemos-modern-light.json 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" + } + } +} From a3452b607099a9a5771c62284a020c9632da7492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrecan=20Kara=C3=A7ay=C4=B1r?= Date: Sat, 19 Aug 2023 16:41:34 +0300 Subject: [PATCH 2/2] add: Codemos Modern suite --- codemos-modern-dark.json | 21 +++++++++++++++++++++ codemos-modern-light.json | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 codemos-modern-dark.json create mode 100644 codemos-modern-light.json 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" + } + } +}