<aside>

Perfect Dark is a constantly evolving theme, refined through daily use, workflow improvements, and the way I interact with Houdini every day.

</aside>

image.png

<aside>

Changelog v1.01

</aside>

attachment:75a401df-0e4e-4713-bf84-823bca8a52cc:re1mon_perfectdark.theme.json

attachment:48ab0b32-44bf-4658-ac90-0f9628946356:Default.colors.json

<aside> ⌛

How to install - Color Theme Place the file inside houdini22.0\config\Themes Inside Houdini go to > edit > color theme > you will see it custom

</aside>

// You can also copy this inside a .json and add it to 
// houdini22.0\config\Themes

{
    "name": "re1mon_PerfectDark",
    "theme": {
        "base": [
            89.88,
            0.0,
            9.25
        ],
        "primary": [
            210,
            0.0,
            66.0
        ],
        "highlight": [
            89.88,
            0.0,
            26.75
        ],
        "uncheckedUseField": true,
        "checkedUsePrimary": true,
        "fieldAdjust": -30.0,
        "category": "Custom"
    }
}

<aside>

How to Install Syntax colors
Place Default.colors.json inside houdini22.0\config\ColorSchemes

</aside>

// Color Theme
// Syntax Colors

{
    "version": 1,
    "label": "re1mon_syntax_colors",
    "description": "",
    "colors": {
        "TextboxBG": "#000000",
        "ParmSyntaxPlainColor": "#bcbec3",
        "ParmSyntaxStringColor": "#79a978",
        "ParmSyntaxVarColor": "#c892ca",
        "ParmSyntaxFuncColor": "#8888c1",
        "ParmSyntaxKeywordColor": "#6799c0",
        "ParmSyntaxQuoteColor": "#c59172",
        "ParmSyntaxNumberColor": "#ebb845",
        "ParmSyntaxRefColor": "#d2cf9c",
        "ParmSyntaxCommentColor": "#7b7e84",
        "ParmSyntaxErrorColor": "#e14640",
        "ParmSyntaxTypeColor": "#93d4eb",
        "ParmSyntaxExtraColor": "#8b588a"
    }
}

perfect_dark.png