sfc-gh-jaslan commented on code in PR #10144:
URL: https://github.com/apache/nifi/pull/10144#discussion_r2279931361
##########
nifi-frontend/src/main/frontend/libs/shared/src/assets/themes/material.scss:
##########
@@ -162,34 +164,40 @@
--nf-connection-drop-shadow: white; /* The connection drop shadow color */
--nf-canvas-background: #e5ebed; /* The canvas background color */
--nf-canvas-border-stroke-width: 1; /* The canvas border stroke width */
- --nf-codemirror-gutters: #efefef; /* The codemirror gutters color */
- --nf-codemirror-linenumber: #b4b4b4; /* The codemirror line number color */
- --nf-codemirror-selection: rgba(128, 203, 196, 0.8); /* The codemirror
selection color */
- --nf-codemirror-header: #0000ff; /* The codemirror header color */
- --nf-codemirror-quote: #009400; /* The codemirror quote color */
- --nf-codemirror-negative: #de3535; /* The codemirror negative color */
- --nf-codemirror-positive: #219a21; /* The codemirror positive color */
- --nf-codemirror-bracket: #93937c; /* The codemirror bracket color */
- --nf-codemirror-keyword: #6800ab; /* The codemirror keyword color */
- --nf-codemirror-error-background-color: #ff8094; /* The codemirror error
background color */
- --nf-codemirror-error-color: rgba(0, 0, 0, 0); /* The codemirror error
text color */
- --nf-codemirror-link: #0000ce; /* The codemirror link color */
- --nf-codemirror-invalidchar: #ff0000; /* The codemirror invalid character
color */
- --nf-codemirror-operator: #0083b9; /* The codemirror operator color */
- --nf-codemirror-variable: #000; /* The codemirror variable color */
- --nf-codemirror-variable-2: #0054a6; /* The codemirror variable 2 color */
- --nf-codemirror-variable-3: #ad0007; /* The codemirror variable 3 color */
- --nf-codemirror-builtin: #3400ad; /* The codemirror builtin color */
- --nf-codemirror-atom: #bd2b00; /* The codemirror atom color */
- --nf-codemirror-number: #c20021; /* The codemirror number color */
- --nf-codemirror-def: #0553f8; /* The codemirror definition color */
- --nf-codemirror-string: #ec000c; /* The codemirror string color */
- --nf-codemirror-string2: #ec000c; /* The codemirror string 2 color */
- --nf-codemirror-comment: #545454; /* The codemirror comment color */
- --nf-codemirror-tag: #f8052e; /* The codemirror tag color */
- --nf-codemirror-nonmatchingbracket: #a62020; /* The codemirror non
matching bracket color */
- --nf-codemirror-matchingtag: rgba(255, 150, 0, 0.3); /* The codemirror
matching tag color */
- --nf-codemirror-activeline-background: rgba(0, 0, 0, 0.5); /* The
codemirror active line background color */
+
+ // Codemirror
+ --editor-text: #191e24;
+ --editor-comment: #5d6a85;
+ --editor-string: #860112;
+ --editor-keyword: #085bd7;
+ --editor-function: #087959;
+ --editor-type: #653e03;
+ --editor-line-number: #5d6a85;
+ --editor-active-line-number: #191e24;
+ --editor-control-keyword: #653e03;
+ --editor-variable-name: #002c6e;
+ --editor-py-keyword: #9712e8;
+ --editor-function-name-variable-name: #653e03;
+ --editor-number: #087959;
+ --editor-special: #bf0822;
+ --editor-type-name: #087959;
+ --editor-error-bg: #f76a86;
+ --editor-executed-bg: #d6e6ff;
+ --editor-selection-match-bg: #9fabc144;
+ --editor-search-match-bg: #ffedcd;
+ --editor-search-match-selected-bg: #ffedcd;
+ --editor-active-handler-border: #b67901;
+ --editor-link: #0000ce;
+ --editor-matchingtag: rgba(255, 150, 0, 0.3);
+ --editor-selected-background: #d6e6ff;
+ --editor-selected-ui: #085bd7;
+ --editor-selected-hover-text: #004cbe;
+ --editor-bracket: #93937c;
+ --editor-parameter: #ec000c;
+ --editor-el-function: #3400ad;
+ --editor-variable-2: #0679e8;
Review Comment:
Future improvement! :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]