mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
latex renderer: ensure readability after changing light/dark
This commit is contained in:
parent
837a2a06fa
commit
a24825f676
1 changed files with 2 additions and 1 deletions
|
|
@ -65,7 +65,8 @@ Singleton {
|
|||
"-output=${imagePath}",
|
||||
"-textsize=${Appearance.font.pixelSize.normal}",
|
||||
"-padding=${renderPadding}",
|
||||
"-foreground=${Appearance.colors.colOnLayer1}",
|
||||
"-background=${Appearance.m3colors.m3tertiary}",
|
||||
"-foreground=${Appearance.m3colors.m3onTertiary}",
|
||||
"-maxwidth=0.85" ]
|
||||
// stdout: SplitParser {
|
||||
// onRead: data => { console.log("MicroTeX: " + data) }
|
||||
|
|
|
|||
Loading…
Reference in a new issue