Intel-Quartus-Dark-Mode-Win.../README.md

33 lines
1.7 KiB
Markdown
Raw Normal View History

2024-08-09 08:00:55 +08:00
# Intel Quartus Dark Mode Windows
![Dark mode image](sample.png)
A script to convert the Intel Quartus IDE to dark mode using [QDarkStyleSheet](https://github.com/ColinDuquesnoy/QDarkStyleSheet) with some modifications.
2024-08-09 08:08:02 +08:00
This script automatically copies the resources and creates shortcuts to ensure every operation opens Quartus in dark mode. It also patches one issue with the base QDarkStyleSheet with the Quartus Report view having a white background.
2024-08-09 08:00:55 +08:00
## Usage
- Powershell is installed
- Quartus has been installed and run at least once
2024-08-09 08:03:38 +08:00
- Clone this repository: `git clone https://github.com/peter-tanner/Intel-Quartus-Dark-Mode-Windows.git && cd Intel-Quartus-Dark-Mode-Windows`
2024-08-09 08:00:55 +08:00
- Run `install.ps1` in an administrator powershell prompt
2024-08-09 08:08:02 +08:00
- requires admin access to i) modify registry entries to change file association to script and ii) copy icons and stylesheet to intel Quartus directory
2024-08-09 19:03:05 +08:00
- Optional: Rename or remove the old shortcut. This depends on your installation (Mine is under `C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Intel FPGA 23.1std.1.993 Lite Edition\Quartus Prime Lite Edition 23.1std.1.993`)
2024-08-09 08:08:02 +08:00
## Images
![Dark mode image](sample.png)
![Dark mode report view image](sample2.png)
2024-08-09 08:00:55 +08:00
## Attribution
See `LICENSE.md` for
[QDarkStyleSheet](https://github.com/ColinDuquesnoy/QDarkStyleSheet) licenses
## Bugs
- A box used in license setup still has a white background
2024-08-09 19:03:05 +08:00
- The scintilla-based text editor has missing color (transparent) bar in the folding column which appears white. It appears we cannot change this using stylesheets (See [issue: Add a stylesheet for QScintilla](https://github.com/ColinDuquesnoy/QDarkStyleSheet/issues/122))