HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/Users/fred/.vscode/extensions/ms-vscode.powershell-2025.4.0/themes/theme-psise/theme.json
{
  "name": "PowerShell ISE",
  "semanticHighlighting": true,
  "tokenColors": [
    {
      "settings": {
        "background": "#FFFFFF",
        "foreground": "#000000"
      }
    },
    {
      "name": "Comments",
      "scope": ["comment", "punctuation.definition.comment"],
      "settings": {
        "fontStyle": "italic",
        "foreground": "#006400"
      }
    },
    {
      "name": "Comments: Preprocessor",
      "scope": "comment.block.preprocessor",
      "settings": {
        "fontStyle": "",
        "foreground": "#006400"
      }
    },
    {
      "name": "Comments: Documentation",
      "scope": ["comment.documentation", "comment.block.documentation"],
      "settings": {
        "foreground": "#006400"
      }
    },
    {
      "name": "Invalid - Deprecated",
      "scope": "invalid.deprecated",
      "settings": {
        "background": "#96000014"
      }
    },
    {
      "name": "Invalid - Illegal",
      "scope": "invalid.illegal",
      "settings": {
        "background": "#96000014",
        "foreground": "#660000"
      }
    },
    {
      "name": "Operators",
      "scope": "keyword.operator",
      "settings": {
        "foreground": "#A9A9A9"
      }
    },
    {
      "name": "Keywords",
      "scope": ["keyword", "storage"],
      "settings": {
        "foreground": "#00008B"
      }
    },
    {
      "name": "Types",
      "scope": ["storage.type", "support.type"],
      "settings": {
        "foreground": "#00008B"
      }
    },
    {
      "name": "Language Constants",
      "scope": ["constant.language", "support.constant", "variable.language"],
      "settings": {
        "foreground": "#008080"
      }
    },
    {
      "name": "Keys and Properties",
      "scope": [
        "property",
        "variable.other.property",
        "variable.other.property.powershell"
      ],
      "settings": {
        "foreground": "#2d2e45"
      }
    },
    {
      "name": "Variables",
      "scope": [
        "variable",
        "support.variable",
        "punctuation.definition.variable.powershell",
        "variable.other.readwrite.powershell"
      ],
      "settings": {
        "foreground": "#FF4500"
      }
    },
    {
      "name": "Functions",
      "scope": ["entity.name.function", "support.function"],
      "settings": {
        "foreground": "#0000FF"
      }
    },
    {
      "name": "Classes",
      "scope": [
        "entity.name.type",
        "entity.other.inherited-class",
        "support.class"
      ],
      "settings": {
        "foreground": "#7A3E9D"
      }
    },
    {
      "name": "Exceptions",
      "scope": "entity.name.exception",
      "settings": {
        "foreground": "#660000"
      }
    },
    {
      "name": "Sections",
      "scope": "entity.name.section",
      "settings": {}
    },
    {
      "name": "Numbers, Characters",
      "scope": ["constant.numeric", "constant.character", "constant"],
      "settings": {
        "foreground": "#800080"
      }
    },
    {
      "name": "Strings",
      "scope": "string",
      "settings": {
        "foreground": "#8B0000"
      }
    },
    {
      "name": "Strings: Escape Sequences",
      "scope": "constant.character.escape",
      "settings": {
        "foreground": "#8B0000"
      }
    },
    {
      "name": "Strings: Regular Expressions",
      "scope": "string.regexp",
      "settings": {
        "foreground": "#8B0000"
      }
    },
    {
      "name": "Strings: Symbols",
      "scope": "constant.other.symbol",
      "settings": {
        "foreground": "#8B0000"
      }
    },
    {
      "name": "Punctuation",
      "scope": "punctuation",
      "settings": {
        "foreground": "#000000"
      }
    }
  ],
  "colors": {
    "activityBar.background": "#E1ECF9",
    "activityBar.foreground": "#A9A9A9",
    "activityBarBadge.background": "#A9A9A9",
    "editor.lineHighlightBackground": "#add8e6",
    "editor.selectionBackground": "#94c6f7",
    "settings.checkboxBorder": "#A9A9A9",
    "settings.dropdownBorder": "#A9A9A9",
    "settings.numberInputBorder": "#A9A9A9",
    "settings.textInputBorder": "#A9A9A9",
    "statusBar.background": "#999999",
    "statusBar.debuggingBackground": "#FF4500",
    "statusBar.noFolderBackground": "#999999",
    "terminal.background": "#012456",
    "terminal.foreground": "#F5F5F5"
  }
}