Skip to content

Commit

Permalink
fix(extras): fix json syntax error in tilix (#132)
Browse files Browse the repository at this point in the history
* fix(extras): Fix red color in tilix

* chore: generate extras

---------

Co-authored-by: byt3m4st3r <[email protected]>
  • Loading branch information
byt3m4st3r and byt3m4st3r authored Aug 29, 2024
1 parent 6689105 commit acdfdec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extras/tilix/cyberdream-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"#008c99",
"#16181a",
"#acacac",
#d11500",
"#d11500",
"#008b0c",
"#997b00",
"#0057d1",
Expand Down
2 changes: 1 addition & 1 deletion extras/tilix/cyberdream.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"#5ef1ff",
"#ffffff",
"#3c4048",
#ff6e5e",
"#ff6e5e",
"#5eff6c",
"#f1ff5e",
"#5ea1ff",
Expand Down
2 changes: 1 addition & 1 deletion lua/cyberdream/extra/tilix.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function M.generate(variant)
"${cyan}",
"${fg}",
"${bgHighlight}",
${red}",
"${red}",
"${green}",
"${yellow}",
"${blue}",
Expand Down

0 comments on commit acdfdec

Please sign in to comment.