1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 11:48:00 +01:00

made hl-Question bold by default

This commit is contained in:
Martin Stubenschrott
2008-11-08 00:45:43 +00:00
parent e47a592dbb
commit 3e48c58ab3
2 changed files with 1 additions and 2 deletions

View File

@@ -660,7 +660,6 @@ const liberator = (function () //{{{
dumpStack: function (msg) dumpStack: function (msg)
{ {
//liberator.dump((msg || "") + (new Error()).stack.replace(/.*\n/, ""));
liberator.dump((msg || "") + (new Error()).stack); liberator.dump((msg || "") + (new Error()).stack);
}, },

View File

@@ -43,7 +43,7 @@ function Highlights(name, store, serial)
Tag color: blue; Tag color: blue;
LineNr color: orange; background: white; LineNr color: orange; background: white;
Question color: green; background: white; Question color: green; background: white; font-weight; bold;
StatusLine color: white; background: black; StatusLine color: white; background: black;
StatusLineBroken color: black; background: #FF6060; /* light-red */ StatusLineBroken color: black; background: #FF6060; /* light-red */