Skip to content

Autoupdate v2

Compare
Choose a tag to compare
@Saltssaumure Saltssaumure released this 14 Mar 01:55
· 194 commits to main since this release
bb5df55

Installation

See the readme for installation instructions.

New feature: custom colours

After installation, desktop app users can define their own colour scheme.

  • Open ieytd.theme.css using Notepad++ or any other text editor.
  • Get the hex values for your desired colours by using a colour picker.
  • Replace the values after --color-one, --color-two, --color-three with your new hex values.
  • Save, and BD should automatically reload the theme with your new colours.

Example

--color-one: #600;
--color-two: #AAA;
--color-three: #000;

image