Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kojoley committed Nov 3, 2014
1 parent 49bcd49 commit 06a4df6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ Qt Creator dark colored theme inspired by JetBrains Dracula
![Image of Qt Creator](http://storage6.static.itmages.ru/i/14/1019/h_1413726790_2234873_cbb90ff247.png)

### How to Install

#### Windows
- Copy `styles` dir to `%APPDATA%\QtProject`
- Copy `styles` dir to `%APPDATA%\QtProject\qtcreator`
- Select `Dracula` as Color Scheme in `Tools > Options > Text Editor`
- And run `qtcreator.exe -color "#2b2b2b" -stylesheet C:\path\to\qss-dracula.css`
- And run `qtcreator.exe -color "#2b2b2b" -stylesheet C:\path\to\dracula.css`

#### Linux
- Copy `styles` dir to `~/.config/QtProject/qtcreator`
- Select `Dracula` as Color Scheme in `Tools > Options > Text Editor`
- And run `qtcreator -color "#2b2b2b" -stylesheet /path/to/qss-dracula.css`
- And run `qtcreator -color "#2b2b2b" -stylesheet /path/to/dracula.css`

0 comments on commit 06a4df6

Please sign in to comment.