Windows > Third Party Plug-ins, Programs, and Skins

ZELDA v1.0 released (Expression Language editor)

<< < (45/45)

zybex:
Customizing theme colors
You can change the theme colors by opening ZeldaLight.json or ZeldaDark.json in notepad (there's a button in Settings to do that).
- Colors can be entered in hex/html format like #7FFF00 or using a color name from this list
- Highlight colors can also have a transparency added, either in hex: #807FFF00), as a percentage: "#FF4040,50%" or name: "Chartreuse,50%"

You can reload the JSON theme by pressing CTRL+F10 (or CTRL+Click on the Settings button). This allows to quickly try out new colors as you edit the file.

Here's the default Dark theme JSON:

--- Code: ---{
  "ExpressionText": "#F0F0F0",
  "ExpressionFunction": "DeepSkyBlue",
  "ExpressionMath": "Cyan",
  "ExpressionField": "LimeGreen",
  "ExpressionVariable": "GreenYellow",
  "ExpressionNumber": "#D27B53",
  "ExpressionHTML": "HotPink",
  "ExpressionSymbol": "#FF4040",
  "ExpressionEscaped": "#FFFF00",
  "ExpressionLiteral": "#FFA500",
  "ExpressionComment": "Gray",
  "ExpressionWhitespace": "#6D6D6D",
  "Selection": "DimGray",
  "HighlightFunction": "DarkCyan,40%",
  "HighlightSeparator": "Yellow,20%",
  "HighlightSelection": "Green,80%",
  "EditorText": "Silver",
  "EditorBack": "#1E1E1E",
  "OutputText": "Chartreuse",
  "OutputBack": "#1E1E1E",
  "RenderText": "#F5F5F5",
  "RenderBack": "#242424"
}
--- End code ---

SkGe:
I get comfy using this app when it comes to tab linked to MC. And because of this, the app crash and reset all my linked tabs. Any chance to recover them?

zybex:
That's unfortunate :/

Please check in %localappdata%\Zelda folder - there should be a zeldaState.bak file, open it with notepad to see if it contains your expressions. If so, just rename it back to zeldaState.json.
If you have backups you can also find a previous version of this json file.

Please send me the crash/exception details if you have it.

SkGe:
I will send you, and I will try to check for that. I will make sure to have a backup on some fields.

Navigation

[0] Message Index

[*] Previous page

Go to full version