Skip to content

fix: linux and other assorted dark colours #408

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions lua/nvim-web-devicons/icons-default.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ local icons_by_filename = {
},
[".editorconfig"] = {
icon = "",
color = "#ffffff",
cterm_color = "231",
color = "#fff2f2",
cterm_color = "255",
name = "EditorConfig",
},
[".env"] = {
Expand Down Expand Up @@ -1174,8 +1174,8 @@ local icons_by_file_extension = {
},
["log"] = {
icon = "󰌱",
color = "#ffffff",
cterm_color = "231",
color = "#dddddd",
cterm_color = "253",
name = "Log",
},
["lua"] = {
Expand Down Expand Up @@ -1216,8 +1216,8 @@ local icons_by_file_extension = {
},
["markdown"] = {
icon = "",
color = "#519aba",
cterm_color = "74",
color = "#dddddd",
cterm_color = "253",
name = "Markdown",
},
["material"] = {
Expand All @@ -1228,8 +1228,8 @@ local icons_by_file_extension = {
},
["md"] = {
icon = "",
color = "#ffffff",
cterm_color = "231",
color = "#dddddd",
cterm_color = "253",
name = "Md",
},
["mdx"] = {
Expand Down Expand Up @@ -1414,8 +1414,8 @@ local icons_by_file_extension = {
},
["prisma"] = {
icon = "",
color = "#ffffff",
cterm_color = "231",
color = "#5a67d8",
cterm_color = "62",
name = "Prisma",
},
["pro"] = {
Expand Down Expand Up @@ -1804,8 +1804,8 @@ local icons_by_file_extension = {
},
["toml"] = {
icon = "",
color = "#ffffff",
cterm_color = "231",
color = "#9c4221",
cterm_color = "124",
name = "Toml",
},
["tres"] = {
Expand Down Expand Up @@ -2023,14 +2023,14 @@ local icons_by_operating_system = {
},
["linux"] = {
icon = "",
color = "#000000",
cterm_color = "16",
color = "#fdfdfb",
cterm_color = "231",
name = "Linux",
},
["alma"] = {
icon = "",
color = "#000000",
cterm_color = "16",
color = "#ff4649",
cterm_color = "203",
name = "Almalinux",
},
["alpine"] = {
Expand All @@ -2041,8 +2041,8 @@ local icons_by_operating_system = {
},
["aosc"] = {
icon = "",
color = "#000000",
cterm_color = "16",
color = "#c00000",
cterm_color = "124",
name = "AOSC",
},
["arch"] = {
Expand All @@ -2059,8 +2059,8 @@ local icons_by_operating_system = {
},
["budgie"] = {
icon = "",
color = "#ffffff",
cterm_color = "231",
color = "#5195e3",
cterm_color = "68",
name = "Budgie",
},
["centos"] = {
Expand Down Expand Up @@ -2131,8 +2131,8 @@ local icons_by_operating_system = {
},
["kali"] = {
icon = "",
color = "#ffffff",
cterm_color = "231",
color = "#2777ff",
cterm_color = "69",
name = "Kali",
},
["mint"] = {
Expand Down Expand Up @@ -2161,8 +2161,8 @@ local icons_by_operating_system = {
},
["openbsd"] = {
icon = "",
color = "#000000",
cterm_color = "16",
color = "#f2ca30",
cterm_color = "220",
name = "OpenBSD",
},
["opensuse"] = {
Expand All @@ -2173,8 +2173,8 @@ local icons_by_operating_system = {
},
["parrot"] = {
icon = "",
color = "#000000",
cterm_color = "16",
color = "#54deff",
cterm_color = "45",
name = "Parrot",
},
["pop_os"] = {
Expand Down
50 changes: 25 additions & 25 deletions lua/nvim-web-devicons/icons-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ local icons_by_filename = {
},
[".editorconfig"] = {
icon = "",
color = "#333333",
color = "#333030",
cterm_color = "236",
name = "EditorConfig",
},
Expand Down Expand Up @@ -1174,8 +1174,8 @@ local icons_by_file_extension = {
},
["log"] = {
icon = "󰌱",
color = "#333333",
cterm_color = "236",
color = "#4a4a4a",
cterm_color = "239",
name = "Log",
},
["lua"] = {
Expand Down Expand Up @@ -1216,8 +1216,8 @@ local icons_by_file_extension = {
},
["markdown"] = {
icon = "",
color = "#36677c",
cterm_color = "24",
color = "#4a4a4a",
cterm_color = "239",
name = "Markdown",
},
["material"] = {
Expand All @@ -1228,8 +1228,8 @@ local icons_by_file_extension = {
},
["md"] = {
icon = "",
color = "#333333",
cterm_color = "236",
color = "#4a4a4a",
cterm_color = "239",
name = "Md",
},
["mdx"] = {
Expand Down Expand Up @@ -1414,8 +1414,8 @@ local icons_by_file_extension = {
},
["prisma"] = {
icon = "",
color = "#333333",
cterm_color = "236",
color = "#444da2",
cterm_color = "61",
name = "Prisma",
},
["pro"] = {
Expand Down Expand Up @@ -1804,8 +1804,8 @@ local icons_by_file_extension = {
},
["toml"] = {
icon = "",
color = "#333333",
cterm_color = "236",
color = "#753219",
cterm_color = "88",
name = "Toml",
},
["tres"] = {
Expand Down Expand Up @@ -2023,14 +2023,14 @@ local icons_by_operating_system = {
},
["linux"] = {
icon = "",
color = "#000000",
cterm_color = "16",
color = "#333332",
cterm_color = "236",
name = "Linux",
},
["alma"] = {
icon = "",
color = "#000000",
cterm_color = "16",
color = "#bf3437",
cterm_color = "160",
name = "Almalinux",
},
["alpine"] = {
Expand All @@ -2041,8 +2041,8 @@ local icons_by_operating_system = {
},
["aosc"] = {
icon = "",
color = "#000000",
cterm_color = "16",
color = "#c00000",
cterm_color = "124",
name = "AOSC",
},
["arch"] = {
Expand All @@ -2059,8 +2059,8 @@ local icons_by_operating_system = {
},
["budgie"] = {
icon = "",
color = "#333333",
cterm_color = "236",
color = "#366397",
cterm_color = "25",
name = "Budgie",
},
["centos"] = {
Expand Down Expand Up @@ -2131,8 +2131,8 @@ local icons_by_operating_system = {
},
["kali"] = {
icon = "",
color = "#333333",
cterm_color = "236",
color = "#1d59bf",
cterm_color = "26",
name = "Kali",
},
["mint"] = {
Expand Down Expand Up @@ -2161,8 +2161,8 @@ local icons_by_operating_system = {
},
["openbsd"] = {
icon = "",
color = "#000000",
cterm_color = "16",
color = "#514310",
cterm_color = "58",
name = "OpenBSD",
},
["opensuse"] = {
Expand All @@ -2173,8 +2173,8 @@ local icons_by_operating_system = {
},
["parrot"] = {
icon = "",
color = "#000000",
cterm_color = "16",
color = "#2a6f80",
cterm_color = "23",
name = "Parrot",
},
["pop_os"] = {
Expand Down