Skip to content

Commit

Permalink
feat: 4bitcss json files and credits ( Fixes #79, Fixes #80 )
Browse files Browse the repository at this point in the history
    Adjusting json value casing
  • Loading branch information
StartAutomating authored and StartAutomating committed Oct 18, 2024
1 parent f792b1e commit 1083e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/zenburned.json
Original file line number Diff line number Diff line change
@@ -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"}}
{"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"}]}

0 comments on commit 1083e87

Please sign in to comment.