Skip to content

Commit

Permalink
Fix editor & breadcrumbs separator line color (#139)
Browse files Browse the repository at this point in the history
Fixed the color of the editor & breadcrumbs separator line to use the
correct color `nord3` instead of the pinkish "test color" that should
only be used during development to quickly identify UI and syntax
elements that are affected by a specific theme color key.

Thanks to "Tom1206" again for the quick bug report.

[1]: https://github.com/Tom1206

Related to GH-125, GH-136
Fixes GH-138
  • Loading branch information
arcticicestudio authored Feb 16, 2020
1 parent ac60d3b commit e029b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/themes/nord.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<option name="SELECTED_TEARLINE_COLOR" value="434c5e" />
<option name="SELECTION_BACKGROUND" value="434c5e" />
<option name="SEPARATOR_ABOVE_COLOR" value="4c566a" />
<option name="SEPARATOR_BELOW_COLOR" value="f000d7" />
<option name="SEPARATOR_BELOW_COLOR" value="4c566a" />
<option name="SOFT_WRAP_SIGN_COLOR" value="4c566a" />
<option name="TAB_UNDERLINE" value="88c0d0" />
<option name="TAB_UNDERLINE_INACTIVE" value="616e88" />
Expand Down

0 comments on commit e029b55

Please sign in to comment.