From 49375562b71b2cb3f8fa3680ca63b1fe84610d09 Mon Sep 17 00:00:00 2001 From: StartAutomating Date: Fri, 18 Oct 2024 05:48:35 +0000 Subject: [PATCH] feat: 4bitcss json files and credits ( Fixes #79, Fixes #80 ) Adjusting json value casing --- docs/zenburned/zenburned.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zenburned/zenburned.json b/docs/zenburned/zenburned.json index bf110327c..7bddf2725 100644 --- a/docs/zenburned/zenburned.json +++ b/docs/zenburned/zenburned.json @@ -1 +1 @@ -{"name":"zenburned","black":"#404040","red":"#e3716e","green":"#819b69","yellow":"#b77e64","blue":"#6099c0","purple":"#b279a7","cyan":"#66a5ad","white":"#f0e4cf","brightBlack":"#625a5b","brightRed":"#ec8685","brightGreen":"#8bae68","brightYellow":"#d68c67","brightBlue":"#61abda","brightPurple":"#cf86c1","brightCyan":"#65b8c1","brightWhite":"#c0ab86","background":"#404040","foreground":"#f0e4cf","cursorColor":"#f3eadb","selectionBackground":"#746956","Credits":{"Credit":"mcchrish/zenbones.nvim","Link":"https://github.com/mcchrish/zenbones.nvim"}} \ No newline at end of file +{"name":"zenburned","black":"#404040","red":"#e3716e","green":"#819b69","yellow":"#b77e64","blue":"#6099c0","purple":"#b279a7","cyan":"#66a5ad","white":"#f0e4cf","brightBlack":"#625a5b","brightRed":"#ec8685","brightGreen":"#8bae68","brightYellow":"#d68c67","brightBlue":"#61abda","brightPurple":"#cf86c1","brightCyan":"#65b8c1","brightWhite":"#c0ab86","background":"#404040","foreground":"#f0e4cf","cursorColor":"#f3eadb","selectionBackground":"#746956","credits":[{"credit":"mcchrish/zenbones.nvim","link":"https://github.com/mcchrish/zenbones.nvim"}]} \ No newline at end of file