Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atanasyanew/d925de14873708da07e41fa995a206ee to your computer and use it in GitHub Desktop.
Save atanasyanew/d925de14873708da07e41fa995a206ee to your computer and use it in GitHub Desktop.
Node-RED theme rhino with vivid cyan
// name: ayanev-theme
{
"theme":{
"base-color":{
"default":"#00aa95",
"value":"#273e55",
"edited":true
},
"page-titlebar-backgroundColor":{
"value":"#273e55",
"edited":false
},
"page-backgroundColor":{
"value":"#eeeeee",
"edited":true
},
"page-sidebar-backgroundColor":{
"value":"#ffffff",
"edited":true
},
"group-textColor":{
"value":"#3f6489",
"edited":false
},
"group-borderColor":{
"value":"#e5e3e3",
"edited":true
},
"group-backgroundColor":{
"value":"#ffffff",
"edited":true
},
"widget-textColor":{
"value":"#2d2d2d",
"edited":true
},
"widget-backgroundColor":{
"value":"#00c59a",
"edited":true
},
"widget-borderColor":{
"value":"#ffffff",
"edited":true
},
"base-font":{
"value":"-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif"
}
},
"site":{
"name":"Home automation",
"hideToolbar":"false",
"allowSwipe":"false",
"allowTempTheme":"true",
"dateFormat":"DD/MM/YYYY",
"sizes":{
"sx":55,
"sy":55,
"gx":10,
"gy":10,
"cx":1,
"cy":1,
"px":2,
"py":2
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment