Clay custom dispatch improvements & DPI scaling fixes (#26)
Co-authored-by: Zachary Levy <zachary@sunforge.is> Reviewed-on: #26
This commit was merged in pull request #26.
This commit is contained in:
@@ -747,10 +747,10 @@ PRE_PAD_X :: SPACE_PANEL // 24
|
||||
|
||||
// ============================================================
|
||||
// SCANLINE OVERLAY (opt-in, terminal surfaces only)
|
||||
// Repeating-stripe pattern at very low opacity. Stripe is 2px
|
||||
// transparent + 2px black-at-3% (TINT_SCANLINE).
|
||||
// Repeating-stripe pattern at very low opacity. Stripe is 2 logical
|
||||
// pixels transparent + 2 logical pixels black-at-3% (TINT_SCANLINE).
|
||||
// ============================================================
|
||||
|
||||
SCANLINE_STRIPE_PX :: 2
|
||||
SCANLINE_GAP_PX :: 2
|
||||
SCANLINE_STRIPE_LPX :: 2
|
||||
SCANLINE_GAP_LPX :: 2
|
||||
SCANLINE_COLOR :: TINT_SCANLINE
|
||||
|
||||
Reference in New Issue
Block a user