From c94d9b1787d3e3e227d64c32c4c6ae4d84f41aef Mon Sep 17 00:00:00 2001 From: dgkf <18220321+dgkf@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:24:19 -0500 Subject: [PATCH] fixing improper theme inherits name --- runtime/themes/term16_light.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/themes/term16_light.toml b/runtime/themes/term16_light.toml index 0fcc350283a1..a02784b25072 100644 --- a/runtime/themes/term16_light.toml +++ b/runtime/themes/term16_light.toml @@ -1,7 +1,7 @@ -# Author: dgkf +# Author: dgkf # Modified from base16_terminal, Author: NNB -inherits = "term16-dark" +inherits = "term16_dark" "ui.background.separator" = "light-gray" "ui.cursor" = { fg = "gray", modifiers = ["reversed"] }