feat: add .luaurc and luau colours (#346)

* feat: luau color change and .luaurc

* fix: generate colors

---------

Co-authored-by: Alexander Courtis <alex@courtis.org>
This commit is contained in:
Lopy 2023-11-26 20:09:09 -05:00 committed by GitHub
parent 7b1c4a8743
commit e034579da4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 4 deletions

View file

@ -83,6 +83,12 @@ local icons_by_filename = {
cterm_color = "28",
name = "Gvimrc",
},
[".luaurc"] = {
icon = "",
color = "#00a2ff",
cterm_color = "75",
name = "Luaurc",
},
[".npmignore"] = {
icon = "",
color = "#E8274B",
@ -1060,8 +1066,8 @@ local icons_by_file_extension = {
},
["luau"] = {
icon = "",
color = "#51a0cf",
cterm_color = "74",
color = "#00a2ff",
cterm_color = "75",
name = "Luau",
},
["m4a"] = {

View file

@ -83,6 +83,12 @@ local icons_by_filename = {
cterm_color = "22",
name = "Gvimrc",
},
[".luaurc"] = {
icon = "",
color = "#007abf",
cterm_color = "32",
name = "Luaurc",
},
[".npmignore"] = {
icon = "",
color = "#ae1d38",
@ -1060,8 +1066,8 @@ local icons_by_file_extension = {
},
["luau"] = {
icon = "",
color = "#366b8a",
cterm_color = "24",
color = "#007abf",
cterm_color = "32",
name = "Luau",
},
["m4a"] = {