From 5ab24d1439477e2a9d5a02ddd6073f68ab5244e7 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Sat, 20 Nov 2021 07:27:50 +0530 Subject: [PATCH] docs: updated links + editor theme --- .../hoppscotch-app/assets/scss/styles.scss | 2 +- .../hoppscotch-app/assets/scss/themes.scss | 28 +++++++++---------- .../components/graphql/RequestOptions.vue | 6 ++-- .../components/graphql/Response.vue | 2 +- .../components/http/Authorization.vue | 8 +++--- .../hoppscotch-app/components/http/Body.vue | 2 +- .../components/http/ResponseMeta.vue | 2 +- .../components/http/TestResult.vue | 2 +- 8 files changed, 26 insertions(+), 26 deletions(-) diff --git a/packages/hoppscotch-app/assets/scss/styles.scss b/packages/hoppscotch-app/assets/scss/styles.scss index 52b2ff04c..342a09166 100644 --- a/packages/hoppscotch-app/assets/scss/styles.scss +++ b/packages/hoppscotch-app/assets/scss/styles.scss @@ -386,7 +386,7 @@ pre.ace_editor { .smart-splitter .splitpanes__splitter::before { @apply absolute; @apply inset-0; - @apply bg-dividerLight; + @apply bg-accentLight; @apply opacity-0; @apply z-20; @apply transition; diff --git a/packages/hoppscotch-app/assets/scss/themes.scss b/packages/hoppscotch-app/assets/scss/themes.scss index db587efd1..1422e34eb 100644 --- a/packages/hoppscotch-app/assets/scss/themes.scss +++ b/packages/hoppscotch-app/assets/scss/themes.scss @@ -53,17 +53,17 @@ } @mixin dark-editor-theme { - --editor-type-color: theme("colors.purple.500"); - --editor-name-color: theme("colors.blue.500"); - --editor-operator-color: theme("colors.indigo.500"); - --editor-invalid-color: theme("colors.red.500"); - --editor-separator-color: theme("colors.gray.500"); - --editor-meta-color: theme("colors.gray.500"); - --editor-variable-color: theme("colors.green.500"); - --editor-link-color: theme("colors.cyan.500"); - --editor-process-color: theme("colors.gray.400"); - --editor-constant-color: theme("colors.fuchsia.500"); - --editor-keyword-color: theme("colors.pink.500"); + --editor-type-color: theme("colors.purple.400"); + --editor-name-color: theme("colors.blue.400"); + --editor-operator-color: theme("colors.indigo.400"); + --editor-invalid-color: theme("colors.red.400"); + --editor-separator-color: theme("colors.gray.400"); + --editor-meta-color: theme("colors.gray.400"); + --editor-variable-color: theme("colors.green.400"); + --editor-link-color: theme("colors.cyan.400"); + --editor-process-color: theme("colors.fuchsia.400"); + --editor-constant-color: theme("colors.violet.400"); + --editor-keyword-color: theme("colors.pink.400"); } @mixin light-editor-theme { @@ -82,15 +82,15 @@ @mixin black-editor-theme { --editor-type-color: theme("colors.purple.400"); - --editor-name-color: theme("colors.gray.400"); + --editor-name-color: theme("colors.fuchsia.400"); --editor-operator-color: theme("colors.indigo.400"); --editor-invalid-color: theme("colors.red.400"); --editor-separator-color: theme("colors.gray.400"); --editor-meta-color: theme("colors.gray.400"); --editor-variable-color: theme("colors.green.400"); --editor-link-color: theme("colors.cyan.400"); - --editor-process-color: theme("colors.blue.400"); - --editor-constant-color: theme("colors.fuchsia.400"); + --editor-process-color: theme("colors.violet.400"); + --editor-constant-color: theme("colors.blue.400"); --editor-keyword-color: theme("colors.pink.400"); } diff --git a/packages/hoppscotch-app/components/graphql/RequestOptions.vue b/packages/hoppscotch-app/components/graphql/RequestOptions.vue index f56b4eab8..0b93e7cc0 100644 --- a/packages/hoppscotch-app/components/graphql/RequestOptions.vue +++ b/packages/hoppscotch-app/components/graphql/RequestOptions.vue @@ -38,7 +38,7 @@
@@ -187,7 +187,7 @@ @@ -227,7 +227,7 @@ diff --git a/packages/hoppscotch-app/components/http/Body.vue b/packages/hoppscotch-app/components/http/Body.vue index f8972efb4..17a2581bd 100644 --- a/packages/hoppscotch-app/components/http/Body.vue +++ b/packages/hoppscotch-app/components/http/Body.vue @@ -77,7 +77,7 @@