Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ozone10 committed Feb 27, 2021
1 parent a5885ab commit a7611e9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,26 @@ Check my other Rainmeter plugin [TranslucentRM](https://github.com/ozone10/Rainm

## Options

- **DarkMode** - Option to choose theme.
- **DarkMode** - Option to choose theme.

- Value **0** - light theme, default value.
- Value **1** - dark theme.
- Value **0** - light theme, default value.
- Value **1** - dark theme.

- **Force** - Option to force theme.
- **Force** - Option to force theme.
Require at least Windows 10 build 10.0.18362, 1903 (May 2019 update).

- Value **0** - rely on system wide theme for apps, default value.
- Value **1** - force to use selected theme.
- Value **0** - rely on system wide theme for apps, default value.
- Value **1** - force to use selected theme.

- **Tooltips** - Option to use theme on skin tooltips.
- Value **0** - use theme on every Rainmeter context menu, default value.
- Value **1** - use theme on skin tooltips, will ignore `Force` option.
- **Tooltips** - Option to use theme on skin tooltips.
- Value **0** - use theme on every Rainmeter context menu, default value.
- Value **1** - use theme on skin tooltips, will ignore `Force` option.

* * *

## Examples

- **Example 1:**
- **Example 1:**
Always use dark theme.

```ini
Expand All @@ -58,7 +58,7 @@ DarkMode=1
Force=1
```

- **Example 2:**
- **Example 2:**
Use theme based on system wide theme for apps.
Need to restart Rainmeter, if system wide theme for apps is changed.

Expand All @@ -70,7 +70,7 @@ DarkMode=1
Force=0
```

- **Example 3:**
- **Example 3:**
Use dark theme on current skin tooltips.

```ini
Expand Down

0 comments on commit a7611e9

Please sign in to comment.