cortav  Check-in [560e69cc54]

Overview
Comment:add hue spread
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 560e69cc54326ae9737c1a4882221ed5c1e3f9162dabe321ff588ad0b59abe69
User & Date: lexi on 2021-12-27 06:06:04
Other Links: manifest | tags
Context
2021-12-27
13:20
add beginnings of groff renderer, document more planned syntaxes check-in: 9215a9c850 user: lexi tags: trunk
06:06
add hue spread check-in: 560e69cc54 user: lexi tags: trunk
05:52
defuckered the cli driver so syntax errors will display instead of triggering a panic in the binary wrapper check-in: 83a68319da user: lexi tags: trunk
Changes

Modified render/html.lua from [0a87e02f8c] to [35b47400ac].

   270    270   			code var {
   271    271   				color: @tone(0.4);
   272    272   			}
   273    273   		]];
   274    274   		math = [[
   275    275   			span.equation {
   276    276   				display: inline-block;
   277         -				background: @tone(0.08);
   278         -				color: @tone(2);
          277  +				background: @tone(0.08 5);
          278  +				color: @tone(1.5 70);
   279    279   				padding: 0.1em 0.3em;
   280         -				border: 1px solid @tone(0.5);
          280  +				border: 1px inset @tone(0.3 5);
          281  +			}
          282  +			span.equation var {
          283  +				color: @tone(1 40);
          284  +			}
          285  +			span.equation :is(code,var,strong) {
          286  +				font-family: initial;
          287  +			}
          288  +			span.equation strong {
          289  +				color: @tone(1 90);
          290  +				padding: 0 0.4em;
          291  +			}
          292  +			span.equation code {
          293  +				color: @tone(0.9 10);
          294  +				background: none;
          295  +				padding: 0;
   281    296   			}
   282    297   		]];
   283    298   		abbr = [[
   284    299   			abbr[title] { cursor: help; }
   285    300   		]];
   286    301   		editors_markup = [[]];
   287    302   		block_code_listing = [[