Selection Color FIx | Read-only files fix

master
Wizard Atman 11 years ago
parent af75aa5783
commit 2add284e8e

@ -158,21 +158,21 @@ private static final AttributeSetConfigured [] highlightings = {
new AttributeSetConfigured ("highlight-caret-row", new Color (32, 32, 32, 255), null, null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("caret-color-overwrite-mode", new Color (228, 228, 228, 255), new Color (208, 208, 208, 255), null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("status-bar", null, null, null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("guarded", new Color (64, 64, 64, 255), new Color (255, 0, 255, 255), null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("guarded", new Color (32, 32, 64, 255), new Color (255, 0, 255, 255), null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("trailing-whitespace", null, null, null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("nbeditor-bracesMatching-mismatch-multichar", new Color (186, 2, 58, 255), null, null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("status-bar-bold", null, new Color (255, 0, 0, 255), null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("nbeditor-bracesMatching-sidebar", null, new Color (187, 187, 187, 255), null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("readonly-files", new Color (64, 64, 64, 255), null, null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("readonly-files", new Color (24, 20, 20, 255), null, null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("line-number", null, new Color (110, 110, 110, 255), null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("highlight-search", new Color (110, 110, 110, 255), new Color (255, 135, 35, 255), null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("code-folding-bar", null, new Color (110, 110, 110, 255), null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("synchronized-text-blocks-ext-slave", null, new Color (153, 102, 0, 255), null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("indent-guide-lines", null, new Color (48, 48, 48, 255), null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("indent-whitespace", null, null, null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("block-search", new Color (32, 32, 32, 255), null, null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("selection", new Color (110, 110, 110, 255), null, null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("inc-search", new Color (255, 153, 0, 255), null, null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("block-search", new Color (48, 48, 48, 255), null, null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("selection", new Color (64, 64, 64, 255), null, null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("inc-search", new Color (255, 153, 0, 255), new Color (16, 16, 16, 255), null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("nbeditor-bracesMatching-match-multichar", new Color (110, 110, 110, 255), null, null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("caret-color-insert-mode", new Color (228, 228, 228, 255), new Color (208, 208, 208, 255), null, null, null, null, null, null, null, null, null),
new AttributeSetConfigured ("hyperlinks", null, new Color (0, 0, 255, 255), null, null, null, null, null, null, null, null, null)

Loading…
Cancel
Save