Skip to content
fate edited this page Oct 28, 2021 · 4 revisions

How to edit automatically

  • Open the config ui with the config command
  • Go to the "Themes" section and edit your theme
  • You can save when you're done or reset if you want

How to edit manually

  • Goto your workspace folder.
  • Find fates-admin.
  • Inside fates-admin there will be a file called Theme.json

If you don't have Theme.json in fates-admin you need to execute fates admin for it to download.

It should look like this

{"Config":{"Transparency":0.25,"BackgroundColor":[0.625,0.111111097037792205810546875,0.14117647707462310791015625,"Color3"],"TextColor":[0.619047641754150390625,0.059829056262969970703125,0.917647063732147216796875,"Color3"]},"CommandBar":{"Transparency":0.25,"BackgroundColor":[0.625,0.111111097037792205810546875,0.14117647707462310791015625,"Color3"],"TextColor":[0.619047641754150390625,0.059829056262969970703125,0.917647063732147216796875,"Color3"]},"CommandList":{"Transparency":0.25,"BackgroundColor":[0.625,0.111111097037792205810546875,0.14117647707462310791015625,"Color3"],"TextColor":[0.619047641754150390625,0.059829056262969970703125,0.917647063732147216796875,"Color3"]},"Notification":{"Transparency":0.25,"BackgroundColor":[0.625,0.111111097037792205810546875,0.14117647707462310791015625,"Color3"],"TextColor":[0.619047641754150390625,0.059829056262969970703125,0.917647063732147216796875,"Color3"]},"Background":{"Transparency":0.25,"BackgroundColor":[0.625,0.111111097037792205810546875,0.14117647707462310791015625,"Color3"],"TextColor":[0.619047641754150390625,0.059829056262969970703125,0.917647063732147216796875,"Color3"]},"ChatLogs":{"Transparency":0.25,"BackgroundColor":[0.625,0.111111097037792205810546875,0.14117647707462310791015625,"Color3"],"TextColor":[0.619047641754150390625,0.059829056262969970703125,0.917647063732147216796875,"Color3"]}}

Keep in mind the HSV color model is being used and NOT RGB.

Clone this wiki locally