app border fixup (no transparency), terminal background image POC (#378)

* use native border (remove transparency from app window), remove css borders, remove default --term variables, force setClientData to set --term font variables on first set.

* terminal background images
This commit is contained in:
Mike Sawka
2024-03-04 23:33:54 -08:00
committed by GitHub
parent 4ef921bdd1
commit 93d46cca80
9 changed files with 27 additions and 39 deletions
+5 -3
View File
@@ -7,12 +7,14 @@
--fa-style-family: "Font Awesome 6 Sharp";
/* these variables are overridden by user settings */
/*
--termfontfamily: "Hack";
--termfontsize: 13px;
--termlineheight: 18px;
--termpad: 9px; /* padding value (scaled to termfontsize) */
--termlineheight: 15px;
--termpad: 7px;
--termfontsize-sm: 11px;
--termlineheight-sm: 15px;
--termlineheight-sm: 13px;
*/
/* base fonts */
--base-font: normal 15px "Lato", sans-serif;