Updated locked theme

This commit is contained in:
2018-10-04 00:33:00 +01:00
parent ced0aaa597
commit 991c4fbf8e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1023 B

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -15,7 +15,7 @@ public class BookTreeRenderer extends DefaultTreeCellRenderer {
ret.setForeground(new Color(0xFF, 0xFF, 0x00));
ret.setIcon(Icons.attention);
} else if (s.isLocked()) {
ret.setForeground(new Color(0x00, 0x80, 0x00));
ret.setForeground(new Color(0x00, 0x80, 0xFF));
ret.setIcon(Icons.locked);
} else if (s.getStartOffset() == 0) {
ret.setIcon(Icons.important);