refactor(editor): Color palette updates, introduce dark mode (#6980)

Github issue / Community forum post (link here to close automatically):

---------

Co-authored-by: Mutasem <mutdmour@gmail.com>
This commit is contained in:
Giulio Andreini
2023-11-01 13:33:36 +01:00
committed by GitHub
parent b72040aa54
commit 0746783e02
81 changed files with 1694 additions and 1318 deletions

View File

@@ -1302,7 +1302,7 @@ export default defineComponent({
}
.droppable {
--input-border-color: var(--color-secondary);
--input-border-color: var(--color-ndv-droppable-parameter);
--input-border-style: dashed;
textarea,
@@ -1378,7 +1378,7 @@ export default defineComponent({
position: absolute;
right: 0;
bottom: 0;
background-color: white;
background-color: var(--color-code-background);
padding: 3px;
line-height: 9px;
border: var(--border-base);