feat(extra): add gitui theme (#397)

* feat: add gitui theme

* fix: command bar extra lines bg
This commit is contained in:
Adriano
2023-06-21 10:14:20 +01:00
committed by GitHub
parent 9a0deaa852
commit b39627bfea
2 changed files with 57 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ M.extras = {
windows_terminal = {ext = "json", url = "https://aka.ms/terminal-documentation", label = "Windows Terminal"},
zathura = {ext = "zathurarc", url = "https://pwmt.org/projects/zathura/", label = "Zathura"},
dunst = {ext = "dunstrc", url = "https://dunst-project.org/", label = "Dunst"},
gitui = {ext = "ron", url = "https://github.com/extrawurst/gitui", label = "GitUI"},
}
local function write(str, fileName)