diff --git a/prometeu-compiler/frontends/prometeu-frontend-pbs/src/main/resources/themes/pbs/semantic-highlighting.css b/prometeu-compiler/frontends/prometeu-frontend-pbs/src/main/resources/themes/pbs/semantic-highlighting.css index a55119bb..5d873b0e 100644 --- a/prometeu-compiler/frontends/prometeu-frontend-pbs/src/main/resources/themes/pbs/semantic-highlighting.css +++ b/prometeu-compiler/frontends/prometeu-frontend-pbs/src/main/resources/themes/pbs/semantic-highlighting.css @@ -15,15 +15,15 @@ } .editor-workspace-code-area-type-pbs .text.editor-semantic-pbs-function { - -fx-fill: #dcdcaa; + -fx-fill: #f2c14e; } .editor-workspace-code-area-type-pbs .text.editor-semantic-pbs-method { - -fx-fill: #d7d787; + -fx-fill: #f2c14e; } .editor-workspace-code-area-type-pbs .text.editor-semantic-pbs-constructor { - -fx-fill: #f2c14e; + -fx-fill: #ecdcaa; } .editor-workspace-code-area-type-pbs .text.editor-semantic-pbs-struct { @@ -35,7 +35,7 @@ } .editor-workspace-code-area-type-pbs .text.editor-semantic-pbs-host { - -fx-fill: #ffb86c; + -fx-fill: #b7a2fa; } .editor-workspace-code-area-type-pbs .text.editor-semantic-pbs-builtin-type { @@ -43,11 +43,11 @@ } .editor-workspace-code-area-type-pbs .text.editor-semantic-pbs-service { - -fx-fill: #e06c75; + -fx-fill: #b7a2fa; } .editor-workspace-code-area-type-pbs .text.editor-semantic-pbs-error { - -fx-fill: #ff6b6b; + -fx-fill: #ff5b5b; } .editor-workspace-code-area-type-pbs .text.editor-semantic-pbs-enum { @@ -55,15 +55,16 @@ } .editor-workspace-code-area-type-pbs .text.editor-semantic-pbs-callback { - -fx-fill: #c792ea; + -fx-fill: #b7a2fa; } .editor-workspace-code-area-type-pbs .text.editor-semantic-pbs-global { - -fx-fill: #f78c6c; + -fx-fill: #f790fc; + -fx-font-style: italic; } .editor-workspace-code-area-type-pbs .text.editor-semantic-pbs-const { - -fx-fill: #ffcb6b; + -fx-fill: #f78c6c; } .editor-workspace-code-area-type-pbs .text.editor-semantic-pbs-implements { @@ -71,15 +72,16 @@ } .editor-workspace-code-area-type-pbs .text.editor-semantic-pbs-string { - -fx-fill: #d7ba7d; + -fx-fill: #00c088; } .editor-workspace-code-area-type-pbs .text.editor-semantic-pbs-number { - -fx-fill: #b5cea8; + -fx-fill: #ff90b0; } .editor-workspace-code-area-type-pbs .text.editor-semantic-pbs-comment { - -fx-fill: #6a9955; + -fx-fill: #c090b0; + -fx-font-style: italic; } .editor-workspace-code-area-type-pbs .text.editor-semantic-pbs-literal {