Skip to content

Commit 67e7bf4

Browse files
committed
custom themes removed from repository
1 parent 912daf8 commit 67e7bf4

File tree

10 files changed

+20
-100
lines changed

10 files changed

+20
-100
lines changed

OpenHardwareMonitor/Resources/themes/Blue Sky.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

OpenHardwareMonitor/Resources/themes/Jazzberry Jam.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

OpenHardwareMonitor/Resources/themes/Kelly Green.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

OpenHardwareMonitor/Resources/themes/Las Palmas.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

OpenHardwareMonitor/Resources/themes/Maya Blue.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

OpenHardwareMonitor/Resources/themes/Persian Green.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

OpenHardwareMonitor/Resources/themes/Plum.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

OpenHardwareMonitor/Resources/themes/Rich Carmine.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

OpenHardwareMonitor/Resources/themes/gray.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,31 @@ You can see information about devices such as:
3232
- `Hide/Unhide` sensors to remove some data from UI and web server.
3333
- Multiple `Tray icons` and `Gadget` for selected sensor values.
3434
- `Light`/`Dark` themes with auto switching mode.
35-
- Custom `color-themes` from external files - You can find examples [here](https://github.com/HardwareMonitor/openhardwaremonitor/tree/master/OpenHardwareMonitor/Resources/themes)
35+
- Custom `color-themes` from external files.
3636
- `Portable` mode for storing temporary driver file and settings configuration next to the executable file.
3737
- `Updated versions check` - manually from main menu.
3838

3939
Note: Some sensors are only available when running the application as administrator.
4040

41+
To add custom theme to the app, just create a `themes` folder next to the executable file and place any {themeName}.json files there.
42+
Custom theme.json file content example:
43+
```json
44+
{
45+
"DisplayName": "Custom Theme",
46+
"DarkMode": true,
47+
"BackgroundColor": "#1E1E1E",
48+
"ForegroundColor": "#E9E9E9",
49+
"HyperlinkColor": "#00D980",
50+
"SelectedBackgroundColor": "#4CBB17",
51+
"SelectedForegroundColor": "#000000",
52+
"LineColor": "#262626",
53+
"StrongLineColor": "#454545",
54+
"WarnColor": "#FF4500"
55+
}
56+
```
57+
Don't forget to restart the app to scan for new theme files!
58+
59+
4160
### What does it look like?
4261

4362
Here's a preview of the app's UI with `Light`/`Dark` themes running on Windows 10:

0 commit comments

Comments
 (0)