Skip to content

Commit

Permalink
Console log output (#74)
Browse files Browse the repository at this point in the history
The JetBrains theme API introduced new keys to customize log output in
the console that have been added to Nord:

- `LOG_DEBUG_OUTPUT` - syntax color for output of the _DEBUG_ level
  using `nord15`
- `LOG_INFO_OUTPUT` - syntax color for output of the _INFO_ level using
  `nord8`
- `LOG_VERBOSE_OUTPUT` - syntax color for verbose output using `nord7`

Resolves  GH-73
  • Loading branch information
arcticicestudio authored Aug 1, 2019
1 parent 607a35e commit b9ab18c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions resources/themes/nord.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1192,6 +1192,11 @@
<option name="FOREGROUND" value="ebcb8b" />
</value>
</option>
<option name="LOG_DEBUG_OUTPUT">
<value>
<option name="FOREGROUND" value="b48ead" />
</value>
</option>
<option name="LOG_ERROR_OUTPUT">
<value>
<option name="FOREGROUND" value="bf616a" />
Expand All @@ -1202,6 +1207,16 @@
<option name="FOREGROUND" value="616e88" />
</value>
</option>
<option name="LOG_INFO_OUTPUT">
<value>
<option name="FOREGROUND" value="88c0d0" />
</value>
</option>
<option name="LOG_VERBOSE_OUTPUT">
<value>
<option name="FOREGROUND" value="8fbcbb" />
</value>
</option>
<option name="LOG_WARNING_OUTPUT">
<value>
<option name="FOREGROUND" value="ebcb8b" />
Expand Down

0 comments on commit b9ab18c

Please sign in to comment.