Sets default placeholderText color

This commit is contained in:
Henning Dieterichs
2024-06-20 19:53:38 +02:00
committed by Henning Dieterichs
parent f4a72d079c
commit 2fb5b16a23

View File

@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
.monaco-editor {
--vscode-editor-placeholder-foreground: rgba(0, 0, 0, 0.5);
--vscode-editor-placeholder-foreground: var(--vscode-editorGhostText-foreground);
}
.monaco-editor .placeholder-text {