1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-07 02:04:11 +01:00

Add Enabled and Disabled highlight groups.

Currently only used in the :extensions output.
This commit is contained in:
Doug Kearns
2009-09-17 15:56:54 +10:00
parent 95998afae1
commit 990645c397
2 changed files with 5 additions and 3 deletions

View File

@@ -29,6 +29,9 @@ Highlights.prototype.CSS = <![CDATA[
Object color: maroon;
String color: green;
Enabled color: green;
Disabled color: red;
Normal color: black; background: white;
ErrorMsg color: white; background: red; font-weight: bold;
InfoMsg color: black; background: white;