fix: remove dashes and underscores that seems to generate errors (#441)

This commit is contained in:
Ulices 2024-04-09 11:36:06 -06:00 committed by GitHub
parent fd4abfc523
commit 6e35563238
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 10 deletions

View file

@ -68,6 +68,7 @@ ___Key/value pairs must appear in the same exact order!___
- `color` must contain a color in the html notation - `color` must contain a color in the html notation
- `cterm_color` must be below `color`, and it must contain a number (any number) - `cterm_color` must be below `color`, and it must contain a number (any number)
- the correct value for `cterm_color` will be generated by the script - the correct value for `cterm_color` will be generated by the script
- `name` must only contain alphanumeric characters (don't use `/`, `-`, `_`)
Ensure your current working directory is the repo root. Ensure your current working directory is the repo root.
Run `make`. This will: Run `make`. This will:

View file

@ -417,7 +417,7 @@ local icons_by_filename = {
icon = "", icon = "",
color = "#83b8f2", color = "#83b8f2",
cterm_color = "110", cterm_color = "110",
name = "Kdenlive-layoutsrc", name = "KdenliveLayoutsrc",
}, },
["kdenliverc"] = { ["kdenliverc"] = {
icon = "", icon = "",
@ -2991,7 +2991,7 @@ local icons_by_operating_system = {
icon = "", icon = "",
color = "#c0c0c0", color = "#c0c0c0",
cterm_color = "250", cterm_color = "250",
name = "Hyperbola_GNU-Linux_libre", name = "HyperbolaGNULinuxLibre",
}, },
["illumos"] = { ["illumos"] = {
icon = "", icon = "",
@ -3021,7 +3021,7 @@ local icons_by_operating_system = {
icon = "", icon = "",
color = "#fab402", color = "#fab402",
cterm_color = "214", cterm_color = "214",
name = "Loc-OS", name = "LocOS",
}, },
["lxle"] = { ["lxle"] = {
icon = "", icon = "",
@ -3075,7 +3075,7 @@ local icons_by_operating_system = {
icon = "", icon = "",
color = "#797dac", color = "#797dac",
cterm_color = "103", cterm_color = "103",
name = "Parabola_GNU-Linux_libre", name = "ParabolaGNULinuxLibre",
}, },
["parrot"] = { ["parrot"] = {
icon = "", icon = "",
@ -3153,7 +3153,7 @@ local icons_by_operating_system = {
icon = "", icon = "",
color = "#0f58b6", color = "#0f58b6",
cterm_color = "25", cterm_color = "25",
name = "Trisquel_GNU-Linux", name = "TrisquelGNULinux",
}, },
["ubuntu"] = { ["ubuntu"] = {
icon = "", icon = "",

View file

@ -417,7 +417,7 @@ local icons_by_filename = {
icon = "", icon = "",
color = "#425c79", color = "#425c79",
cterm_color = "24", cterm_color = "24",
name = "Kdenlive-layoutsrc", name = "KdenliveLayoutsrc",
}, },
["kdenliverc"] = { ["kdenliverc"] = {
icon = "", icon = "",
@ -2991,7 +2991,7 @@ local icons_by_operating_system = {
icon = "", icon = "",
color = "#404040", color = "#404040",
cterm_color = "238", cterm_color = "238",
name = "Hyperbola_GNU-Linux_libre", name = "HyperbolaGNULinuxLibre",
}, },
["illumos"] = { ["illumos"] = {
icon = "", icon = "",
@ -3021,7 +3021,7 @@ local icons_by_operating_system = {
icon = "", icon = "",
color = "#7d5a01", color = "#7d5a01",
cterm_color = "94", cterm_color = "94",
name = "Loc-OS", name = "LocOS",
}, },
["lxle"] = { ["lxle"] = {
icon = "", icon = "",
@ -3075,7 +3075,7 @@ local icons_by_operating_system = {
icon = "", icon = "",
color = "#515373", color = "#515373",
cterm_color = "60", cterm_color = "60",
name = "Parabola_GNU-Linux_libre", name = "ParabolaGNULinuxLibre",
}, },
["parrot"] = { ["parrot"] = {
icon = "", icon = "",
@ -3153,7 +3153,7 @@ local icons_by_operating_system = {
icon = "", icon = "",
color = "#0f58b6", color = "#0f58b6",
cterm_color = "25", cterm_color = "25",
name = "Trisquel_GNU-Linux", name = "TrisquelGNULinux",
}, },
["ubuntu"] = { ["ubuntu"] = {
icon = "", icon = "",