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:
@@ -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);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user