add temporary dummy variables to support for window frame color

In 96 the old --lwt-accent-color is renamed to --lwt-frame so add some
compatibility rules for now.
This commit is contained in:
MrOtherGuy
2021-11-21 08:03:05 +02:00
parent d35ebf1943
commit d64e9e129e
10 changed files with 39 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ See the above repository for updates as well as full license text. */
--arrowpanel-color: cyan !important;
--arrowpanel-dimmed: rgba(0,0,0,0.4) !important;
/* window and toolbar background */
--lwt-accent-color: purple !important;
--lwt-frame: purple !important;
--toolbar-bgcolor: rgba(0,0,0,0.4) !important;
/* tabs */
--lwt-text-color: cyan !important;