PBS highlight colors
This commit is contained in:
parent
a5d28cde8d
commit
5bbd753ba0
@ -15,15 +15,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.editor-workspace-code-area-type-pbs .text.editor-semantic-pbs-function {
|
.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 {
|
.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 {
|
.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 {
|
.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 {
|
.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 {
|
.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 {
|
.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 {
|
.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 {
|
.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 {
|
.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 {
|
.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 {
|
.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 {
|
.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 {
|
.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 {
|
.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 {
|
.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 {
|
.editor-workspace-code-area-type-pbs .text.editor-semantic-pbs-literal {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user