Skip to content

Commit

Permalink
feat: add icons for some operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
hasecilu committed Apr 8, 2024
1 parent 61eefb8 commit a18c04d
Show file tree
Hide file tree
Showing 2 changed files with 240 additions and 0 deletions.
120 changes: 120 additions & 0 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2891,18 +2891,48 @@ local icons_by_operating_system = {
cterm_color = "67",
name = "Arch",
},
["archcraft"] = {
icon = "",
color = "#86bba3",
cterm_color = "108",
name = "Archcraft",
},
["archlabs"] = {
icon = "",
color = "#302f32",
cterm_color = "236",
name = "Archlabs",
},
["arcolinux"] = {
icon = "",
color = "#6690eb",
cterm_color = "68",
name = "ArcoLinux",
},
["artix"] = {
icon = "",
color = "#41b4d7",
cterm_color = "38",
name = "Artix",
},
["biglinux"] = {
icon = "",
color = "#189fc8",
cterm_color = "38",
name = "BigLinux",
},
["centos"] = {
icon = "",
color = "#a2518d",
cterm_color = "132",
name = "Centos",
},
["crystallinux"] = {
icon = "",
color = "#a900ff",
cterm_color = "129",
name = "CrystalLinux",
},
["debian"] = {
icon = "",
color = "#a80030",
Expand Down Expand Up @@ -2945,6 +2975,12 @@ local icons_by_operating_system = {
cterm_color = "160",
name = "FreeBSD",
},
["garuda"] = {
icon = "",
color = "#2974e1",
cterm_color = "33",
name = "GarudaLinux",
},
["gentoo"] = {
icon = "󰣨",
color = "#b1abce",
Expand All @@ -2957,6 +2993,12 @@ local icons_by_operating_system = {
cterm_color = "220",
name = "Guix",
},
["hyperbola"] = {
icon = "",
color = "#c0c0c0",
cterm_color = "250",
name = "Hyperbola_GNU-Linux_libre",
},
["illumos"] = {
icon = "",
color = "#ff430f",
Expand All @@ -2969,6 +3011,30 @@ local icons_by_operating_system = {
cterm_color = "69",
name = "Kali",
},
["kdeneon"] = {
icon = "",
color = "#20a6a4",
cterm_color = "37",
name = "KDEneon",
},
["kubuntu"] = {
icon = "",
color = "#007ac2",
cterm_color = "32",
name = "Kubuntu",
},
["locos"] = {
icon = "",
color = "#fab402",
cterm_color = "214",
name = "Loc-OS",
},
["lxle"] = {
icon = "",
color = "#474747",
cterm_color = "238",
name = "LXLE",
},
["mint"] = {
icon = "󰣭",
color = "#66af3d",
Expand All @@ -2987,6 +3053,12 @@ local icons_by_operating_system = {
cterm_color = "35",
name = "Manjaro",
},
["mxlinux"] = {
icon = "",
color = "#ffffff",
cterm_color = "231",
name = "MXLinux",
},
["nixos"] = {
icon = "",
color = "#7ab1db",
Expand All @@ -3005,6 +3077,12 @@ local icons_by_operating_system = {
cterm_color = "70",
name = "openSUSE",
},
["parabola"] = {
icon = "",
color = "#797dac",
cterm_color = "103",
name = "Parabola_GNU-Linux_libre",
},
["parrot"] = {
icon = "",
color = "#54deff",
Expand All @@ -3017,6 +3095,24 @@ local icons_by_operating_system = {
cterm_color = "73",
name = "Pop_OS",
},
["postmarketos"] = {
icon = "",
color = "#009900",
cterm_color = "28",
name = "postmarketOS",
},
["puppylinux"] = {
icon = "",
color = "#a2aeb9",
cterm_color = "145",
name = "PuppyLinux",
},
["qubesos"] = {
icon = "",
color = "#3774d8",
cterm_color = "33",
name = "QubesOS",
},
["raspberry_pi"] = {
icon = "",
color = "#be1848",
Expand Down Expand Up @@ -3053,18 +3149,42 @@ local icons_by_operating_system = {
cterm_color = "239",
name = "Solus",
},
["tails"] = {
icon = "",
color = "#56347c",
cterm_color = "54",
name = "Tails",
},
["trisquel"] = {
icon = "",
color = "#0f58b6",
cterm_color = "25",
name = "Trisquel_GNU-Linux",
},
["ubuntu"] = {
icon = "",
color = "#dd4814",
cterm_color = "196",
name = "Ubuntu",
},
["vanillaos"] = {
icon = "",
color = "#fabd4d",
cterm_color = "214",
name = "VanillaOS",
},
["void"] = {
icon = "",
color = "#295340",
cterm_color = "23",
name = "Void",
},
["xerolinux"] = {
icon = "",
color = "#888fe2",
cterm_color = "104",
name = "XeroLinux",
},
["zorin"] = {
icon = "",
color = "#14a1e8",
Expand Down
120 changes: 120 additions & 0 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2891,18 +2891,48 @@ local icons_by_operating_system = {
cterm_color = "24",
name = "Arch",
},
["archcraft"] = {
icon = "",
color = "#435e52",
cterm_color = "23",
name = "Archcraft",
},
["archlabs"] = {
icon = "",
color = "#302f32",
cterm_color = "236",
name = "Archlabs",
},
["arcolinux"] = {
icon = "",
color = "#44609d",
cterm_color = "25",
name = "ArcoLinux",
},
["artix"] = {
icon = "",
color = "#2b788f",
cterm_color = "31",
name = "Artix",
},
["biglinux"] = {
icon = "",
color = "#127796",
cterm_color = "31",
name = "BigLinux",
},
["centos"] = {
icon = "",
color = "#7a3d6a",
cterm_color = "89",
name = "Centos",
},
["crystallinux"] = {
icon = "",
color = "#a900ff",
cterm_color = "129",
name = "CrystalLinux",
},
["debian"] = {
icon = "",
color = "#a80030",
Expand Down Expand Up @@ -2945,6 +2975,12 @@ local icons_by_operating_system = {
cterm_color = "160",
name = "FreeBSD",
},
["garuda"] = {
icon = "",
color = "#1f57a9",
cterm_color = "25",
name = "GarudaLinux",
},
["gentoo"] = {
icon = "󰣨",
color = "#585667",
Expand All @@ -2957,6 +2993,12 @@ local icons_by_operating_system = {
cterm_color = "58",
name = "Guix",
},
["hyperbola"] = {
icon = "",
color = "#404040",
cterm_color = "238",
name = "Hyperbola_GNU-Linux_libre",
},
["illumos"] = {
icon = "",
color = "#bf320b",
Expand All @@ -2969,6 +3011,30 @@ local icons_by_operating_system = {
cterm_color = "26",
name = "Kali",
},
["kdeneon"] = {
icon = "",
color = "#187c7b",
cterm_color = "30",
name = "KDEneon",
},
["kubuntu"] = {
icon = "",
color = "#005c92",
cterm_color = "24",
name = "Kubuntu",
},
["locos"] = {
icon = "",
color = "#7d5a01",
cterm_color = "94",
name = "Loc-OS",
},
["lxle"] = {
icon = "",
color = "#474747",
cterm_color = "238",
name = "LXLE",
},
["mint"] = {
icon = "󰣭",
color = "#447529",
Expand All @@ -2987,6 +3053,12 @@ local icons_by_operating_system = {
cterm_color = "29",
name = "Manjaro",
},
["mxlinux"] = {
icon = "",
color = "#333333",
cterm_color = "236",
name = "MXLinux",
},
["nixos"] = {
icon = "",
color = "#3d586e",
Expand All @@ -3005,6 +3077,12 @@ local icons_by_operating_system = {
cterm_color = "64",
name = "openSUSE",
},
["parabola"] = {
icon = "",
color = "#515373",
cterm_color = "60",
name = "Parabola_GNU-Linux_libre",
},
["parrot"] = {
icon = "",
color = "#2a6f80",
Expand All @@ -3017,6 +3095,24 @@ local icons_by_operating_system = {
cterm_color = "30",
name = "Pop_OS",
},
["postmarketos"] = {
icon = "",
color = "#007300",
cterm_color = "22",
name = "postmarketOS",
},
["puppylinux"] = {
icon = "",
color = "#51575c",
cterm_color = "240",
name = "PuppyLinux",
},
["qubesos"] = {
icon = "",
color = "#2957a2",
cterm_color = "25",
name = "QubesOS",
},
["raspberry_pi"] = {
icon = "",
color = "#be1848",
Expand Down Expand Up @@ -3053,18 +3149,42 @@ local icons_by_operating_system = {
cterm_color = "239",
name = "Solus",
},
["tails"] = {
icon = "",
color = "#56347c",
cterm_color = "54",
name = "Tails",
},
["trisquel"] = {
icon = "",
color = "#0f58b6",
cterm_color = "25",
name = "Trisquel_GNU-Linux",
},
["ubuntu"] = {
icon = "",
color = "#a6360f",
cterm_color = "124",
name = "Ubuntu",
},
["vanillaos"] = {
icon = "",
color = "#533f1a",
cterm_color = "58",
name = "VanillaOS",
},
["void"] = {
icon = "",
color = "#295340",
cterm_color = "23",
name = "Void",
},
["xerolinux"] = {
icon = "",
color = "#5b5f97",
cterm_color = "60",
name = "XeroLinux",
},
["zorin"] = {
icon = "",
color = "#0f79ae",
Expand Down

0 comments on commit a18c04d

Please sign in to comment.